CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  1. #16
    Join Date
    Feb 2017
    Posts
    677

    Re: Critical section begin end() changing the auto value

    Quote Originally Posted by Arjay View Post
    Do yourself a favor and use the RAII.
    Also note that concurrency is supported by the C++ language itself so explicit calls to the OS can often be avoided.

  2. #17
    Join Date
    Aug 2020
    Posts
    1

    Re: Critical section begin end() changing the auto value

    Oh, I had the same issue. Thanks a lot

Page 2 of 2 FirstFirst 12

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured