View Single Post
Old May 26th, 2006, 5:32 PM   #11
Soulstorm
Hobbyist Programmer
 
Soulstorm's Avatar
 
Join Date: Jan 2006
Location: Menidi, Athens, Greece
Posts: 243
Rep Power: 3 Soulstorm is on a distinguished road
Quote:
I'd also use C++ strings, but I don't know if you are prohibited to do that or anything. C++ strings have their own memory management, which is ideal.
I am not prohibited to anything, this thing is for my satisfaction only. I like C++ strings, I use them extensively, but I wanted to create a class that 'simulates' a string, just for the sake of it.

As for the header files, I have already made all these things, and had created separate files, but until my problem was fixed, I thought it would be good to put all those things into one file, for the users in here to read it all-in-one. Thanks for the advice anyway.
__________________
Project::Soulstorm (personal homepage)
Soulstorm is offline   Reply With Quote