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
Ranked #107.41K
~89 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for merse

It is not necessay to write out a name of a passed variable in case of declaration: For example its enough to write: [CODE]void myfunc(double,doble);[/CODE] and not [CODE]void myfunc(double x, doble y);[/CODE] But lets see a more difficult example: [CODE]template <class class_type> friend real myfunc(class_type& obj, double (class_type::*func)(double), const double&); …

Member Avatar for Ramakant62
0
89