Thread: unhandled exception (URGENT)

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    9

    Question unhandled exception

    Ive attached the .cpp file. Please do have a look at it.

    problem: its keeps giving the message that the system is unstable and to press to [T] to terminate...why? any possible solutions...

    F.k.
    Last edited by Lollipop; 07-27-2003 at 02:09 PM.

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    291
    Hmm.. I dont see any attachments

  3. #3
    Registered User
    Join Date
    Jul 2002
    Posts
    9
    lol i know i know

    i ve been trying to attach the bloomin file *pardon my french*
    lemme try it again

  4. #4
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    http://cboard.cprogramming.com/annou...p?s=&forumid=3

    Some issues of netiquette to particularly note are:
    1. Don't use all caps
    2. Use descriptive subject lines
    3. Do not put URGENT!, or NEED HELP NOW, etc. in your title; it will not make people look at it any faster. Doing this makes many old time helpers on this board not look at the post at all.
    Away.

  5. #5
    Registered User
    Join Date
    Jul 2002
    Posts
    9
    any better now ?

  6. #6
    ‡ †hë Ö†hÈr sîÐè ‡ Nor's Avatar
    Join Date
    Nov 2001
    Posts
    299
    DATA_STRUCTURES FINAL PROJECT
    i'd give you no more than a c- for lack of spacing your control statments. makes the code next to impossible to read.

    #include<iostream.h> should be
    #include<iostream>

    what are you trying to do here
    int gdriver = DETECT, gmode, errorcode; line 393

    use int main() instead of void main(). dont ask me why.
    and i think textcolor, gotoxy, delay are undefined
    Try to help all less knowledgeable than yourself, within
    the limits provided by time, complexity and tolerance.
    - Nor

  7. #7
    Registered User
    Join Date
    Feb 2003
    Posts
    76
    At first I thought these people were all being picky but when I looked at the file I really had a problem to read. This file won't even compile on my computer and I don't even know where to begin to fix it. I can only suggest that you give yourself a set of rules about setting out your programming and follow them.
    Its a lot easier to solve problems when you know where things come from just by how far they are indeted and things like that.

    I know it may sound like we are all picking on you but we are jsut trying to make your life and our lives easier.

  8. #8
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    I had a look at it as well, but there is so much compiler specific stuff in there, I don't have time to try to fix it up so it'll compile. Where does it fail?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  9. #9
    Registered User
    Join Date
    Jul 2002
    Posts
    9

    *embarasssed look*

    hewwo...

    *ahem* words fail me after reading all of those posts... * embarassed look *.....

    ummm i"ll agree to the part of rating this work as a c-. I'm totally with ya on it. Have alwayz been a complete dufus when it comes to programming.

    I dont know why the code isnt compiling on ure side. *frown* I'm using Borlandc 3 version and everything compiles in there fine. Have realized my mistakes on my own. Got 'em fixed and everything is working fine. and last but not least, identation is something I havent gotten as yet. WIll work on it indefinitely as soon as my semester finishes.

    errr... Thankz joo all once again for at least trying to compile my code and the "picky" advices !


Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Unhandled exception
    By JOCAAN in forum C Programming
    Replies: 5
    Last Post: 11-30-2008, 10:18 AM
  2. Replies: 3
    Last Post: 11-11-2006, 06:46 PM
  3. I got an unhandled exception!!
    By LegendBreath in forum Game Programming
    Replies: 7
    Last Post: 04-19-2005, 01:55 PM
  4. unhandled exception error
    By trends in forum C++ Programming
    Replies: 4
    Last Post: 11-15-2002, 06:54 PM
  5. Unhandled Exception
    By StringQuartet13 in forum C++ Programming
    Replies: 1
    Last Post: 03-04-2002, 05:18 PM