+ 9
Welcome to C++
I have started to learn c++ please suggest me with your C++ experience by your suggestions I can learn something better than without suggestions I am waiting for your suggestions I hope you will suggest me something which will be good way for me for learn C++???
5 Respuestas
+ 14
you should read a book about datatype, pointer and memory management in C++.
it will help you to get the concept behind the potential power of C++.
+ 5
unless you are familiar with oop, when arriving to the 'oop concepts' don't hesitate to read and learn them as many time as you feel you need because they are not straightforward to grasp but once you do they are pretty cool.
+ 3
Just give it your best, keep in my mind what you want.
+ 1
C++ is a giant if a language and you really should acquire a book and read up om the background of c++. Not only will it introduce you to the concepts of the language but also explain why c++ was needed and why it is one of the fastest languages.
+ 1
Try understand functions,data types,pointers and references.
They are common like common sense in C++.