User: elega

  • Public profile

User profile: elega

User info
User name:elega
History
Joined:
Number of posts:22
Latest posts:

Problem with IP source Spoofing with Raw Socket
My 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 file
And 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