1
C - C++ / Re: Day 1 of me learning C++
« on: June 24, 2013, 07:32:41 PM »
I would advise you dive straight into using cstrings or char arrays.
Experience tells me cstrings are something you will see a large amount of in any C / C++ environment.
Personally I strongly prefer them to strings. Try both out and see which you like more~
Experience tells me cstrings are something you will see a large amount of in any C / C++ environment.
Personally I strongly prefer them to strings. Try both out and see which you like more~