I found cplusplus.com better than cprogramming.com.
[QUOTE=Dlaor;21285075]Actually, I started coding with Game Maker. I'm so ashamed :v:[/QUOTE]
Same here :buddy:
I tried to learn C# and I want to learn C++, but C#'s syntax is long and feels daunting as hell
I would suggest that you learn C# a2h. It's awesome ;)
It's not a complicated language either, unlike C++
I started with Basic then i moved on to C++, when you get C++ it's really easy I can't understand why i didn't get classes before.
I use MinGW because I'm an idiot/hardcore.
[editline]07:23PM[/editline]
[QUOTE=darnok;21266426]It's got some annoying things to it.
Using:
[code]
int random = rand()%(max-min + 1) + min;
[/code]
Will give you a math error. I still don't know why. [/QUOTE]
When in doubt, use more brackets.
Sorry, you need to Log In to post a reply to this thread.