Search:

Type: Posts; User: Rak'kar

Search: Search took 0.01 seconds.

  1. Which distro of linux to get for programming?

    Hi,

    I would like to install Linux under VMWare and am looking for a distro I can use for programming.

    Now, to be upfront - I'm a game programmer and am on a tight schedule. I've had bad...
  2. Replies
    4
    Views
    5,163

    There aren't any with those properites on google...

    There aren't any with those properites on google other than the one I'm already using, which is slow and unreliable. If there was, why would I be asking here?
  3. Replies
    4
    Views
    5,163

    Need RSA encoder / decoder / keygen

    I need an RSA encoder / decoder that has the following functions

    void GenerateKeys(char *d, char *e, char* n);
    void EncryptDecrypt(char *result, char* source,
    char* e_or_d, char *n)

    It has...
  4. Replies
    0
    Views
    1,785

    RakNet drops licensing fees

    In case anyone here was looking for a network API, it might interest you that RakNet has dropped all licensing fees for all versions. Those wishing a grant of license for commercial products can...
  5. Replies
    2
    Views
    7,158

    Linux equivalent to CreateDirectory

    I was trying to use fopen with wb to create a file and also create the path to that file if the path doesn't exist. It didn't work (under windows) so I made a function that calls CreateDirectory to...
  6. Replies
    8
    Views
    2,443

    ICMP is blocked by most routers and firewalls...

    ICMP is blocked by most routers and firewalls because viruses use it to determine active IPs.
    What he was asking for is which socket is associated with each program on a remote system.
    You can't...
  7. Replies
    2
    Views
    1,556

    Create an empty project. Under Application...

    Create an empty project.
    Under Application Settings / Application Type select create DLL.
    Select empty project.

    A dll needs a pure virtual interface to access your class and/or function headers...
  8. Thread: Calculate ping

    by Rak'kar
    Replies
    2
    Views
    4,590

    Encode your system time in a packet. Send that...

    Encode your system time in a packet. Send that packet to the recipient. Have the recipient send it back to you. Subtract the current time from the system time in the packet.
  9. Replies
    3
    Views
    1,225

    1. Install Visual assist. It has a spell checker...

    1. Install Visual assist. It has a spell checker which you badly need.
    2. Replace system("PAUSE") with getch(); and #include <conio.h>
Results 1 to 9 of 9