How to get screen height and width in C++? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 7

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

6th Oct 2021, 2:44 PM
SAN
SAN - avatar
2 Respostas
+ 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