Do you know any computer coding languages? I am taking a Visual Basic and C++ class right now in school. I am getting pretty good at VB and am awaiting to learn C++. But I really don't want to get into C++.
C++ is going to be confusing, but if you end up learning it very well, eventually one day making a career out of it, you will make a TON of money, since almost no one else can do that.
C > C++ in my book XD I know C more than I know C++. Just a few things to point out: strings = char arrays chars are represented as decimals (from 0 to 127) which is a byte --remember, C/C++ will use memory for doing stuff pointers is a must learn if you want to be effective in C/C++ --pointers allow you to point to the memory location of the variable, allowing you to update the variable on the spot (so one function can really change more than 1 variable and do more than 1 thing. Number system starts with decimal 48 - 57 (0 - 9). 10 = array(49,48)