Search:

Type: Posts; User: Derekkwok

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    858

    internet programming resources

    errm, i'm looking for tutorials on C++ internet-related programming tutorials.
    For example, let's say i want to create a program that downloads a file from the internet, how would i do it in C++?
    ...
  2. Thread: functions

    by Derekkwok
    Replies
    6
    Views
    1,141

    THANKS SO MUCH! >_< i understand it at last i...

    THANKS SO MUCH! >_<
    i understand it at last

    i can't believe i didn't get something so simple =D
  3. Thread: functions

    by Derekkwok
    Replies
    6
    Views
    1,141

    i'm still not quite getting it about pointers...

    i'm still not quite getting it
    about pointers and stuff..

    so if i were to pass an array to a function, i should use a pointer instead

    something like this?

    int blah(int *pointer);

    int...
  4. Thread: functions

    by Derekkwok
    Replies
    6
    Views
    1,141

    well... the code is far from being complete, and...

    well... the code is far from being complete, and don't laugh at me! i'm a n00bie

    //Program brought to you by: Derek Kwok
    //Created on July 21, 2003
    //Last Modified on July 21, 2003
    //File name:...
  5. Thread: functions

    by Derekkwok
    Replies
    6
    Views
    1,141

    functions

    hello everyone (again)
    for some strange reason, my compiler doesn't compile functions
    of course, it's probably my mistakes

    so i declared the function

    int blah(int blah1, int blah2);

    int...
  6. Thread: the "\" key

    by Derekkwok
    Replies
    1
    Views
    687

    the "" key

    hello again everyone

    well, i've been working on a hangman project, (almost done infact)

    i have trouble when i try to

    cout << "\" << endl;

    is there a code for "\" key?
  7. Replies
    4
    Views
    1,147

    thanks all

    thanks all
  8. Replies
    4
    Views
    1,147

    array length check

    ERrrm, i'm new here. and i'm a beginner in programming

    i was wondering if there was a function to check the array length
    example:

    char array[50] = "Blah";

    is there a way to check how long...
Results 1 to 8 of 8