User profile: mmikkone

User info
User name:mmikkone
History
Joined:
Number of posts:6
Latest posts:

The "best" way to return an aggregate value?
Sometimes you just have to use C++ instead of Java. For example, if you're coding plugins to a frame...

The "best" way to return an aggregate value?
I think the keyword here is consistency. If you select a way to do things, you'd better do it always...

The "best" way to return an aggregate value?
Well don't you usually have to look at the function prototype?

The "best" way to return an aggregate value?
[quote]Actually, (IMO) method 1 looks more readable than the second.[/quote] Well, I suppose all ...

The "best" way to return an aggregate value?
I knew about the "returning the output parameter by reference" option. But that is sometimes quite c...