Thread: Support for Miracle C

  1. #1
    Registered User
    Join Date
    Nov 2004
    Posts
    41

    Support for Miracle C

    I am using Miracle C version 3.2 for creating a currency conversion program. When I compile it, it tells me that the source file is too large. Is there a limit with this product on this file size? If so, is there a way to increase this limit, or is there another product that you would recommend for this program?

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    The last time I checked Miracle C, it sucked. Try Dev-C++ or Borland C++ 5.5. Both are free and pretty good.
    My best code is written with the delete key.

  3. #3
    Registered User
    Join Date
    Dec 2004
    Posts
    35
    Prelude:

    RE your signature... I just compiled it and got a Bus error... is that the intended outcome?
    VIM + gcc + beer... does life get any better?

  4. #4
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Its not standard code so it may not work on all compilers / platforms

  5. #5
    Registered User
    Join Date
    Apr 2004
    Posts
    210
    I think the point of it is to make it work. Have a look at the parameterlist. :-)
    edit: thats's a guess.
    Last edited by Nyda; 12-11-2004 at 09:21 AM.
    main() { int O[!0<<~-!0]; (!0<<!0)[O]+= ~0 +~(!0|!0<<!0); printf("a function calling "); }

  6. #6
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I think the point of it is to make it work.
    Yea...That's the point. It was my plan the entire time. In reality, the "likely to seg fault" version looks cooler than the alternative that would probably work everywhere. It was a tough decision, but at least it gives you guys a project. Figure out what it's supposed to do, then find the ultra-non-portable part and fix it. Hint: string literal

    >I just compiled it and got a Bus error... is that the intended outcome?
    If I wanted a program that does nothing but crash then I could do it in considerably less space:
    Code:
    main(){1/0;}
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. failure to import external C libraries in C++ project
    By nocturna_gr in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2007, 03:49 PM
  3. Dev-cpp - compiler options
    By tretton in forum C Programming
    Replies: 7
    Last Post: 01-06-2006, 06:20 PM
  4. I hate tech support....
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 10-20-2001, 08:59 AM