Adventures in Programming

Site Stats
APCS schedule | APCS Login | APCS Forms | APCS Resources | APCS Archive | APCS Stuff
Java schedule | Java Login | Java Forms | Java Resources | Java Archive | Java Stuff
Adven schedule | Adven Login | Adven Forms | Adven Resources | Adven Archive | Adven Stuff
Stats schedule | Stats Login | Stats Forms | Stats Resources | Stats Archive | Stats Stuff

Hello World Compile Time Errors Part 3

 

 

Br Ca Ho LaN
Law Mac McH McL
Po Sm St Va
Not Listed

 


Last Name :

Email :
If you don't have an email address, use student@brentwoodhigh.com

Select one of the following that describes when and why you are filling out this form:
This assignment is in on time.
This assignment is in on time, being resubmitted due to a failed submission (I have a copy of the original submission).
This assignment is a corrected submission for half the missed credit.
This assignment is one day late and will lose 15%.
This assignment is more than one day late (half credit at best).
This assignment is late because of an EXCUSED absence.
This assignment is being resubmitted at the request of the teacher.


Updated: Wednesday, January 13, 2010 11:38 AM

Always compile your code and make sure there are no errors before you introduce an error.
You will copy and paste the error message and tell what line the compiler is point at for the first error.

Remove the 0 in line 5 - This will only produce a Warning but we treat warning like errors.

What line does the compiler point when clicking on the warning?

Fix the error, recompile, make sure the program is error free before introducing the next error.


 

Misspell return

What line does the compiler point when clicking on the first error?

Fix the error, recompile, make sure the program is error free before introducing the next error.


 

Remove the ; in line 5

What line does the compiler point when clicking on the first error?

Fix the error, recompile, make sure the program is error free before introducing the next error.


 

Misspell endl

What line does the compiler point when clicking on the first error?

Fix the error, recompile, make sure the program is error free before introducing the next error.


 

Capitalize the c in cout - change to Cout
C++ is case sensitive which means Cout and cout are two totally different things!

What line does the compiler point when clicking on the first error?

 

 

Updated: Wednesday, January 13, 2010 11:38 AM

 

 

 

About Us | Site Map | Contact Us | Search | ©2005 brentwoodhigh.com