Search:

Type: Posts; User: chaienbungbu

Search: Search took 0.00 seconds.

  1. It can be a reasonable description about what...

    It can be a reasonable description about what we'd seen. Maybe it's true. :)
  2. You are right. It can be compiled, but something...

    You are right. It can be compiled, but something is so secret here :))
  3. Hi scwizzo, it's just a try-out to learn...

    Hi scwizzo, it's just a try-out to learn something more careful. The most effective way to learn something is to try it in all cases. :)
  4. Specialized template outside-class-definition problem during compile time.

    I've done an example of 'template specialization'. Here is the code:


    // template specialization
    #include <iostream>

    using namespace std;

    // class template:
    template <class T>
  5. Thank Elysia, after reading your post, I...

    Thank Elysia, after reading your post, I understand more. :D
  6. Thank laserlight ! Your explanation is...

    Thank laserlight ! Your explanation is straightforward and easy to understand ^^
  7. Hi nadroj, may I ask you one more question? As I...

    Hi nadroj, may I ask you one more question? As I see in some code having something like "ClassName&". I know "ClassName*" is used to declare a pointer to a class instantiation. But what is...
  8. With the above explanation, now, everything is...

    With the above explanation, now, everything is easier to understand. Thank you again, nadroj. You are a kind-hearted man ^^
  9. Thank whiteflags, Your answer explains exactly...

    Thank whiteflags,

    Your answer explains exactly what I didn't understand. :)
  10. Thank u very much, nadroj! One reply with many...

    Thank u very much, nadroj! One reply with many helpful suggestions for me.

    Actually, I have confusion about the operator, why "d" use with "->" but "d[1]" use with "."
    You are right to advise me...
  11. Please explain some concepts about Pointer & Class & Array Pointer

    I read this code section from a tutorial, but I cannot understand it thoroughly. It is about Pointer & Class Pointer & Array Pointer.

    This is it:


    // pointer to classes example
    #include...
  12. Replies
    1
    Views
    4,013

    How to - network programming with C++?

    I'm a java developer.
    Recently, at university, I have been assigned a task about network programming with C++. The specification is about create a distributed application (with a server and many...
Results 1 to 12 of 12