Projects in Awesome Lists tagged with learning-cpp
A curated list of projects in awesome lists tagged with learning-cpp .
https://github.com/nragland37/cpp-projects
Collection of 50 C++ Projects, Algorithms, Data Structures & Learning Materials
algorithm algorithms algorithms-and-data-structures cplusplus cpp cpp-programming cpp-projects data-structures learning-cplusplus learning-cpp object-oriented-programming
Last synced: 03 Apr 2025
https://github.com/breadrock1/coursera-yandexcpp
This course is devoted to acquaintance with the C ++ programming language. The course was developed by leading Yandex specialists and teachers of the School of Data Analysis. They have years of development of search services, advertising and infrastructure behind them. Link to course: https://www.coursera.org/learn/c-plus-plus-white/home/welcome
coursera coursera-cpp cpp cpp-study cpp17 learning learning-cpp learning-to-code yandex yandex-cpp
Last synced: 27 Feb 2025
https://github.com/fl444mingo/fl4-cs131-01-02-fav
Ch. 1, Lesson 2, Favorite Number
Last synced: 12 Mar 2025
https://github.com/fl444mingo/fl4-cs131-01-05-lab
Ch. 1, Lab 1, Linear Equation
Last synced: 12 Mar 2025
https://github.com/fl444mingo/fl4-cs131-02-01-var
Ch. 2, Lesson 1, Variables
Last synced: 22 Jun 2025
https://github.com/emptywork/cpp-teaching
Source code untuk materi pembelajaran tentang dasar-dasar pemrograman menggunakan Bahasa C++.
basic-cpp basic-programming cpp indonesia indonesian learning-cpp ukim universitas-kristen-indonesia-maluku
Last synced: 20 Jul 2025
https://github.com/fityannugroho/cpp_project
Learning C++ (Collage Doc)
belajarcpp cplusplus cpp gamecpp learning-cpp
Last synced: 05 Apr 2025
https://github.com/fl444mingo/fl4-cs131-05-01-callbyref
Ch. 5, Lesson 1, Function Call by Reference
Last synced: 01 Apr 2025
https://github.com/la-10/c-primer-5th-ed-solutions
This repository contains exercises and example programs that demonstrate key topics from the first chapter of a popular C++ textbook, with clean, well-commented code and detailed explanations. Perfect for newcomers looking to build a strong foundation in C++ programming.
beginner-cpp c-plus-plus cplusplus cplusplus-primer cpp cpp-exercises cpp-primer learning-cpp learning-project programming-exercises study-notes
Last synced: 15 Jun 2025
https://github.com/fl444mingo/fl4-cs131-01-00
Computer science chapter 1, lesson 0
Last synced: 12 Mar 2025
https://github.com/fl444mingo/fl4-cs131-03-lab
Ch. 3, Lab 1, Number Guessing Game
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-02-laba
Ch. 2, Lab 1, Grade Checker
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-06-01-fileio
Ch. 6, Lesson 1, File In/Out
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-04-02-custfunc
Ch. 4, Lesson 2, Custom Functions
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-04-01-func-type
Ch. 4, Lesson 1, Functions and Type Casting
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-03-04-fornest
Ch. 3, Lesson 4, Nested For Loops
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-03-02-switch
Ch. 3, Lesson 2, Switch Cases
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-02-04-while
Ch. 2, Lesson 4, While Loops
Last synced: 01 Apr 2025
https://github.com/fl444mingo/fl4-cs131-02-03-if
Ch. 2, Lesson 3, If statements
Last synced: 23 Jun 2025
https://github.com/mcleber/parallel_sum
This code is a study on parallel programming.
cpp learning-cpp parallel-programming
Last synced: 26 Nov 2025
https://github.com/fl444mingo/fl4-cs131-01-04-math
Ch. 1, Lesson 4, Mathematical Operators
Last synced: 21 Mar 2025
https://github.com/fl444mingo/fl4-cs131-01-03-error
Ch. 1, Lesson 3, Errors
Last synced: 21 Mar 2025
https://github.com/fl444mingo/fl4-cs131-02-00
Ch. 2, lesson 0, in-class work
Last synced: 21 Mar 2025
https://github.com/fl444mingo/fl4-cs131-01-01-hello
Ch. 1, Lesson 1, Hello World
Last synced: 21 Mar 2025
https://github.com/fl444mingo/fl4-cs131-04-lab
Ch. 4, Lab 1, Grade Checker Function
Last synced: 14 Sep 2025
https://github.com/fl444mingo/fl4-cs131-03-01-whileextra
Ch. 3, Lesson 1, While Continuation
Last synced: 17 Sep 2025
https://github.com/fl444mingo/fl4-cs131-03-03-for
Ch. 3, Lesson 3, For Loops
Last synced: 20 Sep 2025
https://github.com/fl444mingo/fl4-cs131-02-labb
Ch. 2, Lab 2, Addition Loop
Last synced: 30 Jul 2025
https://github.com/fl444mingo/fl4-cs131-04-03-scope
Ch. 4, Lesson 3, Scope of Read/Write Reference
Last synced: 31 Jul 2025
https://github.com/louis3797/cpp-notes
Collection of notes, links, videos, playlists, references and more for learning C++
collection cpp learning learning-cpp links notes playlists references
Last synced: 15 Aug 2025
https://github.com/fl444mingo/fl4-cs131-06-lab
Ch. 6, Lab 1, Grade Checker File In/Out
Last synced: 31 Aug 2025
https://github.com/fl444mingo/fl4-cs131-class-3-5-pointers
March 5 Class, Pointers
Last synced: 06 Mar 2025
https://github.com/venratech/source-codes-by-venratech
A repository full of GDI effects. All protected with a GPL 3.0 license.
cpp cpplearining effects gdi learning-cpp source-code
Last synced: 11 Sep 2025
https://github.com/fl444mingo/fl4-cs131-07-lab
Ch. 7, Lab 1, Score Statistics
Last synced: 01 Apr 2025
https://github.com/raveriss/cpp_module_01_00-04
Réalisations personnelles pour les exercices C++ (cpp00 à cpp04), explorant les bases de la programmation orientée objet, le polymorphisme, la gestion de la mémoire et d'autres concepts avancés, conformément aux directives de l'école 42.
42-school cpp cpp-basic cpp-exercises cpp98 education learning-cpp programming
Last synced: 13 Mar 2025
https://github.com/manitreasure1/cpp-for-pythonistas
Learn C++ the Pythonic way. A beginner-friendly C++ wrapper and course for Python learners — with familiar syntax like print(), input(), and len() to ease the transition.
beginner-friendly cpp cpp-library custom-library data-structures educational exceptions learning-cpp pycpp python pythonic pythonista standard-template-library syntax-wrapper
Last synced: 31 Jul 2025
https://github.com/mcleber/opengl_blue_marble
Blue Marble project made in C++ and OpenGL
cpp glsl graphical-programming learning-cpp learning-glsl learning-opengl opengl shaders
Last synced: 27 Nov 2025
https://github.com/mcleber/jokenpo
Rock Paper Scissors Game
cpp games learning-cpp pedra-papel-tesoura rock-paper-scissors sourcecode
Last synced: 30 Aug 2025
https://github.com/mcleber/photobatch
PhotoBatch is a command line application that can manipulate image files in batches.
application cpp image-manipulation learning-cpp
Last synced: 28 Nov 2025
https://github.com/lhish/macrosolver
MacroSolver is a C++ macro expansion tool designed for parsing and expanding C/C++ preprocessor macro definitions.
cpp learning learning-by-doing learning-cpp macro
Last synced: 18 Mar 2025
https://github.com/mcleber/sfml_arkanoid_game
Arkanoid game made in SFML
cpp games learning-cpp sfml sourcecode
Last synced: 14 Oct 2025
https://github.com/mcleber/fibonacci_sequence
Fibonacci Sequence using For Loop, Recursive Function and Golden Ratio
cpp fibonacci-sequence learning-cpp sourcecode
Last synced: 02 Mar 2025
https://github.com/mcleber/sfml_ray_casting
Ray Casting in C++ and SFML
cpp game game-development learning-cpp raycasting sfml source-code
Last synced: 10 Jun 2025
https://github.com/mina-atallah/oop-book-by-r.l-exercises
Solving object-oriented programming book in C++
cplusplus cpp learning learning-by-doing learning-cplusplus learning-cpp learning-exercise learning-to-code object-oriented-programming object-oriented-programming-in-cpp
Last synced: 13 Jul 2025