what does template <> mean?I come across the following code, and I'm at a loss what they are [code] template <> struct...
where to define and declare non-member function[code] I have a class Myclass: in Myclass.h file: class{ private: int sd; public: ...
the problem of class member function used as argumentMyclass.h file [code] class Myclass{ private: int i; public: void call(int i, short ...
how to properly deal with send/write with a non-blocking socket?I have a socket which is used to receive and also send packets. And the pseudo codes are: se...
multiple definition of variables in global.hah, OK, thank you I define them in main.cpp, and use "extern" in global.h in my main.cpp, there are...
This user does not accept Private Messages