+ 2
Any one have c++ graphical projects?
c++ graphical projects
2 Réponses
+ 2
Do you want to participate in a graphical project? Then look at github, they have many projects there.
+ 7
@Uvaish Zafri
This won’t run here for 2 reasons:
• We are not using Turbo C++. Get into the 21st century and include just iostream, no .h.
• SoloLearn is not capable of graphics, so graphics.h will cause an error. Also, if you got to decide what graphics library you used, again, 21st century. There are many better options like SDL2 (2D) and OpenGL (3D). If you were forced to use graphics.h, then I would suggest telling your teacher the same thing.