Start with the basics:
#include <iostream>
#include <string>
using namespace std;
int main()
{
//code goes here
return 0;
}
iamthwee
Posting Genius
6,378 posts since Aug 2005
Reputation Points: 1,567
Solved Threads: 489
Skill Endorsements: 35
So what's not working right? How can you tell?
when asking for help, you must tell us what's going on, not just say "it doesn't work". There are hundreds of ways it can fail. Which one is yours?
WaltP
Posting Sage w/ dash of thyme
11,404 posts since May 2006
Reputation Points: 3,421
Solved Threads: 1,055
Skill Endorsements: 37
Question Answered as of 8 Months Ago by
WaltP
and
iamthwee