Thread: Error message help: string.c:12:16: invalid suffix "OO" on integer constant

  1. #1
    Registered User
    Join Date
    Aug 2006
    Posts
    127

    Error message help: string.c:12:16: invalid suffix "OO" on integer constant

    Worked it out... lol... Thanks (",)

  2. #2
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    #define STRINGSIZE 1OO

    The letter O is not a substitute for zero.

  3. #3
    Registered User
    Join Date
    Aug 2006
    Posts
    127
    Yeah I'm an idiot and didn't pick up on my typo til I posted it here.

    Cheers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Looking for constructive criticism
    By wd_kendrick in forum C Programming
    Replies: 16
    Last Post: 05-28-2008, 09:42 AM
  2. Post...
    By maxorator in forum C++ Programming
    Replies: 12
    Last Post: 10-11-2005, 08:39 AM
  3. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  4. Parse Error Before String Constant?
    By xombie in forum C Programming
    Replies: 4
    Last Post: 10-08-2004, 01:17 AM
  5. Replies: 6
    Last Post: 04-12-2002, 08:33 AM