Thread: Limitations of DJGPP? (gcc in Windows)

  1. #1
    Slime Dragoon_42's Avatar
    Join Date
    Feb 2003
    Location
    Vancouver
    Posts
    90

    Limitations of DJGPP? (gcc in Windows)

    Are there any limitations? I'm trying to store 4000 sentences to memory and things keep crashing. Worked fine in FreeBSD though. Any ideas what I'm screwing up?

  2. #2
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    perhaps your code is broken.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    I too would go with the broken code idea - 4K sentences should be easy, memory wise at least.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #4
    Yes, my avatar is stolen anonytmouse's Avatar
    Join Date
    Dec 2002
    Posts
    2,544
    DJGPP is a DOS compiler. Free Windows compilers include Dev-C++ (includes IDE), MinGW (no IDE), or the Visual C++ Toolkit (no IDE).

  5. #5
    Registered User
    Join Date
    Nov 2002
    Posts
    491
    Dev-C++ is not a compiler, it is jus tan IDE. The package just happens to come with MingW.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. Virtual keys
    By Arkanos in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2005, 10:00 AM
  3. Manipulating the Windows Clipboard
    By Johno in forum Windows Programming
    Replies: 2
    Last Post: 10-01-2002, 09:37 AM
  4. DJGPP help needed
    By dune911 in forum C++ Programming
    Replies: 6
    Last Post: 09-15-2001, 04:56 PM