M
M
Maxim Ivanov2014-11-06 17:45:53
C++ / C#
Maxim Ivanov, 2014-11-06 17:45:53

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

4 answer(s)
T
tsarevfs, 2014-11-06
@tsarevfs

google get video adapter winapi

G
GavriKos, 2014-11-06
@GavriKos

Look on google. Here is what it outputs, for example:
stackoverflow.com/questions/1090261/get-the-graphi...

M
Maxim Ivanov, 2014-11-06
@omaxphp

Hah, I'm looking for solutions in Russian

D
Don Kaban, 2014-11-06
@donkaban

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 question

Ask a Question

731 491 924 answers to any question