User profile: everid

User info
User name:everid
History
Joined:
Number of posts:50
Latest posts:

std::unique_ptr, std::bind, std::ref
i'm saying that , these are c++ 0x and i didn't find good reference to learn the newly added feature...

std::unique_ptr, std::bind, std::ref
Anyone knows where to find good reference to learn these things? Thanks.

Function pointer list.
op's design is solved in c++ by polymorphism

decleration problem
your code should work, but you might need to add ";" at end of the definitions.

problem in char* &
i need to add: "when passing as a function argument."