No, you do not need to know C to learn C++. C is a lower- level language. This means that it requires you to know low level machine details such as memory management for strings, arrays, and dynamic memory allocation. C++ came later, and addresses many of the frustrations C programmers had by replacing character arrays with the string class and arrays with the vector class, for example.
Do I have to know "C" to learn "C++"?
No,but if you have some knowledge about "c" then "c++" should be as easy as pie.
Reply:No, you do not. Learning C will make learning C++ easier, but it is definitely not a prerequisite.
Reply:C is a subset of C++
so, if u know C, it will help you learn C++ quickly, however, its not a must !
hope this helps [;)]
Reply:That makes no sense.
Reply:No not at all.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment