0
Could anybody tell me that how to draw graphical shapes in c++?
3 Réponses
+ 6
@Atikrant Negi {Gamma}
I don't know why you suggest something so outdated even now. The header is considered deprecated and its compiler obsolete. Thus, you don't see it these days anywhere.
@InfiniteFX
You should have a look at SDL or Qt. They can help you in achieving the same, plus, the code will be cross platform.
0
I know that but I couldn't find that library in VC++
0
Thank you so much guys!