Skip to content

C++ tutorial for the ACM-W UOIT Student Chapter Workshop event.

Notifications You must be signed in to change notification settings

luisarojas/acm-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Workshop

For this workshop we'll creat a simple student database REPL with ability to save, delete and load text files. We'll be using the Visual Studio IDE for support for those of you that may not be very experienced with C++ just yet.

Compiling and Running in Linux/Unix

g++ students.cpp -o students
./students

Compiling and Running in Windows

TODO

  • Add error checking!
    • What happens if a name has a comma?
    • Multi-worded names break std::cin
  • Split the student class to a separate header and class file

Releases

No releases published

Packages

No packages published