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
Templates: Programming Concepts
Graph Chatbot
Related lectures (29)
Previous
Page 1 of 3
Next
Abstract Data Structures in C++
Covers procedural and object-oriented programming, abstract data structures, templates, and the C++ standard library.
Generic Programming: Templates
Covers generic programming using templates in C++, including declaration, instantiation, specialization, and practical examples.
Functions in C: Key Concepts and Examples
Explains the essential concepts of functions in C programming, including definitions, prototypes, and argument passing techniques.
Optimization and Templates
Explores optimization in C++ code, algorithmic ideas, code profiling, and template meta-programming.
Generic Programming: Templates
Covers generic programming in C++ through templates for classes and functions, showcasing examples and discussing specialization and separate compilation.
Pointers in C: Understanding Their Utility and Applications
Covers the definition and applications of pointers in C programming, emphasizing their role in memory management and generic programming.
C++ Standard Library: Containers and Algorithms
Covers the basics of C++ standard library containers, algorithms, and iterators.
C++ Complements: Namespaces and Main Arguments
Covers namespaces, main function arguments, and their significance in C++ programming.
Arrays in C: Advanced Data Types
Discusses advanced data types in C, focusing on arrays and their characteristics.
Pointers: Strings, Functions, Casting
Covers pointers to strings, functions, and casting in C programming.