Search found 1 match

by moreson
Mon Feb 11, 2013 6:22 pm
Forum: Programming Discussion
Topic: C vs C++ style of interface for hardware abstraction layer
Replies: 17
Views: 9299

Re: C vs C++ style of interface for hardware abstraction lay

I am getting this output: Constructing < 1 , 1 > at 0x28fe30 Constructing < 2 , 2 > at 0x28fe28 Constructing < 3 , 3 > at 0x28fe20 Constructing < 3 , 3 > at 0x28fe10 Constructing < 6 , 6 > at 0x28fe18 Since we see no copy constructor being invoked anywhere, we can assume the compiler has optimized ...