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
Introducing Advanced Concepts in Informatics with VPL
Graph Chatbot
Related lectures (29)
Previous
Page 2 of 3
Next
Pointers in C++: Event-Driven Programming with GTKmm
Covers function pointers in C++ and their application in GTKmm for event-driven programming.
Modular Programming: Separate Compilation in C
Covers separate compilation in C, focusing on modular programming and its benefits for code reusability and maintenance.
Linker and Loader: Understanding Compilation in C
Explains the roles of linker and loader in C programming, focusing on separate compilation and the creation of executable files.
Introduction to Object-Oriented Programming in C++
Covers the basics of object-oriented programming in C++, emphasizing the importance of practice.
Object-Oriented Programming: Introduction and Benefits
Introduces Object-Oriented Programming with Python, showcasing a practical example of its utility and advantages.
Handling Command Line Arguments in C: Practical Examples
Covers the handling of command line arguments in C programming with practical examples and structured approaches.
Image Processing Techniques: Seam Carving and Pixel Manipulation
Discusses image processing techniques, focusing on seam carving and pixel manipulation in Python programming.
Operator Overloading in C++: Concepts and Examples
Covers operator overloading in C++, including its rules, risks, and practical examples.
Recursive Functions: Examples and Applications
Explores recursive functions, including factorials and Fibonacci sequences, and their scope and namespaces.
Java Class Encapsulation
Explores encapsulation in Java classes, focusing on 'Rectangle' design and data protection.