Search:

Type: Posts; User: ilikepure

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,485

    thank you kind people. i can go and do my project...

    thank you kind people. i can go and do my project now:d
  2. Replies
    8
    Views
    1,485

    basic nooby c string question

    I am always confused at the way which is used to declare a c string.

    so i assume we can do it either by
    char *str;

    or by doing
    char str[10];

    so what is the difference here? it seems that...
  3. Replies
    2
    Views
    5,510

    usage of extern keyword

    can some pro quickly explain what's the use of extern keyword?

    sometimes i see a function declared as:
    extern int myFunc();

    what does the extern do there?
  4. Replies
    3
    Views
    22,686

    thx guys, so helpful:D~

    thx guys, so helpful:D~
  5. Replies
    3
    Views
    22,686

    declaration of "blah" shadows a parameter??

    #include <string>

    using namespace std;


    class intSet{
    protected:
    int integer[10];
    int numOfInts;
    public:
Results 1 to 5 of 5