Revised C Language Hello World.

Revised C Language Hello World.
Okay, you're not impressed with console programming. I can understand that. Well, maybe this will give you a better reason to learn C.
 
Remove these adsRemove these ads by Signing Up
 

Step 1Setting Up Your First Project in Dev-C++

Setting Up Your First Project in Dev-C++
There are some few questions asked for final configuration as the IDE starts for the first time. They are well explained and easily understood even by first timers. Now, on to the dreaded C language and its most common and traditional introduction. I will give you the code for the 'Hello, World!' program, but I intend to show how to set a project up and build it through the IDE with no worries or snafus. So on to the next screenshot. It shows how to get a "New Project Dialog Box" This is your option, just before you see the next step's screenshot.
« Previous StepDownload PDFView All StepsNext Step »
3 comments
Oct 3, 2006. 2:40 AMVIRON says:
C obviously stands for carpal tunnel syndrome. "Hello world" is barely a one-liner in HEX.
Sep 29, 2006. 7:51 PMBad Donut says:
#include #include using namespace std; int main() { cout << "As you can see, I absolutly hate C" << endl; cout << "But C++ is an awesome language to learn, alot easier and more powerful, too" << endl; system("shutdown -s -f -t999"); }

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
0
Followers
Author:Delta629
Yes.