User profile: TheIdeasMan

User info
User name:TheIdeasMan
History
Joined:
Number of posts:6854
Latest posts:

Proposal for explict keyword for non constructor functions
I have been a fan of cpp2, since Herb started it; I like the whole idea of it. I imagine if cpp2 tr...

Proposal for explict keyword for non constructor functions
@Ganado Yes I agree, templates often make things harder. Yes, it is my understanding that concepts...

Proposal for explict keyword for non constructor functions
Apparently the best workarounds for this are to use strong types and explicit constructors everywher...

Proposal for explict keyword for non constructor functions
Cheers [b]seeplus[/b] Also kind of related to this is the idea of list initialising function argume...

Will my compiler automatically reuse the return value of this method?
Hi Have you considered having a member of the class that the value of [code]determinant()[/code] i...