Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 229 Bytes

File metadata and controls

12 lines (12 loc) · 229 Bytes

stackoverflow-in-cpp

A project for Advanced Programming students.

  • Windows
    g++ main.cpp User.cpp -o main.exe
    main.exe
    
  • Any other os
    g++ main.cpp User.cpp -o main.out
    ./main.out