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.