Skip to main content
Graph
Search
fr
|
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Lecture
Introduction to C++ Programming: Variables
Graph Chatbot
Related lectures (23)
Previous
Page 1 of 3
Next
Functions: Reusability and Error Reduction
Covers functions in C programming, emphasizing reusability and error reduction through proper function structure.
File Input/Output in C++
Covers the detection of failure caused by end-of-file with the eof() method and the conversion of character strings to numerical types.
Input/Output: Basics
Covers the basics of input/output operations in C++, including interacting with the world through keyboard and screen.
Pointers and Arrays: Arithmetic, Buffer Overflow
Covers the arithmetic of pointers, the relationship between pointers and arrays, and the concept of buffer overflow in C programming.
Microcontrollers: Programming and Applications
Delves into microcontrollers, their programming, and practical applications, offering hands-on exercises and real-world examples.
Control Structures in C: Key Concepts and Examples
Introduces control structures in C programming, covering branches, loops, and best practices for writing clear code.
Dynamic Memory Allocation: Understanding Pointers in C
Provides an overview of dynamic memory allocation in C programming, focusing on pointers and memory management techniques.
Programming State Machines
Covers the programming of a state machine in the context of understanding microcontrollers and emphasizes the importance of managing states and transitions.
File Handling in C: Basics and Common Issues
Covers the basics of file handling in C, common issues, and standard functions.
Introduction to UNIX and C Programming Concepts
Covers UNIX fundamentals and introduces C programming concepts, including variables, data types, and basic operations.