Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Date n Time Macros
//g++ 5.4.0 #include <iostream> void line (); int main() { std::cout << __DATE__ << "\t\t" << __TIME__ << "\n"; line (); std::cout << "Hello, world!\n"; return 0; }; void line (){ for (int i=0; i < 32; i++){ std::cout << "*"; }; std::cout << '\n'; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
cache_node.cc
MeanSDVar
Network UVa
Float
MyString
Matrix
LRU cache
ONP
Variadic Functor Example
matrix
Please log in to post a comment.