English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi. I am taking a programming class and I can't get any help. The help room can't help because they don't know what their doing. My teacher is of no help. He gets smart and doesn't answer questions. Does any one know of a place where I can get some help? I mean, I write the program but I get so many errors that I can't go on with the projects. Please help if you can. I'm stuck and time is running out!

2007-05-22 03:20:55 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

usually when you get a lot of errors, its caused by only one or two real errors. the rest are because the compiler gets "confused" by the error and doesnt understand the rest of the code. the way to work through them is to start with the first error, eliminate it (usually just a syntax error), then re compile. then move on to the next first error and so on.

if you get really stuck, try posting the error and the relevant portion of your code here.

2007-05-23 00:35:26 · answer #1 · answered by justme 7 · 0 0

Hope your fundamentals from C are ok. otherwise check this online tutorial it took me through C++ ok.
http://www.cplusplus.com/doc/tutorial/

2007-05-22 10:32:09 · answer #2 · answered by Milciades P 1 · 0 0

fedest.com, questions and answers