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

Search:

Type: Posts; User: Fahrenheit

Search: Search took 0.02 seconds.

  1. Re: Passing std:: or boost::shared_ptr as a reference to a function

    Thanks for posting details. Now it feels better as everyone agrees (and this is backed up such C++ gurus on channel 9 video)
  2. Re: Passing std:: or boost::shared_ptr as a reference to a function

    I was thinking more about it, and if the function that gets that const shared_ptr<T>& as argument wants to store it somewhere for future use it is absolutely legal, as the stored copy will get its...
  3. Re: Passing std:: or boost::shared_ptr as a reference to a function

    Lindley, sure, I will yet check out which is actually faster with some benchmark. It is really interesting question. Btw, even if they will tie on single-threaded test in multi-threaded reference to...
  4. Passing std:: or boost::shared_ptr as a reference to a function

    I was playing with PVS-Studio static analysis tool recently, and it suggested me to replace passing of const std::shared_ptr<type> arg to const std::shared_ptr<type>& arg.

    I perfectly understand...
  5. Replies
    0
    Views
    4,482

    Looking for WDDM 1.1 sample

    We need to develop WDDM 1.1 virtual display driver, and looking for some sample to start with.
    Did anyone have a working sample?
  6. Replies
    0
    Views
    486

    Outlook Client-side Rules

    Is there any method to programmatically create client-side rules for stand-alone Outlook (i.e. one working without Exchange Server, just for pop3/imap mailing)? :confused:

    Maybe its rules file...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured