I haven't made much progress beyond the Hello World program; this tutorial uses a lot of words that hurt my head, and I honestly feel slightly overwhelmed; I don't want to just copy/paste the code from the window on the webpage into my compiler, I want to understand what it is I'm typing, but I'm having a little bit of trouble doing that <_<...Maybe I should look for some Idiot's Guide to C++.
There are tons of guides/tutorials/FAQs out there. If that one doesn't work for you, then try another. And if you want to, you can start with C, then move on to C++ later, since everything that works in C pretty much works in C++ too. That's up to you, though.
There are always books if you're willing and/or able to spend some money.
These seem the be the best three I've heard of.... though there are probably more. I may buy one of them sometime, not sure though.
- The C++ Programming Language (Actually written by the guy that created C++)
- The Complete Idiot's Guide to C++
- Practical C++ Programming
- C++ for Dummies (Hmm... just found a bad review of this book though.)
I am currently working on a text-based dice game with betting. I also started a text-based blackjack game, but I decided to put that on hold in favor of the dice game. But it's time for bed now, so programming is on hold for the next unknown amount of hours.
If anyone has any ideas for a really simple text-based game, then let me know and maybe I'll try to make it. If I feel like it. But if I don't feel like it, then at least you gave me an idea.
I might give that a try someday. But for now, I'm too far into C++ to just quit learning it.
I wish I'd never stopped programming when I was younger...
It depends on how you made it and what you used. There are ways to make some games that don't require any or much programming....
...
Well, it's still programming in a way not matter what, just not necessarily in the traditional sense.
It'll be harder to learn it again, since I originally learned it through a high school computer class. And the teacher made it pretty easy to learn. But I might try it again sometime, especially since it's still installed on my comp. Not now though, too busy with C++. >_>