Search:

Type: Posts; User: yuske

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    7,360

    IntelliDebugger for Visual Studio

    Hi Everyone!

    We released new features to IntelliDebugger for Visual Studio. It's MSVS extension that makes debugging C++ and C# code more useful. Now it allows quickly finds any object’s field by...
  2. It does not depend on a kind of collection (queue...

    It does not depend on a kind of collection (queue or array); it only depends on a lifetime of items. If the item is pointer and the queue owns items, then you should delete each individual item. You...
Results 1 to 2 of 2