|
-
Jun 29th, 2002, 01:55 PM
#1
Thread Starter
PowerPoster
Good idea to use C++ style?
I am writing a bunch of UI classes and right now I am using the "string" class instead of messing up with "char" to do all the string handling stuff. I'll also probably be using some of STL but the problem is that no C programmer will be able to use it (I think). So is it still a good idea to implement some of the C++-only functionality?
-
Jun 29th, 2002, 02:51 PM
#2
Monday Morning Lunatic
If you're writing a load of classes then C programmers won't be able to use it anyway 
Use the STL as a base, not as a side-interest when you need it.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|