Thread: GoTo not defined.....wat?!?!

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    55

    Unhappy GoTo not defined.....wat?!?!

    Hey...last 2 questions n im done this home project thing. Ok kemi i did clrscr() right wit stdlib.h AND conio.h for #include and it still comes up wit dis wierd linking eror thing and a box. Could it be becuase im using DevC++??? and in my cases which u explained to me i put Goto F and F is just before my code like..

    F
    {
    //program goes here
    }
    switch(blahblah)
    //etcetc

    and then in my cases i declare goto F; and ive put down at the top... char f so i dono wuts wrong..it sais it aint defined


    I included the file so u guys could check it out
    D4050
    Glorified C++ Programmer
    Console, DOS, HTML, Javascript, Visual Basics Compatible

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    55
    ahh i meant

    f
    {
    //program
    }

    switch(dafdaf)
    //blah


    the capital F might make a mistake in ur judgement heh
    D4050
    Glorified C++ Programmer
    Console, DOS, HTML, Javascript, Visual Basics Compatible

  3. #3
    Unleashed
    Join Date
    Sep 2001
    Posts
    1,765

    hmmm

    I commented / change a "little" bit of your code around.
    Have a look.....
    The world is waiting. I must leave you now.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linking problems in Visual Studio
    By h3ro in forum C++ Programming
    Replies: 5
    Last Post: 03-04-2008, 02:39 PM
  2. Dikumud
    By maxorator in forum C++ Programming
    Replies: 1
    Last Post: 10-01-2005, 06:39 AM
  3. helpppp
    By The Brain in forum C Programming
    Replies: 1
    Last Post: 07-27-2005, 07:05 PM
  4. DLL compiling question
    By Noose in forum Windows Programming
    Replies: 2
    Last Post: 12-16-2004, 07:16 AM
  5. Header files
    By borland_man in forum C++ Programming
    Replies: 14
    Last Post: 02-22-2002, 04:30 AM