User profile: Slaunger

User info
User name:Slaunger
Name:Kim Hansen
Bio:Physicist who likes efficient programs.
History
Joined:
Number of posts:4
Latest posts:

Review of two simple function templates
[quote] It won't yield any overhead because gcd_helper's constructor does nothing and will be elide...

Review of two simple function templates
[quote]Wait... 1. There is, though it's a bit involved. Warning: this is uncompiled: [/quote] I...

Review of two simple function templates
[quote]1. There is no check that T is an integral type. Is there any method for doing that? [/quote]...

Review of two simple function templates
Hi forum, First post here. I trying to learn myself C++ by writing small programs, which solves s...