| Share this post! | Vote this! |
|
Learning to program can be tough--just ask anyone who's done it!
Fortunately, a lot of problems happen over and over again--I've put
together 8 of the most common problems that you'll run into as a new
programmer.
1. Undeclared Variables
int main()
{
cin>>x;
cout<<x;
}
more...




0 comments:
Post a Comment