Simple Window SDL programing C++
Uploader Comments (wulfy88)
Top Comments
-
Why do you spam YouTube with garbage advertising
All Comments (19)
-
@0121ryanh117 Does it really matter? you can skip all the shenanigans and just do it your own way instead of bothering with the this approach, good practice or not it doesn't effect the program in any shape or form.
-
HI, I USE DEV C++, CAN I DO GUI?
-
If you have Codeblocks and you are one a project, you can go to project > properties and then click on the Build Targets tab.
Look on the right side of the menu, right of Type: and click the drop-down menu and select GUI application.
-
umm mine also brings up a command prompt window along with the simple window. The same thing that displays basic console apps...
-
Lol, that guy copy from a site, I'm sure, because he inserted into main 2 non-sense variables. That 2 variables are not needed here. That 2 variables appear when u create a project, but they r not needed. + he declared main as int, Non-sense, he have to leave void.
-
I'm using the D Programming language. I know the lazyfoo tutorial. It's a good tutorial, but I suck at pointers (I came from Java).
just to say, its usually better practivce to say
if (!quit)
instead of
if (quit == false)
0121ryanh117 2 years ago 5
Yea I know, I do that now or have been for a while now. but thanks for the Tip :)
wulfy88 2 years ago
Ok. To get the same tutorial but better google at lazyfoo. Because this guy have learnt it from there. And I love that site to learn SDL.
likesoursugar 3 years ago
I agreee go to that site. This wasnt rlly a tutorial. as you can see it didnt say tutorial... ok so. this "tutorial" sucks because its not one... Iam just showing the Code and compiling it. I have other tutorials on DBpro... Those are tutorials.
So, yea. I did learn from that site tho. Good job =]
wulfy88 3 years ago
I tried to use sdl with VC++ 2008 and cant configure. How do you configured it?
MatutinSoad 3 years ago
........you also have to let the compiler know where in your HD you have the library files and headers for it to work properly and you also have to have the DLL's in your C:/Windows"System32/ or in the folder where your EXE is on. Good luck
wulfy88 3 years ago