User profile: softweyr

User info
User name:softweyr
Name:Wes Peters
Location:San Diego, CA
Bio:An old Unix guy.
History
Joined:
Number of posts:6
Latest posts:

c++ socket programming,chat server
Let's look at: [output](struct sockaddr *)&my_addr[/output] in detail. When decoding C types,...

winhttp.h for Mac
If you're actually writing a MAC program, you may want to look at NSURLRequest and NSURLResponse. O...

Fork() and Waitpid()
If you want the variables to be shared, you use threads, not child processes (as created by fork). ...

[edit] how to make autorun shell scipt?
Note that you're not actually executing the C source file, because Unix doesn't consider them execut...

Hash table
For a general introduction on how hash tables work, see http://en.wikipedia.org/wiki/Hash_table. Th...