Forum: C Dec 4th, 2008 |
| Replies: 7 Views: 897 My two cents, i have been programming for 3-4 years now and i dont dare call myself a hacker.
Learn to program using C, ASM (both for win32 and Linux). Learn how an operating system of your choice... |
Forum: C Dec 2nd, 2008 |
| Replies: 5 Views: 707 I think xruler might be of some help.
it can be found here (http://www.ishiboo.com/~nirva/Projects/xruler/) |
Forum: C Dec 2nd, 2008 |
| Replies: 6 Views: 797 I'm no expert in socket programming, but i think these functions might be of some use.
send() to send data
recv() to receive data
Hope i helped. |