Welcome
Welcome to the forums of AntiRTFM's Absolute N00b Spoonfeed C++ Tutorials!

You are currently viewing our boards as a guest, which gives you limited access to view most discussions and access our other features. By joining our free community, you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, and access many other special features. Registration is fast, simple, and absolutely free, so please, <a href="/profile.php?mode=register">join our community today</a>!

Welcome (For Newbies)

Here are some projects of actual programs you can practice making.

Welcome (For Newbies)

Postby Daywids on Sat Sep 05, 2009 4:27 pm

Open Dev-C++>File>New>Source File;

Code:
Code: Select all
#include <iostream>

using namespace std;
int main()
{
char name [10];
cout << "Please enter your name: ";
cin >> name;
cout << "Welcome! " << name << endl;
system ("PAUSE");
return 0;
Daywids
 
Posts: 2
Joined: Sat Sep 05, 2009 4:12 pm

Return to Projects

Who is online

Users browsing this forum: No registered users and 0 guests