Problem with IP source Spoofing with Raw SocketMy best guess is that you can't unless you write a kernel module and use dev_queue_xmit().
Pass data to other functions?If you mean something like this: [code]void MyFunc(std::string Str) { std::cout << "You said...
adding lib fileAnd including switch -Wall, which enables all warnings, will save you a few headache.
return 0; what?Return value (the exit code) should be taken into account by any application calling another applica...
Object arrays@guestgulkan Ah, thank you good sir. I had forgotten that.
This user does not accept Private Messages