Thread: speech marks

  1. #1
    Registered User
    Join Date
    Nov 2006
    Posts
    224

    speech marks

    I want to display a string which has speech marks in it but they are not showing up?

    Can anyone tell me how toi display them ("") within a string

    thanks

  2. #2
    60% Braindead
    Join Date
    Dec 2005
    Posts
    379
    Code:
     cout << " \" ";

  3. #3
    Registered User
    Join Date
    Sep 2006
    Posts
    835
    Code:
      printf("\"Hello\"\n");

  4. #4
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    Let's call them quotation marks, just for fun.

  5. #5
    Deathray Engineer MacGyver's Avatar
    Join Date
    Mar 2007
    Posts
    3,210
    And maybe let's not confuse newbies by putting "C++ only" code in the C forum.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Searching a text file for double quotation marks "
    By willie in forum C Programming
    Replies: 4
    Last Post: 11-23-2008, 02:00 PM
  2. Replies: 12
    Last Post: 05-05-2008, 10:43 AM
  3. Using MS Speech in BCPPB 6.0
    By MiraX33 in forum Windows Programming
    Replies: 0
    Last Post: 02-26-2006, 10:21 AM
  4. Speech coding, detecting pitch
    By subdene in forum C++ Programming
    Replies: 2
    Last Post: 11-24-2004, 09:35 PM
  5. Drawing a triangle with hatch marks?
    By Bajanine in forum Windows Programming
    Replies: 4
    Last Post: 05-19-2003, 05:42 AM