Results 1 to 2 of 2

Thread: Good idea to use C++ style?

  1. #1

    Thread Starter
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827

    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?
    Baaaaaaaaah

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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
  •  



Click Here to Expand Forum to Full Width