CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: softwarelover

Search: Search took 0.04 seconds.

  1. When are rvalue references to primitive integers short-lived or long-lived?

    I have done some experimentation on rvalue references with the TDM-GCC 4.6.1 compiler and made some interesting observations that I cannot explain away with theories. I would like experts out there...
  2. Re: Got 3 sisters fighting in mind: (function pointer, function object, lambda functi

    Thanks nuzzle. One interesting term is "syntactic sugar" which by now I have come across a couple of times.
  3. Re: Got 3 sisters fighting in mind: (function pointer, function object, lambda functi

    wow wow. thanks all.

    superbonzo,

    Isn't anonymous synonymous with "unnamed"? [thinking about the anonymous class concept in Java]
  4. Got 3 sisters fighting in mind: (function pointer, function object, lambda function)

    Hi Experts,

    I got 3 sister concepts playing and colliding in my mind. I know each can be passed to another function. All of them seem to me like alternatives with subtle differences.

    1....
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured