Answer the question
In order to leave comments, you need to log in
How to find out the type of video adapter on a computer using C ++?
I was given a lab assignment to write a function that will return the type of video adapter on the computer, but I don’t even know which way to dig! Could you tell?
Answer the question
In order to leave comments, you need to log in
Look on google. Here is what it outputs, for example:
stackoverflow.com/questions/1090261/get-the-graphi...
Was there anything else in the lab assignment? What GAPI - OGL, DX?
The dumbest way is to ask OGL, for example glGetString(GL_VENDOR) and match with ATI, NVidia, Intel - there are still no other driver manufacturers :), in DX - IDirect3D9::GetAdapterIdentifier(...)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question