+ 6
Is it possible to make games using only C++ ?
Thanks ì you answer
8 ответов
+ 3
Yes it is.You can use game engines like Unreal.
+ 19
Yes You Can But Not Very Unique!!!
+ 9
The search bar is your best friend! 8D
https://www.sololearn.com/Discuss/1543154/can-you-make-games-with-graphics-with-only-c
https://www.sololearn.com/Discuss/1031128/how-to-make-a-game-using-c-only
https://www.sololearn.com/Discuss/111796/can-we-create-a-game-only-with-c-programming
https://www.sololearn.com/Discuss/20124/can-we-create-simple-video-games-after-learning-c
...
..
.
+ 6
Yes it is possible but you have the basic knowledge of graphics of C++.
Here are some websites which gives you basic knowledge about C++ graphics :
https://www.google.co.in/url?sa=t&source=web&rct=j&url=http://www.klebcahubli.in/assets/books/Introduction%2520to%2520C%2B%2B%2520Programming%2520and%2520Graphics.pdf&ved=2ahUKEwjMwo7enoTfAhUCQH0KHZhZBQsQFjAAegQIBBAB&usg=AOvVaw2Zh49fxcoX2yLPNmt6ej03
2. https://www.google.co.in/url?sa=t&source=web&rct=j&url=http://www.clausentech.com/lchs/dclausen/cs_cpp_hnr/Lectures/DevC%2B%2BStyleGraphics/DevC%2B%2BBorlandStyle_Graphics_13-14.pdf&ved=2ahUKEwjMwo7enoTfAhUCQH0KHZhZBQsQFjAEegQIARAB&usg=AOvVaw0ktG-KczeBU0dWm1LLrcat
+ 6
In fact, libraries is necessary for graphics to some important functions.
+ 4
It is, but when you see the code just to create an empty window, believe me, you will rush to get a library
+ 3
Yes, but also no. I have seen people make 3D engines in the console.
But yeah, just get openGL, it's much quicker.