Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 475 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 475 Bytes

Simple C++ Calculator

The file is contained in "src"

  • download the hello.ccp file, then compile using g++ hello.cpp -o hello, then to run it do ./hello (the -o function is a way to name the file(thats why the file is named "hello"))
  • Keep in mind, the \n is for linux only, so to use this program in windows, change "\n" to "\r\n" LOOK HERE
  • The auth login is "root" & "root"