Jan 4, 2018 at 9:33am Jan 4, 2018 at 9:33am UTC
can i make a game like stomped.io using only c++? I know its made using java and html but can i do it using only c++?
Jan 4, 2018 at 12:26pm Jan 4, 2018 at 12:26pm UTC
Yes, you can do pretty much anything in C++.
Jan 4, 2018 at 12:29pm Jan 4, 2018 at 12:29pm UTC
did you see that game? Are that kind of graphics actually possible with c++? Cause i have heard a lot of people saying that graphics is not included in c++.Also that game is online multiplayer.
Jan 4, 2018 at 2:45pm Jan 4, 2018 at 2:45pm UTC
Yes, C++ can do graphics and networking. No, it doesn't matter that it doesn't include graphics or networking in the standard library.
Jan 4, 2018 at 3:07pm Jan 4, 2018 at 3:07pm UTC
Are that kind of graphics actually possible with c++?
C++ is the go-to language for AAA graphic-intensive games (and for performance critical programs in general )
Last edited on Jan 4, 2018 at 3:07pm Jan 4, 2018 at 3:07pm UTC
Jan 5, 2018 at 4:08am Jan 5, 2018 at 4:08am UTC
thanks guys.
Just waiting for a few months then i will get time for game development(probably).
Jan 5, 2018 at 7:01am Jan 5, 2018 at 7:01am UTC
If you want to do games, then maybe you would be better off with a game engine such as Unreal ; to do the whole thing from scratch with C++ is too much for one person.
Jan 5, 2018 at 11:25am Jan 5, 2018 at 11:25am UTC
@TheIdeasMan
Thanks for telling.
Last edited on Jan 5, 2018 at 11:25am Jan 5, 2018 at 11:25am UTC