Let's make a game in C++ (SDL,OpenGL) - Episode 2 - Window
Loading...
8,957
Loading...
Uploader Comments (RedReaper132)
see all
All Comments (52)
-
thank you so much for creating this video! :D
-
i personally think VIM is better but try them both and see which one you like best ;)
-
@tHaH4x0r Thanks dude, I'll have to check it out once I play around with Linux again.
-
thats EMACS.
-
If you on windows its SDL_image.h without SDL/
-
What text editor are you using for the first part of the video. I know its on Linux, or a UNIX like system. Just curious. Also cool videos dude.
-
what was that thing at first that looked like cmd?
-
@MrSsentoO you must install SDL in right folder and no needing to make changes on code..
-
am i suppose to have this linux thing? Cause i skip through and I don't have this linux thingy.
Loading...
I also get frozen window.... it freeze for 5 second, than it exit it
vydraf 4 months ago
@vydraf That's ok, continue to episode 3 to make it work normal.
RedReaper132 4 months ago
when i compile this code i'm getting transparent, freezed window.i'm using vc++(but in code blocks effect is same as in vc++, but its making a txt file with every cout strings i used in code)
kacek1444 5 months ago
@kacek1444 The output in a .txt file is normal on Windows. Also the freezed window may also be normal. Check Episode 3 and then tell if it's still frozen.
RedReaper132 5 months ago
When i run the my corde or the code from pastebin.com, ther isnt a windows ... can you help me?
MrSsentoO 7 months ago
@MrSsentoO On windows there is no SDL/. That means that #include "SDL/SDL.h" must be #include "SDL.h" on windows. Same goes for other 2.
RedReaper132 7 months ago