Login to filter by course Login to filter by course Reset
Error Handling and ExceptionsCovers error management, exceptions, and debugging techniques in C++, emphasizing the importance of making code more robust and easier to debug.
Programming for EngineersIntroduces a programming course for engineers, emphasizing the importance of mastering multiple languages for future projects.
Debugging and OptimizationCovers types of errors in programming and emphasizes the importance of debugging and optimization techniques.
Parameter Estimation for Deformable ObjectsBy David Millard explores parameter estimation for deformable objects in robotic manipulation tasks, focusing on the challenges and solutions in dealing with complex dynamics and using finite element techniques.
DebuggingCovers testing, TDD, coverage, debugging, naming conventions, comments, and solutions for coding issues.
Error Handling in C++Covers error handling in C++, including syntax, implementation, algorithm, and design errors, as well as the use of debuggers and exceptions.
Debugging ExercisesCovers debugging exercises, from understanding error messages to using a debugger tool.
Inheritance: Polymorphism & CastingCovers inheritance, polymorphism, and casting in object-oriented programming, emphasizing code factorization and generic object manipulation.