User Profile

Collapse

Profile Sidebar

Collapse
wellwellsti
wellwellsti
Last Activity: Apr 7 '07, 04:01 AM
Joined: Feb 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wellwellsti
    replied to errno
    in C
    Thanks a lot !
    See more | Go to post

    Leave a comment:


  • wellwellsti
    replied to time() function
    in C
    Thanks a lot, this is exactly what i want!
    See more | Go to post

    Leave a comment:


  • wellwellsti
    started a topic errno
    in C

    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
    See more | Go to post

  • wellwellsti
    started a topic time() function
    in C

    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()"...
    See more | Go to post
No activity results to display
Show More
Working...