Skip to content

Contains all the practice exercises from the Udacity's ND213 : C++ Nanodegree

License

Notifications You must be signed in to change notification settings

delvingdeep/CppND-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppND-practice

Contains all the practice exercises from the Udacity's ND213 : C++ Nanodegree

Contents:
  • Fundamentals
  • OOP Basics
  • Memory Management
  • Concurrency

All the code files are compatible with C++17


To run any program:

$ g++ -std=c++17 main.cpp
$ ./a.out

To run any multi-threaded program:

$ g++ -std=c++17 main.cpp -pthread
$ ./a.out

About

Contains all the practice exercises from the Udacity's ND213 : C++ Nanodegree

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages