pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
iptv
12 minutes ago
netflix
4 hours ago
staticfiles dirs
7 hours ago
displayMessage
7 hours ago
Page was generated in
7 hours ago
Module not found
7 hours ago
myclass
7 hours ago
Iptv hd free
7 hours ago
js Jquery Vue threejs
7 hours ago
wrapper div
7 hours ago
ctime curr time
#include <iostream>
#include <ctime>
using
namespace
std;
int
main
(
)
{
time_t
curr_time;
curr_time =
time
(
null
)
;
char
*
tm
=
ctime
(
&curr_time
)
;
cout
<<
"Today is "
<<
tm
;
return
0
;
}
Parsed in 0.004 seconds