Quote:
Originally Posted by alethiago
pow I'm trying hard but no one helps me the one I Nois codigo.e Egyptians not only is there no English ruin.porque tutorials so all in English, and my browser >> the chorme translates everything wrong there is does not want ruin.eu for I know you guys do anything to make labor-q and then I kissed the hand
|
C++ is all about syntax. Someone with a knack for programming can derive understanding of most of the language by just observing code. Obviously "int i = 5" is a variable of type integer that is initially set to 5. It's not much harder than that.
"for (initialization; condition; postloop) { loop }"
"while (condition) { loop }"
"do { loop } while { condition }"
"if (condition) { } else if (condition) { } else { }"
Simple stuff honestly. If you're looking to actually be good in it though, look for someone local to you (city, country, college, whatever) that can help you. You will probably have to pay for said lessons. Although your best bet to learning C++ 'easily' (or most languages for that matter) is to just learn English. You will probably run this through Google Translate and not understand half of what I just said, but not much more can be said. No one will do it all for you.
Here are some videos of C++ in Arabic. (maybe? I have no clue really)

Unfortunately he uses VC6.0, which honestly is nothing like the newer versions anymore. It'll take some time to get used to the differences when he goes to edit options and such, but if you're truly interested in learning, there you go.