Search:

Type: Posts; User: Q4u

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,346

    Pointers of Array doesnt makes sense?

    Pointers of Array doesnt makes sense?
  2. Replies
    6
    Views
    2,346

    Question related to array and pointers

    There is Array of Pointer:int *ptr[]
    Pointer To Pointer:int **ptr

    then is there a stuff : Pointer of Arrays?
  3. Replies
    6
    Views
    1,132

    Here's the code: #include class...

    Here's the code:
    #include <iostream.h>

    class ctry
    {
    public:
    int x=12;
    };

    int main()
  4. Replies
    6
    Views
    1,132

    Meaning Of A Error Sentense

    I got an Error when i am compiling a program
    i know wut's wrong with it,and i have correct it back,
    however,i dont understand the error msg that it show

    "pure specifier can only be specified for...
Results 1 to 4 of 4