Thread: Common error messages list.

  1. #1
    Registered User FloatingPoint's Avatar
    Join Date
    Jun 2003
    Posts
    191

    Common error messages list.

    Hi

    Does anyone know where I can get a list of most common error messages in C++?

    The kind like when you omitted the ;, the compiler would say parse error?

  2. #2
    Registered User Casey's Avatar
    Join Date
    Jun 2003
    Posts
    47
    Compilers will usually have a list like that, but it's different for each compiler. Check the documentation or the web page of the creator.

  3. #3
    Toaster Zach L.'s Avatar
    Join Date
    Aug 2001
    Posts
    2,686
    My favorite: "Confused by earlier errors, bailing out!"
    The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop.

  4. #4
    Registered User FloatingPoint's Avatar
    Join Date
    Jun 2003
    Posts
    191
    I'm using Dev C++ 4 but I cant find any error list on their site.

    Does anyone here have such list?

    Thanx.

  5. #5
    Registered User codingmaster's Avatar
    Join Date
    Sep 2002
    Posts
    309
    DevC++ is not a compiler, it's an IDE

    DevC++ uses gcc/g++ for compiling

    Search for the list at the gcc homepage:

    http://gcc.gnu.org/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Following CTools
    By EstateMatt in forum C Programming
    Replies: 5
    Last Post: 06-26-2008, 10:10 AM
  2. Conflicting types of typedef error
    By advocation in forum C++ Programming
    Replies: 4
    Last Post: 03-22-2005, 06:26 PM
  3. How can I traverse a huffman tree
    By carrja99 in forum C++ Programming
    Replies: 3
    Last Post: 04-28-2003, 05:46 PM
  4. List class
    By SilasP in forum C++ Programming
    Replies: 0
    Last Post: 02-10-2002, 05:20 PM
  5. singly linked list
    By clarinetster in forum C Programming
    Replies: 2
    Last Post: 08-26-2001, 10:21 PM