Thread: getting back into c++

  1. #1
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608

    getting back into c++

    im just returning to programming i wanna make a program that would cover all the basic c++ commands and such so i get a good review i cant think of what to make
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595
    Well, a simple calculator using input from a file or user input could get you file handling, printing to the screen, accepting user input, maybe use of a flag or two to go with control loops, a menu, a switch statement, maybe a class--if you want to allow addition of fractions in addition to ints/doubles--with overloading of operators and member access rights and all , maybe use of a library other than iostream. Heck, you could even throw in changing prefix to postfix notation using a queue if want, depending on how fancy you want to get. You mean things like that?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. "if you love someone" :D
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 10-02-2003, 01:10 AM
  2. UInt to CString and back
    By xlnk in forum Windows Programming
    Replies: 6
    Last Post: 08-27-2003, 03:08 PM
  3. Some woman back ended my car today, and back hurts
    By Terrance in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 08-20-2003, 12:42 AM
  4. Returning a Tree node back to void main()
    By gazza in forum C++ Programming
    Replies: 2
    Last Post: 07-07-2002, 02:48 AM
  5. I am back!
    By Betazep in forum A Brief History of Cprogramming.com
    Replies: 19
    Last Post: 03-02-2002, 06:22 PM