Working with StringsCovers the basics of working with strings in C, including reading, copying, comparing, and converting strings, along with examples and quizzes.
Introduction to C: Arrays and FunctionsCovers the basics of C programming, focusing on arrays and functions, including 1D and 2D arrays, string operations, dynamic memory allocation, and reading files.
Engineering Projects OverviewProvides an overview of engineering projects, troubleshooting tips, and practical demonstrations on signal processing and Arduino integration.
Introduction to Vector in C++Introduces the fundamentals of vectors in C++, covering initialization, direct access, range-for loop, and specific functions.
Memory Allocation in CCovers the basics of memory allocation in C, including passing parameters by value and reference, dynamic arrays, and strings.
String Operations: Methods and ExamplesCovers various string operations in Java, including accessing characters by index and using methods like 'replace' and 'substring' to manipulate string data.
Eigen Library for Linear AlgebraExplores the Eigen library for linear algebra, covering vectors, matrices, arrays, memory management, reshaping, and per-component operations.
Introduction to C ProgrammingIntroduces fundamental C programming concepts, covering variables, control structures, functions, and pointers, with practical examples and exercises.