Types of Errors

syntax errors - mistyped words
compile errors - a maths operation using a string, only caught when the project is compiled/built, displayed in output window and on error list
runtime errors - often an unhandled error, eg opening a file that doesnt exist
logical errors - no warning or error message, just the result you didnt expect


memory leaks ??




© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext