|
|
|
#1 (permalink) | |||||||||||
|
>?<Legendary>?<
|
Hi
Ok first I am a noob at programming. Whenever I make a C program and compile it it opens and then it goes and nothing happened. This appens even with manydemo programs so its not just me
__________________
The 2 Greatest Typos Of All Time
|
|||||||||||
|
|
|
|
#2 (permalink) | |||||||||||||
|
AMD Overclocker
|
If your going to be developing in C then I would suggest getting yourself something setup like ubuntu. Linux machines come with a ton of features for compiling C and C++. Visual Studio is nice however I couldn't imagine using C without some flavor of *nix.
I particularly am inlcinded to FreeBSD due to the BSD liscence. I'd suggest ubuntu for someone who hasn't used Linux before. Very simple install process and you will have g++ to compile native to the system. If however you don't want to take that route. You can find a free C compilers here http://www.thefreecountry.com/compilers/cpp.shtml
|
|||||||||||||
|
|
|
|
|
#3 (permalink) | |||||||||||||
|
Programmer
|
What IDE are you currently using? My guess would be DevShed. I suggest, right before your return in main() to put the line
Code:
system("pause");
And why are you coding in C? Thats sooo 10 years ago ![]()
__________________
Whats this folding I've been hearing about? Crucial Ballistix Club ![]() Member of the OCN Diablo III Club ~M Hail to the Victors M~
|
|||||||||||||
|
|
|
|
#4 (permalink) | ||||||||||||||
|
Programmer
|
Quote:
__________________
Whats this folding I've been hearing about? Crucial Ballistix Club ![]() Member of the OCN Diablo III Club ~M Hail to the Victors M~
|
||||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||||
|
4.0ghz
|
Ya, you need to add the "system("PAUSE");" line at the end. Other wise it will close the window after the program runs.
__________________
|
|||||||||||||
|
|
|
|
#6 (permalink) | |||||||||||
|
>?<Legendary>?<
|
I have linux (not istalled yet). Also my c bok was written for the PDP 11 and is from 1976 so its not really explained
![]() REP +
__________________
The 2 Greatest Typos Of All Time
|
|||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|