Thread: Converting Miracle C to Dev-C++

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

    Converting Miracle C to Dev-C++

    I have a program using Miracle C program that I am converting to Dev_C++ and I am getting errors of "stray'\240" in program in several places, but can't find any explanation of errors with this compiler. Any idea what this error means, or should I include a program listing before going any further?

  2. #2
    Just Lurking Dave_Sinkula's Avatar
    Join Date
    Oct 2002
    Posts
    5,005
    Do you have nonstandard text such as á in your source code?
    7. It is easier to write an incorrect program than understand a correct one.
    40. There are two ways to write error-free programs; only the third one works.*

  3. #3
    Registered User
    Join Date
    Nov 2004
    Posts
    41
    No..just standard text..nothing out of the ordinary.

  4. #4
    Gawking at stupidity
    Join Date
    Jul 2004
    Location
    Oregon, USA
    Posts
    3,218
    Use a different text editor.
    If you understand what you're doing, you're not learning anything.

  5. #5
    ---
    Join Date
    May 2004
    Posts
    1,379
    Isnt Miracle C non standard?

  6. #6
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I wouldn't be surprized... the name sounds a little fishy. It sounds like all those different version of BASIC that are out there.

    You could try posting some of the code you're having troubles with and see if we can give a more human response.

  7. #7
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > Isnt Miracle C non standard?
    Even Borland Turbo C is more standard than that joke software.

    For a start, it only has 7 of the 16 include files required by even ANSI-C89, and the contents of those are short by a long way, plus 2 others (dev-c++ has 480 header files and all of the ANSI-C headers, and that's free software).

    As the answer to a homework question "write a compiler", it's pretty good, and would make good background reading to a compiler writing tutorial.

    But to then ask $$$ for it (nagware?) as a credible software development tool, that's the joke.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Resources with Dev C++ Problem (many simple problems)
    By Zeusbwr in forum Windows Programming
    Replies: 4
    Last Post: 04-06-2005, 11:08 PM
  2. New to Dev C++/<windows.h>...
    By Cilius in forum C++ Programming
    Replies: 3
    Last Post: 02-23-2005, 01:05 AM
  3. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  4. Converting from Screen to World Coordinates
    By DavidP in forum Game Programming
    Replies: 9
    Last Post: 05-11-2004, 12:51 PM
  5. openGL programming - From MSVC++ to Dev C++
    By WDT in forum Game Programming
    Replies: 1
    Last Post: 03-08-2004, 05:19 PM