Hi, I am VERY new to programming, and I have been learning C++ for the past couple days. I did learn a little java and LUA beforehand, but I never really got into it.
I've successfully created a menu and a very small placeholder for when I am able to move to OpenGL with SDL. I'm posting this so I can get tips and suggestions, and whatnot.
Here it is, and not everything works, and it has a few bugs. [url]http://www.mediafire.com/?nauy76v6i10a7c1[/url]
Looks pretty good for first few days, nice and basic. Try and focus on learning the language first before you focus on what you want to do with games. C++ is pretty big and needs to be studied quite often if you want a good knowledge on how to use it. Of course, if that's not how you learn then pardon me.
[editline]21st July 2011[/editline]
If you continue with it post updates in the WAYWO thread for all to see.
Thanks, I was hoping no one would yell at me for dumb mistakes, and sure, I will definitely be updating this. Thanks again!
[QUOTE=Killowatt;31261323]Thanks, I was hoping no one would yell at me for dumb mistakes, and sure, I will definitely be updating this. Thanks again![/QUOTE]
Get used to making dumb mistakes. The best of us do :v: No problem.
When I selected the 'Start Game' option, it flashed something and quit. Being a determined son of a bitch, I spent 15 minutes trying to print-screen what it said. I behold you all:
[img]http://gyazo.com/c0a30df4f53001d98af9f254aba9d975.png[/img]
The fruits of my labor.
[editline]22nd July 2011[/editline]
I'm pathetic.
[QUOTE=Quark:;31262474]When I selected the 'Start Game' option, it flashed something and quit. Being a determined son of a bitch, I spent 15 minutes trying to print-screen what it said. I behold you all:
[img]http://gyazo.com/c0a30df4f53001d98af9f254aba9d975.png[/img]
The fruits of my labor.
[editline]22nd July 2011[/editline]
I'm pathetic.[/QUOTE]
[img]http://dl.dropbox.com/u/13824718/ZScreen/2011-07/CWindowssystem32cmd.exe-2011-07-22_14.37.13.png[/img]
My way is easier.
Add system("pause") somewhere near the end of the code. It forces the Press Any Key to Continue message to show up.
Or cin.get() or cin.ignore (I forget which one) if you want your app to be more cross-platform compatible.
Er, the issues you all are getting are strange. Try renaming SDL to Game.exe, I probably got em mixed up. Sorry about that.
[editline]22nd July 2011[/editline]
Oh, and I do use system("pause")
Sorry for the inconvenience!
[editline]22nd July 2011[/editline]
Heres the new file, apologies. One I uploaded was the broken one I thought I deleted.
[url]http://www.mediafire.com/?nauy76v6i10a7c1[/url]
well i tried to do something similar to what you made, but never acomplished it <.< but i really want to learn the programing language, but i feel that im to dumb, cant really understand so much of what im reading when im watching like step for step tuts, and such.. *poor me* :c anyways nice work, i guess^^
[QUOTE=chrishi;31315866]well i tried to do something similar to what you made, but never acomplished it <.< but i really want to learn the programing language, but i feel that im to dumb, cant really understand so much of what im reading when im watching like step for step tuts, and such.. *poor me* :c anyways nice work, i guess^^[/QUOTE]
My brain is having a hard time understanding this post.
[QUOTE=chrishi;31315866]well i tried to do something similar to what you made, but never acomplished it <.< but i really want to learn the programing language, but i feel that im to dumb, cant really understand so much of what im reading when im watching like step for step tuts, and such.. *poor me* :c anyways nice work, i guess^^[/QUOTE]
Here I translated it for everyone:
Well, I tried to do something similar to what you have created, but never managed to accomplish it. I really want to learn a programming language, but I feel that I'm too dumb and I can't really understand much of what I'm reading (when I'm watching step by step tutorials and such). Anyway, nice work I guess. :smile:
[QUOTE=chrishi;31315866]well i tried to do something similar to what you made, but never acomplished it <.< but i really want to learn the programing language, but i feel that im to dumb, cant really understand so much of what im reading when im watching like step for step tuts, and such.. *poor me* :c anyways nice work, i guess^^[/QUOTE]
Thanks!
FacepunchTube.
[QUOTE=Jookia;31328936]FacepunchTube.[/QUOTE]
Naw it'd be FaceTube
or YouPunch
[editline]25th July 2011[/editline]
:gonk:
[QUOTE=Chris220;31325675]Here I translated it for everyone:
Well, I tried to do something similar to what you have created, but never managed to accomplish it. I really want to learn a programming language, but I feel that I'm too dumb and I can't really understand much of what I'm reading (when I'm watching step by step tutorials and such). Anyway, nice work I guess. :smile:[/QUOTE] thanks and lol, my english isnt really that good <.< and pretty new to this forum aswell, dont know how to write english in proper grammar.
Then go and learn that before you have a crack at programming.
[QUOTE=Nekrietns;31449223]Then go and learn that before you have a crack at programming.[/QUOTE]
I wish there is a book on OpenGL programming in my native language, The fact that its written in english and incredibly complicated makes it even harder then it already is.
[QUOTE=Killowatt;31272829]Er, the issues you all are getting are strange. Try renaming SDL to Game.exe, I probably got em mixed up. Sorry about that.
[editline]22nd July 2011[/editline]
Oh, and I do use system("pause")
Sorry for the inconvenience!
[editline]22nd July 2011[/editline]
Heres the new file, apologies. One I uploaded was the broken one I thought I deleted.
[url]http://www.mediafire.com/?nauy76v6i10a7c1[/url][/QUOTE]
Don't use system("pause"); use std::cin.get(); instead.
[QUOTE=ColdFusionV2;31449324]I wish there is a book on OpenGL programming in my native language, The fact that its written in english and incredibly complicated makes it even harder then it already is.[/QUOTE]
Read it anyway. Don't understand the sentence? Read it again. Still don't understand? Read it again. I improved my English a lot when I wanted to become a better programmer. It's simply a requirement almost as important as having an internet connection.
And if you [B]still[/B] don't get it, ask a native speaker or someone else you know who's more adept at English.
I'd like to see a multilingual programming language.
In like Spanish.
[code]cuando esCierto = cierto
{
escribe('¡Hola, Mundo!');
}[/code]
:v:
[QUOTE=Protocol7;31467953]
[code]...
escribe('¡Hola, Mundo!');
...[/code]
[/QUOTE]
I can't decide if that's awesome or sacrilege.
-snip-
Sorry, you need to Log In to post a reply to this thread.