Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 585 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 585 Bytes

Fall2023-MBT6 : MRL Beginners Task 6

Subject : C++ Standard Library Programming

Task Description: Create a C++ program that demonstrates the use of various C++ Standard Library components. Explore libraries like chrono for time management, fstream for reading files and writing on them and other libraries that facilitate common tasks like random, cmath and vector.

Task Submission :

  • Clean Code
  • Object Oriented Programming (OOP)
  • at Least Use These C++ Standard Libraries :
    • fstream
    • random
    • chrono
    • vector
  • Fork This Repository and Commit Your Codes on It