1
Programming / Re: Ambitious Rogue-like Project. But...
« on: June 12, 2009, 12:25:30 AM »
I will use GameMaker, then.
Thanks for all your help, everyone.
Thanks for all your help, everyone.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I have tried a general C++ coding tutorial, but after a part about integers, it just started not making sense to me.
It takes some time to learn a real programming language. The important thing is just learn and not give up right away when something doesn't "make sense". Start with simple programs which use some single feature of the language and/or algorithm. Don't read tutorials (they usually suck), get a real book.
Or start with a friendlier language, like Java if you're still trying to go for something somewhat heavy-weight. There's also Python, for example, which has a great looooong "tutorial" in book shape at www.diveintopython.org or something like that. It's a really high-level language, so it is supposedly easier, but much slower.I'll check that out.