Search:

Type: Posts; User: nichya88

Search: Search took 0.00 seconds.

  1. BTW, now I can handle Pointers moderately well....

    BTW, now I can handle Pointers moderately well. However, can u plz tell me the the pros and cons of using pointers. I asked my teacher, but he didn't know at all! ~:>
  2. Replies
    7
    Views
    2,407

    I read some tutorials, and found that they always...

    I read some tutorials, and found that they always use int main() {} despite the fact that void main(){} is OK! . I wondered why? So, this article tells me the answer :)
  3. Replies
    7
    Views
    2,407

    Thank all of you, now I have to understand it. :)

    Thank all of you, now I have to understand it. :)
  4. Replies
    7
    Views
    2,407

    Thank you. I think I must read more to understand...

    Thank you. I think I must read more to understand what you said ^^ It's a little bit complicated with me.
  5. Replies
    7
    Views
    2,407

    Pointer confusion. Please explain :)

    Today I've learned some concepts about Pointer in C++ and I have a confusion in this code snippet and its result.

    Source Code:


    // Pointer array
    #include <iostream>
    using namespace std;
    ...
  6. Replies
    2
    Views
    4,248

    Please help me to solve this IO problem.

    Hi everyone,
    I'm an absolute newbie in C++, please help me to solve this problem. This problem is something related to the getline method.
    I write a program to ask for user's age and name. Just for...
Results 1 to 6 of 6