Thread: Why so many errors??

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

    Why so many errors??

    I use Borland C++ Builder 4.0 at school...and I have Microsoft Visual C++ 5.0 at home...If I write a program on microsoft, that would easily run on borland, I come up with tons of errors..like 15 or 20 in one page of code...Why is this??

  2. #2
    Registered User
    Join Date
    Mar 2002
    Posts
    27

    code?

    how 'bout showing us some code....
    Chance favors the prepared mind.

    Vis. C++ 6.0

  3. #3
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Why is this??
    Double or nothing you make liberal use of conio.h functions in Borland that aren't supported by Microsoft. Post some code and I'll give you more detail.

    -Prelude
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. global namespace errors
    By stubaan in forum C++ Programming
    Replies: 9
    Last Post: 04-02-2008, 03:11 PM
  2. Ten Errors
    By AverageSoftware in forum Contests Board
    Replies: 0
    Last Post: 07-20-2007, 10:50 AM
  3. Unknown Errors in simple program
    By neandrake in forum C++ Programming
    Replies: 16
    Last Post: 04-06-2004, 02:57 PM
  4. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM
  5. errors in class(urgent)
    By ayesha in forum C++ Programming
    Replies: 2
    Last Post: 11-10-2001, 06:51 PM