Thread: Memory problem with Borland C 3.1

  1. #1
    Registered User
    Join Date
    Feb 2011
    Posts
    2

    Memory problem with Borland C 3.1

    <<< split from dead thread Memory problem with Borland C 3.1 >>>

    hi , sorry for my english language
    but am facing a big problem and i need help to resolve it
    here is my problem when i start write a code on c++ borland compiler

    http://up9.up-images.com/up//uploads...02152ff5a4.jpg

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Well two things...

    1) Borland C/C++ is an ancient dinosaur that should be put out of it's misery.
    You can upgrade to a 32/64 bit C compiler for free... Pelles C Many 64 bit systems no longer support 16 bit code so there is a very real reason to upgrade.

    2) You have two main() functions in your source code, which is a total no-no.
    Last edited by CommonTater; 02-22-2011 at 11:56 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Bug in Best-Fit Memory Allocation program (Simulation)
    By RommelTJ in forum C Programming
    Replies: 6
    Last Post: 12-13-2009, 04:43 PM
  2. Memory problem - malloc, pointers and vector
    By DrSnuggles in forum C++ Programming
    Replies: 18
    Last Post: 08-14-2009, 10:28 AM
  3. Problem with atl memory cleaning
    By Mariam1989 in forum Windows Programming
    Replies: 1
    Last Post: 11-11-2008, 12:35 PM
  4. Memory problem...?
    By Xzyx987X in forum Windows Programming
    Replies: 4
    Last Post: 06-30-2004, 05:02 PM
  5. Program abort due to memory problem
    By cazil in forum C++ Programming
    Replies: 5
    Last Post: 01-21-2002, 12:55 PM