Skip to content

klickers/CppND-Traffic-L1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppND-Traffic-L1

Tasks finished are in:

  • src/TrafficSimulator-L1.cpp: nVehicles (rand number)
  • src/Vehicle_Student.cpp: _threads.emplace_back(std::thread(&Vehicle::drive, this)); in Vehicle::simulate()
  • src/TrafficObject.cpp:
      for(auto &t : _threads){
        t.join();
      }
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published