• Forum
  • Lounge
  • one more noob question not found on goog

 
one more noob question not found on google

closed account (1vf9z8AR)
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++?
Yes, you can do pretty much anything in C++.
closed account (1vf9z8AR)
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.
Yes, C++ can do graphics and networking. No, it doesn't matter that it doesn't include graphics or networking in the standard library.
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
closed account (1vf9z8AR)
thanks guys.
Just waiting for a few months then i will get time for game development(probably).
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.
closed account (1vf9z8AR)
@TheIdeasMan

Thanks for telling.
Last edited on
Topic archived. No new replies allowed.