Search found 1 match
- Fri Jul 17, 2009 2:35 pm
- Forum: Off-topic
- Topic: Handling strings the c++ way?
- Replies: 5
- Views: 1227
Handling strings the c++ way?
Haven't used c++ for quite a while, i have used c# and java instead during the last few years. Handling strings in java and c# is quite easy and straight forward but very different to c++, cause there are many different ways how one could handle strings in c++. Most of them are deprecated, but many ...