Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~319 People Reached
Favorite Forums
Favorite Tags
Member Avatar for sopel39

suppose we have template class X and template function template <class A, class B> A* g (B&); how to make something like that? template <class T> class X { template <class A, class B> friend B* g (T&); }; i mean that g<A, B> () is only friend of X …

Member Avatar for vijayan121
0
106
Member Avatar for sopel39

i'm writting some kind of intelligent pointer suppose user put const Class as typename T. how to remove const part of T?

Member Avatar for Narue
0
93
Member Avatar for sopel39

why doesn't /usr/bin/time command return maximum resident set size (instead it returns always 0) and how to measure it then? Thx

Member Avatar for sopel39
0
72
Member Avatar for sopel39

Hi My problem is that i need to measure given command statistics (time, mem, etc) with shell script My script must basically do two things: 1. Measure overall command statistics (it is total time, maximum memory use during runtime, etc) 2. Measure command statistics in given periods of time during …

0
48