Cratecode
Discover the life and work of Bjarne Stroustrup, the creator of the widely used programming language, C++.
An introduction to the C++ programming language, covering its history, syntax, and foundational concepts.
A guide to understanding and fixing frequent C++ error messages.
An overview of the C++ programming language, its history, uses, and features.
Dive into the world of C++ and explore its key features, strengths, and use cases.
Understand pointers, their usage, and why they are important in programming.
Learn the basics of the GNU Compiler Collection (GCC) and its key features.
Exploring C++ and its significance in modern programming.
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.
A step-by-step guide to understanding and resolving common C++ compilation errors.
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.
Exploring GDB, the GNU Debugger for C and C++
Understanding inheritance in C++, including its syntax, benefits, and various types of inheritance.
An introduction to C++ programming concepts and syntax, covering the basics like variables, functions, and control structures.
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.
Learn what null pointer dereferences are, why they occur, and how to prevent them in your code.