Thread: Why is this program not running.

  1. #1
    wise_ron wise_ron's Avatar
    Join Date
    May 2006
    Posts
    75

    Why is this program not running.

    I get two main errors in this program. Can you help me out! i dont know why is not running?
    <<UNTAGGED CODE DELETED BY MODn- figure it out, you've been here long enough>>
    this are my errors

  2. #2
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Those aren't real quotes around your const char* arguments. My guess is your using some European keyboard format and whatever your quotation key is sending to your stdin isn't ascii (char)34.

    Code:
    // This is your quote:      “
    // This is a good quote:    "
    // See the difference?
    Last edited by SlyMaelstrom; 09-07-2006 at 10:48 PM.
    Sent from my iPadŽ

  3. #3
    wise_ron wise_ron's Avatar
    Join Date
    May 2006
    Posts
    75

    Thanks men

    Thank you very much i have to focus more i didint see that.

    Have a nice day!

  4. #4
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Might I suggest you use an IDE that color codes the syntax.
    Sent from my iPadŽ

  5. #5
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Learn how to use the code tags, you're on the progressive deletion path now.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program running long
    By smarta_982002 in forum Windows Programming
    Replies: 3
    Last Post: 03-27-2008, 05:24 AM
  2. Running my program in the background
    By shoobsie in forum Windows Programming
    Replies: 4
    Last Post: 10-09-2005, 02:38 AM
  3. Replies: 3
    Last Post: 09-05-2005, 08:57 AM
  4. Why is my program running away?
    By badkitty in forum C++ Programming
    Replies: 4
    Last Post: 09-19-2001, 04:27 PM
  5. Running program
    By muffin in forum C Programming
    Replies: 5
    Last Post: 08-30-2001, 10:57 AM