Thread: "Floating Point : Overflow" ??

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Apr 2002
    Posts
    37

    Question "Floating Point : Overflow" ??

    My program runs and compiles perfectly fine on Visual C++, but when i test it on Turbo 4.52 (coz school is gonna use that to test the program)

    ... it runs and compiles but when I type a float it gave me that error message.

    "program.exe Floating Point: Overflow" then exits.

    Okay Should I b worrying ? Does it have anything to do with the executable part of my program, my computer? or the compiler?
    Last edited by mellisa; 02-15-2003 at 04:07 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help realy needed
    By ZohebN in forum C++ Programming
    Replies: 2
    Last Post: 04-08-2008, 09:37 AM
  2. Getting a floating point exception
    By SnertyStan in forum C Programming
    Replies: 13
    Last Post: 03-25-2008, 11:00 AM
  3. How to monitor process creation?
    By markiz in forum Windows Programming
    Replies: 31
    Last Post: 03-17-2008, 02:39 PM
  4. instantiation point discussion
    By George2 in forum C++ Programming
    Replies: 1
    Last Post: 03-08-2008, 03:48 AM
  5. overloading operator help
    By syrel in forum C++ Programming
    Replies: 8
    Last Post: 09-30-2004, 10:49 AM