Thread: C++ Code Examples

  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    3

    C++ Code Examples

    Here is a link to some C++ Code that I did while I was in college. Thought I would post it because maybe it will help someone else.

    http://www.vsbrown.com/cplusplus.asp


    Last edited by VSBrown; 01-18-2004 at 11:39 PM.

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    The pause() function is not portable, but that's a minor issue, it's not needed in console-based systems anyway.

    Slightly inconsistent use of empty and void parameter lists too, but that's fine with me

    Do you mind if I use some of them in my C++ tutorial?
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    Jan 2004
    Posts
    3
    Sure you can use them in a tutorial if you like.

    I have learned many things since the days I wrote those programs. I believe most of them were back in 2002 when I was taking C++ in college.


  4. #4
    Registered User
    Join Date
    Jan 2004
    Posts
    3
    Do you mind if I use some of them in my C++ tutorial?
    Did you ever get your tutorials done?

  5. #5
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    It's work in progress. I'm pretty busy with other stuff.

    http://stud3.tuwien.ac.at/~e0226430/tutorial/index.xml
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Explain this C code in english
    By soadlink in forum C Programming
    Replies: 16
    Last Post: 08-31-2006, 12:48 AM
  2. Replies: 1
    Last Post: 03-21-2006, 07:52 AM
  3. Looking For Code examples Using Cyclone
    By edwardtisdale in forum C Programming
    Replies: 2
    Last Post: 12-18-2004, 11:58 PM
  4. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM