Search:

Type: Posts; User: nichya88

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,444

    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 :)
  2. Replies
    7
    Views
    2,444

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

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

    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.
  4. Replies
    7
    Views
    2,444

    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;
    ...
Results 1 to 4 of 4