Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
12hours Clock c++
/* **samuel ugochukwu nwutobo **sammycageagle@gmail.com */ #include <iostream> #include <ctime> #include <sstream> using namespace std; int main() { time_t now=time(0); struct tm* gmt=localtime(&now); char *dt=asctime(gmt); puts(dt); char buffer[20]; strftime (buffer,80,"%I:%M %p.",gmt); puts(buffer); }
run
|
edit
|
history
|
help
0
Synchro#3
test
IviewwithSelf
Backpack with recursion
მატრიცა
CPP - Arrays - Ex.4
MovConstrAssign
Elevator
Heap sort baaaad
Ploshtina na krug