Click here to Skip to main content
15,881,248 members
Articles / Programming Languages / SQL

How to Write Code to Solve a Problem, A Beginner's Guide Part 2: Syntax Errors

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
14 Feb 2022CPOL12 min read 7K   7  
By the time you have read this, you will have no problem with compiling your programs ever again. Well, probably you won't. OK - maybe a little. Depends on the compiler.
So you've followed Part 1 and designed your code. You've typed it all in, and now it just says "Error in line ??. Blah Blah, Incomprehensible String of Letters". What do you do now? Apart form panic, obviously - that never helps. you start by looking at what it's telling you - there is generally a lot of information there which will help you fix it.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO
Wales Wales
Born at an early age, he grew older. At the same time, his hair grew longer, and was tied up behind his head.
Has problems spelling the word "the".
Invented the portable cat-flap.
Currently, has not died yet. Or has he?

Comments and Discussions