Thread: Something's not working..?

  1. #31
    Registered User
    Join Date
    Oct 2002
    Posts
    8
    ok final final gold version now..
    if you don't mind can you give it a run through to see if i made any errors etc? i already went through it twice, but i might have missed something..

  2. #32
    Me want cookie! Monster's Avatar
    Join Date
    Dec 2001
    Posts
    680
    Found one small bug:

    In Option1_Reserve you use gets to get the name.
    In Option2_Cancel you use scanf to get the name.

    If I enter a full name (first and last), the scanf function will only read the first name.

  3. #33
    Registered User
    Join Date
    Oct 2002
    Posts
    8
    thanks! you saved my butt! well i'm off to school now... thanks for everything monster!

  4. #34
    Me want cookie! Monster's Avatar
    Join Date
    Dec 2001
    Posts
    680
    Originally posted by Rei
    thanks! you saved my butt! well i'm off to school now... thanks for everything monster!
    No problem Rei

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Not working Right
    By raven420smoke in forum C++ Programming
    Replies: 2
    Last Post: 09-16-2005, 03:21 AM
  2. Working on simple Engine
    By bladerunner627 in forum Game Programming
    Replies: 16
    Last Post: 05-25-2005, 11:27 AM
  3. Trying to eject D drive using code, but not working... :(
    By snowfrog in forum C++ Programming
    Replies: 3
    Last Post: 05-07-2005, 07:47 PM
  4. x on upper right corner not working
    By caduardo21 in forum Windows Programming
    Replies: 1
    Last Post: 02-20-2005, 08:35 PM
  5. cygwin -> unix , my code not working properly ;(
    By CyC|OpS in forum C Programming
    Replies: 4
    Last Post: 05-18-2002, 04:08 AM