Found 83 repositories(showing 30)
federico-busato
Modern C++ Programming Course (C++03/11/14/17/20/23/26)
rachitiitr
Modern CPP Tricks often useful in Coding Interviews and Competitive Programming
现代C++并发编程教程
PacktPublishing
Modern C++ Programming Cookbook, Second Edition, published by Packt
PacktPublishing
Modern C++ Programming Cookbook, Third Edition, Published by PACKT
PacktPublishing
Modern Cpp Programming Cookbook, by Packt
PacktPublishing
Embedded Programming with Modern C++ Cookbook, published by Packt
Source code for 'Modern Parallel Programming with C++ and Assembly' by Dan Kusswurm
PacktPublishing
Multi-Paradigm Programming with Modern C++, published by Packt
paintdream
Iristorm is an extensible asynchronous header-only framework. It is written in pure modern C++ (free of AI-generated code), implementing a M:N task scheduler (with coroutine support for C++ 20 optionally) and an advanced DAG-based task dispatcher. It also provides a simple lua-cpp wrapper for extending your program with scripts.
PacktPublishing
Multi-P aradigm Programming with Modern C++ (Examples)
Hexilee
no new, no delete, compare modern memory management in cpp with that in rust programming language.
RainerGrimm
No description available
P0ulpy
My implementation of a DOOM Style renderer using modern tech (CPP 20, raylib, imgui). This project is developed in a recreational programming context, it does not aim to be production ready at some point. It serves as a learning experience to explore new concepts and technologies while creating a project around them.
HATTER-LONG
C++程序设计实践与技巧:测试驱动开发读书笔记
weiyayun925104
My learning notes about cpp language Jumping Into C++ C++ Primer Plus Accelerated C++ Programming Principles and Practice Using C++ C++ How To Program C++ Primer The C++ Standard Library Effective C++ and More Effective C++ Effective Modern C++ C++17 The Complete Guide C++17 STL cookbook C++ Templates C++ Move Semantics C++ Concurrency in Action
TahmidRaven
CPP_LAB is a personal repository documenting my journey of rediscovering C++. This repository marks my effort to dive back into the language I initially started with and to make it my primary programming language once again. It will include code snippets, projects, and learning resources as I refine my skills and explore modern C++ practices.
WangTiaoTiao
Cpp Program for book Modern Robotics Exercise
This project contains a bunch of mini programs aimed at teaching you the basics of C++ language
haedal-study
Federico Busato의 [Modern Cpp Programming](https://github.com/federico-busato/Modern-CPP-Programming)을 기반으로 진행되는 찔끔 스터디
lqhuang
My practices with modern cpp for The Art of Multiprocessor Programming (TAOPP) Book
Mausam-Sharma
Scrabble is a C++ based graphical game Scrabble is an interactive and easy to play word formation game based on C++ 98. This is a multiplayer game that uses extensive use of C++ graphics and core concepts of Object Oriented Programming.Users are supposed to place letters on Scrabble board and mark their word formations according to which dictionary checks the correctness of word and marks are allocated. This game helps to increase the vocabulary of players with an inbuilt dictionary. The source code is developed to run on " Turbo C++ compiler " specifically and supports C++98 standards while the graphics are made using inbuilt graphics library of Turbo C++. To make it run on modern day IDE's such as codeblocks, certain changes would be needed such as header files inclusion according to C++11 standard formats with outside graphic libraries. To run the source code in " Turbo C++ " place the source code file (scr.cpp) and dictionary file (loop.txt) in the " source " folder of your TurboC3 folder of Turbo C++ installation files. Then start the DosBox and open the source file location, compile and run.
antoniobarba
Exercises and examples from Modern C++ Programming book by Scott Meyers
Gaussma
Modern C++ Programming Cookbook test cases
unstoppableayush
Some of the codes of modern cpp
24f1000379
Modern-CPP-Programming
davidroncal7
Writing examples from book with same name JeffLangr
MiraiRatchet
No description available
phuonglab
No description available
ergawy
Recipes from Modern C++ Programming book