Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - waspxor

Pages: [1]
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~

Pages: [1]