FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

::Hello, World::

 


hurricane_2000
void main()
{
cout<<"Hello, World"<<endl;
}
darrenpaul
Hey,

Welcome to the site, I hope you have a good time here.
wimvpetegem
#include <iostream>
#include <string.h>
using namespace std;

void SayWelcome(char szText[]);

int main(int argc, char argv[])
{
char szWelcomeText[100];
strcpy(szWelcomeText, "Hi, I wish you a very good time here.\nRegards...");
SayWelcome(szWelcomeText);
return 0;
}

void SayWelcome(char szText[])
{
cout << "wimvpetegem says:\n\t";
cout << szText << endl;
return;
}

// Smile
Reply to topic    Frihost Forum Index -> General -> Introductions

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.