Thread: How can I cout "

  1. #1
    Registered User
    Join Date
    Jun 2011
    Posts
    51

    How can I cout "

    I need to get an out put look like this
    14"
    15"

    I tried
    How can I get the " for output screen?

  2. #2
    ... kermit's Avatar
    Join Date
    Jan 2003
    Posts
    1,534
    How about a \ escape?

  3. #3
    Registered User
    Join Date
    Jun 2011
    Posts
    51
    nice thank you!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. cout << SunTradingLLC << "is looking for C++ Software Developers" << endl;
    By sun trading in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 04-02-2008, 11:48 AM
  2. cout with manipulator "fixed" gives MemReadError
    By nitron in forum C++ Programming
    Replies: 0
    Last Post: 10-16-2005, 09:16 AM
  3. how to do printf( "%c", 12 ); via ostream cout ??
    By L.O.K. in forum C++ Programming
    Replies: 9
    Last Post: 01-08-2005, 06:37 PM
  4. Problem with in, "cout" (Each "endl"
    By andreas_nordman in forum C++ Programming
    Replies: 1
    Last Post: 05-30-2004, 07:25 AM
  5. simple question (cout << "two words")
    By bleach in forum C++ Programming
    Replies: 3
    Last Post: 12-29-2001, 12:49 PM