Thread: Data validation problem

  1. #16
    Registered User
    Join Date
    Oct 2012
    Posts
    22
    Quote Originally Posted by Tomwa View Post
    Code:
    // I'm missing a semicolon here
        }while(buffer[0] != 'Q');
    
        return 0;
    }
    Honestly I think I'm losing it -.-
    I'm amazed I'm the first to catch that.
    Last edited by Tomwa; 01-06-2013 at 12:05 AM.

  2. #17
    Registered User
    Join Date
    Nov 2012
    Posts
    11
    Quote Originally Posted by Tomwa View Post

    Does this meet your specifications?
    Yes! Fantastic solution.

    I need to do a little brushing up on the uses for buffer. Seems to do the trick here.

    Thanks to everyone who gave input into this thread

  3. #18
    Registered User
    Join Date
    Oct 2012
    Posts
    22
    Glad it helped, sorry my responses were so funky last night, I'm feeling (a little) better today after some rest

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Data Validation?
    By Bnorman in forum C++ Programming
    Replies: 4
    Last Post: 10-27-2009, 06:32 PM
  2. Data validation
    By darren78 in forum C Programming
    Replies: 5
    Last Post: 02-19-2009, 12:14 PM
  3. Data validation
    By trucutu in forum C Programming
    Replies: 4
    Last Post: 11-10-2005, 04:44 PM
  4. data validation
    By Loraswish in forum C++ Programming
    Replies: 7
    Last Post: 03-13-2003, 10:43 AM
  5. Data Validation problem
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 02-03-2002, 06:55 PM