|
|
|
|
|
by ezolotko
4589 days ago
|
|
I agree that in modern C++ you need to avoid all the bare-C ways. Actually, my C++ is almost C# if you look at it, especially with the new c++11 standard. But I still believe that to learn C++ the best way is to start with C, pointer arithmetic, and classic strings. Otherwise you will just miss the point and join the hordes of script kiddies who "once started C++". |
|
So there should be a good guidance of avoiding pointers as much as possible when learner is stepping to C++ from C.