Cratecode
A guide to understanding and fixing frequent C++ error messages.
Learn the basics of the GNU Compiler Collection (GCC) and its key features.
An introduction to the C++ programming language, covering its history, syntax, and foundational concepts.
An introduction to C++ programming concepts and syntax, covering the basics like variables, functions, and control structures.
Discover the life and work of Bjarne Stroustrup, the creator of the widely used programming language, C++.
An overview of the C++ programming language, its unique features, and why it's widely used.
A basic introduction to OpenFrameworks, an open-source C++ toolkit for creative coding and digital art.
An overview of the C++ programming language, its history, uses, and features.
Exploring C++ and its significance in modern programming.
Learn how to identify and solve common runtime errors in C++ programs.
Introducing the LLVM Debugger (LLDB) for C, C++, and other languages, including its features and use cases.
Learn what null pointer dereferences are, why they occur, and how to prevent them in your code.
Understand pointers, their usage, and why they are important in programming.
Dive into the world of C++ and explore its key features, strengths, and use cases.
A step-by-step guide to understanding and resolving common C++ compilation errors.
Exploring GDB, the GNU Debugger for C and C++
Understanding inheritance in C++, including its syntax, benefits, and various types of inheritance.
Explore the concept of polymorphism in C++ and its types, including static and dynamic polymorphism.
Learn about the Standard Template Library (STL) in C++, its components, and how it can boost your programming efficiency.
Learn how to make an LED blink using Arduino and C++ to grasp basic microcontroller programming.