Hello C++ devers, I am a Novice programmer and I have been trying to Learn C++ for about 2-3 months now and I am still trying to figure out the odor in which I should learn the syntax and find ways of which certain expressions and statements and functions ect. should be used. And if anyone had any helpful rescources or PDF's or something that could help with the learning with it. Good ways that I should Practice is another thing that I'm not sure with. I'm not asking for a Teacher but I'm looking for someone to help me get a good start. Thank you. All of your help is very well appreciated.
Thank you very much for the links Guys/Gals. As one lest request, can I get some of your advice for how you started and what would be some good ideas on how I should.
Always challenge yourself, how much do you know?
You are on a forum where there's always question asked, see if you know any.
You can always read through threads and test your analyzing skills and see if you can spot errors and other things.
Hi, I'm relatively new to c++ and have been doing some console, however, whenever I try to do something like
if (test == 'a') {
bla bla bla
}
where test is a ch variable, it wont work properly, no matter what I type it will go to the else statement, even if I cin a, whats wrong, here is my full code
Catch up some easy books like "Let us C++" By: Yashwant Kanetkar
or Lafore book on "Object oriented programming,C++" will help u learn the fundas of C++
Thanks Shweta, I have C++ for dummies and beggining games programming by Micheal Morrison but my ICT teacher borrowing c++ for dummies at the moment, Got any ideas to fix my program
Thanks in advance