Thread: Another Question Dealing With I/O.

  1. #16
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    Quote Originally Posted by The7thCrest View Post
    I didn't use /n anywhere, in my text or my code, however I do know that '/n' is a new line tag. Like
    Code:
    cout<<("Hello World \n")
    says output to the screen and then move to the nest line
    You'll have to pay a bit more attention to / and \.

  2. #17
    Registered User
    Join Date
    Jan 2009
    Location
    Salisbury N.C.
    Posts
    20
    Quote Originally Posted by brewbuck View Post
    And "\t" means a tab character. Look carefully at your string.
    OH- See -_-

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Simple question about file I/O.
    By The7thCrest in forum C++ Programming
    Replies: 2
    Last Post: 02-04-2009, 05:15 PM
  2. C++ File I/O question
    By zero_cool in forum C++ Programming
    Replies: 3
    Last Post: 08-16-2005, 10:43 AM
  3. basic i/o question cout<<str;
    By Noobie in forum C++ Programming
    Replies: 9
    Last Post: 02-09-2003, 12:11 AM
  4. Overlapped I/O and Completion Port :: Winsock
    By kuphryn in forum Windows Programming
    Replies: 0
    Last Post: 10-30-2002, 05:14 PM
  5. Dealing with i/o streams in a class
    By ender in forum C++ Programming
    Replies: 3
    Last Post: 03-22-2002, 05:26 PM