Thread: Planning to start C++

  1. #1
    Unregistered
    Guest

    Talking Planning to start C++

    Do you learn about file input and output in C++?

  2. #2
    uhhhhh........ .... what?

    Isn't that like saying do you learn about bread in sandwiches?

    C++ has file I/O, yes. If you're looking for info on it check out the FAQ for links to some tutorials on the subject. Actually me website has a couple of really simple file manipulation examples as well.
    "There's always another way"
    -lightatdawn (lightatdawn.cprogramming.com)

  3. #3
    Registered User
    Join Date
    Oct 2001
    Posts
    2
    PHP Code:
    Does anyone really know the difference between C and C++? Cause I'd really like to know. 
    $disk = array("cprogram", "cplusprogram", "loads of confusion");
    foreach($disk)
    {
    print ("$1 + $2 = $3");


  4. #4
    Unregistered
    Guest
    well C++ has two + signs that C doesn't.

    To me those plus signs those plus signs represent 1) extension of the C language to include use of objects and 2) an improved type checking mechanism that improves stability and robustness of programs.

  5. #5
    left crog... back when? incognito's Avatar
    Join Date
    Oct 2001
    Posts
    1,427

    access drives

    I mean do you have the ability to access the drives with C++ and write to a file, etc.
    There are some real morons in this world please do not become one of them, do not become a victim of moronitis. PROGRAMMING IS THE FUTURE...THE FUTURE IS NOW!!!!!!!!!

    "...The only real game I thank in the world is baseball..." --Babe Ruth

    "Life is beautiful"-Don Corleone right before he died.

    "The expert on anything was once a beginner" -Baseball poster I own.


    Left cprog on 1-3-2005. Don't know when I am coming back. Thanks to those who helped me over the years.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C++ gui for windows where to start
    By prixone in forum Windows Programming
    Replies: 2
    Last Post: 12-16-2006, 11:48 PM
  2. GNOME Desktop won't start (Mandriva)
    By psychopath in forum Tech Board
    Replies: 10
    Last Post: 07-19-2006, 01:21 PM
  3. WHEN to start game programming
    By mrcheesypants in forum Game Programming
    Replies: 18
    Last Post: 02-02-2006, 04:09 PM
  4. start another program
    By lshome in forum C Programming
    Replies: 3
    Last Post: 06-24-2002, 01:48 PM
  5. Need some help with a basic tic tac toe game
    By darkshadow in forum C Programming
    Replies: 1
    Last Post: 05-12-2002, 04:21 PM