User Profile
Collapse
-
-
errno
I only read 2 c++ book and none explain errno because its a c "thing"
i dont know what is it and i dont know how to use it, but bsd socket use errno for connect() int reply
somebody could give me a little tutorial
thx -
time() function
Hi all!
I made a complete IRC Services application in Perl and now i'll want to do the same with C++.
I use BSD Socket. After established the connection with the server, my services need to use the NICK commande to introduce a Service NickName like Chanserv.
The syntax is like: NICK nickname numeric timestamp 0 :description
I try to do:
char * msg;
msg = "NICK bot 3 "time()"...
No activity results to display
Show More
Leave a comment: