Interpreter errors

Hi,
I learnt that interpreter executes code line by line. So my guess is interpreter shows only one error at a time, i.e the current one. Am I right?
What? C++ is a programming language, not a scripting language. Scripting languages are interpreted and may show more or less errors at a time depending on the interpreter. Programming languages like C++ are compiled before they can be executed, so you can get many errors at a time - but you will not be able to run code with compile errors.
Yeah am aware of C++ being an Compiled language. Never used an interpreted language before. Thanks.
Topic archived. No new replies allowed.