How to get screen height and width in C++? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 7

How to get screen height and width in C++?

6th Oct 2021, 2:44 PM
SAN
SAN - avatar
2 Réponses
+ 7
i don't think is any standard function or library available for this in c and cpp .
6th Oct 2021, 3:56 PM
A S Raghuvanshi
A S Raghuvanshi - avatar
+ 3
This feature is not available in standard C++. You may need a library like QT or similar.
8th Oct 2021, 9:23 AM
Sonic
Sonic - avatar