User profile: Ramboiory

User info
User name:Ramboiory
History
Joined:
Number of posts:3
Latest posts:

Use a non-refence variable to receive a refernce-type returning value
I have a function as below: template<class T> T& Front() { T a = 100; return a; } In th...

Customized "Compare" function for priority_queue
Yeah, the "function object" works! Thanks very much to jsmith! :)

Customized "Compare" function for priority_queue
I have a structure "Event", for which I have defined proper comparison operators. I now want to use ...

This user does not accept Private Messages

User: Ramboiory

  • Public profile