Go Back   Velocity Reviews > General Computer Discussion > General Help Related Topics
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

General Help Related Topics - New Programmer needs help

 
Thread Tools Search this Thread
Old 09-08-2009, 02:56 AM   #1
Exclamation New Programmer needs help


I just started programming and was trying to create this program but i keep getting errors i need help ive reviewed everything and it seems to be correct am i missing somehting?(using microsfot visual c++)



#include <iostream>
using namespace std;

int main()
{
int length, width;

cout << "Enter the length: ";
cin >> length;

cout << "Enter the width: ";
cin >> width;

cout << "The area is " << length * width;

return 0;
}



1>Practice learning - 3 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========


i keep getting this error, please help


Brusann
Brusann is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice to be a Systems Programmer ded8381 General Help Related Topics 3 05-20-2009 05:38 PM
Freelance Programmer (ASP.NET) sumeetx Software 2 05-04-2007 10:39 AM
Engineering Certifications Harsha Raghavan A+ Certification 81 08-10-2004 08:25 PM
Counting In Binary Raymond A+ Certification 13 03-07-2004 07:28 PM
Re: Learner's Permit Joe Pearson A+ Certification 0 08-07-2003 04:29 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46