Results 1 to 2 of 2

Thread: C++ - String Class remake (not all functions but most)

Threaded View

  1. #2

    Thread Starter
    Hyperactive Member g4hsean's Avatar
    Join Date
    May 2006
    Posts
    267

    Post Re: C++ - String Class remake (not all functions but most)

    As you can see there is only one global variable. Which I advise to replace if you want to use this class since the use of global variables is somewhat bad coding practice.

    To use these classes all you have to do is import the .cpp files and header files into your project (assuming Visual Studio) and compile it into your application. Once that’s done you are up and running and can use the class as you would like.

    I hope this fun exercise can help you familiarize yourself with C++ and many of its implementations.

    Please feel free to use the code anywhere, and if there are any questions or suggestions please don’t hesitate to send me a message!

    Click attachment for all Vstring files
    Attached Files Attached Files
    Coding's a Breeze if you'r at ease! GOD THATS CORNY!!
    -

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