Search:

Type: Posts; User: dot_com

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    933

    Thanks

    I understand now.....thank you.
  2. Replies
    4
    Views
    933

    Pointer Question

    I have been reading a tutorial dealing with functions and it shows the example code:

    char *my_strcpy(char *destination, char *source)
    {
    char *p = destination;
    while (*source...
  3. Thread: Directory

    by dot_com
    Replies
    1
    Views
    955

    Directory

    I was curious to how I could do the following:

    Search for a specific directory and then create a text file within that directory.

    I am trying to add a text file into a users startup folder,...
  4. Thread: Sockets

    by dot_com
    Replies
    1
    Views
    900

    Sockets

    Okay, I have some questions....first is: Does anyone know of any good BSD AND WinSock tutorials sites and/or books.

    Second: Is it possible to use a C++ compiler and include iostream.h and some...
  5. Thread: Quick Question

    by dot_com
    Replies
    3
    Views
    784

    ahh, thank you!

    ahh, thank you!
  6. Thread: Quick Question

    by dot_com
    Replies
    3
    Views
    784

    Quick Question

    Okay, I have some questions, first off.....how can I copy, rename, and delete files...and also, can someone tell me why this won't work:

    int bleh(char TheDrive[0])
    {
    char SetupDrive[8];
    ...
Results 1 to 6 of 6