Stress With Miracle C

A Member? Please Login  
type your username and password to login
Date: January 08, 2009, 12:07 AM
278495 members and 175615 Topics
Latest Member: addideomy
Nairaland [Nigerian Forum] Home Help Search Who is currently online? Login Register
Nairaland Forum  |  Technology  |  Programming (Moderator: Dual Core)  |  Stress With Miracle C
Pages: (1) Go Down Send this topic Notify of replies
Author Topic: Stress With Miracle C  (Read 287 views)
RuuDie (m)
Stress With Miracle C
« on: February 20, 2007, 09:15 AM »


hi fellow NL programmers,

there anybody 'ere who has used the freeware Miracle C Compiler before?
i just got hold of it but i get probs when tryin 2 run my programme ,  don't get 2 see the output 'because the screen just comes & goes in a flash! can anybody in 'ere help me out?
kazdax (m)
Re: Stress With Miracle C
« #1 on: March 10, 2007, 11:32 PM »

Why use Miracle C . I know some books say use it . Thou I would prefer if you used VS or Bore land hehe or Dev C++ compiler .

but your problem can be solved like this
Code:
#inlcude<stdio.h>
#include<conio.h>

int main()
{

         printf( "Hello Nairaland!!!" );
         getch();  /* this waits for the key press */

}

Code:

#inlcude<stdio.h>
#include<conio.h>

int main()
{

         printf( "Hello Nairaland!!!" );
         system( "pause" );/* this is a DOS command that pauses till you hit any button .
                                            System () function Executes the dos Command You can slo put Dir e.g system("dir"); to see the directory. */

}

RedDragon
Re: Stress With Miracle C
« #2 on: March 30, 2007, 05:21 AM »

Here is how you can get Miracle C to work (at least it worked for me)

In "C:\Windows" find the _DEFAULT file.
Right click and go to properties.
select the "program" tab.
Uncheck the "close on exit" box.
RuuDie (m)
Re: Stress With Miracle C
« #3 on: April 03, 2007, 03:18 PM »

thanx guys,

been tryin 2 get Borland C 4 awhile now but just couldn't so i kind of settled 4 what i could get; used a number of free C compilers over d years Miracle C, Pacific C & a host of others i can't even remember! how do i get Borland C?
 Hi, Can Anyone Teach Me Visual Basic 6.0  Oracle And Programming  Free Internet Browsing On Your Pc Or Laptopchat, Check Your Mail An  Page 2
Pages: (1) Go Up Send Topic to Friend by E-mail Reply 
Google
 
Web www.nairaland.com
Sections: TV/Movies (2) Music/Radio (2) Celebrities Job Talk Jobs/Vacancies (2) Career Talk Romance Books Politics Sports Fashion Travel
Health Schooling Religion General(2) Business Webmaster Programming Computers Phones Cars & Trucks

Links: Page1 Page2 Page3 Page4 Page5 Page6 Page7 Page8 Page9 Page10

Nairaland is owned by Oluwaseun Osewa
Nairaland Forum | Powered by SMF 1.0.12.
© 2001-2005, Lewis Media. All Rights Reserved.