- 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"
forked from randomlylelo/Simple-C-Calculator
-
Notifications
You must be signed in to change notification settings - Fork 1
C++ Calculator w/ "AUTH" system
License
nikhere1/Simple-C-Calculator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
C++ Calculator w/ "AUTH" system
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 100.0%