CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: C++

  1. #1
    Join Date
    Feb 2003
    Location
    INDIA
    Posts
    35

    C++

    What r GUARD Variables? and where r these used

  2. #2
    Join Date
    Dec 2002
    Posts
    287
    Based on the name, I assume they should be some sort of mutexes or classes that are used together with mutexes (lock in the constructor, unlock in destructor).

    Can you give us some more clues about the place you found them (OS/library...) ?

    Dan

  3. #3
    Join Date
    Feb 2003
    Location
    INDIA
    Posts
    35
    Thanx..
    Iam not sure as to where this is found?This was posted one of the test question?

  4. #4
    Join Date
    Dec 2002
    Posts
    287
    You should know better
    It was your exam after all...

    Dan

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