Skip to content

nikhere1/Simple-C-Calculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

C++ Calculator w/ "AUTH" system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%