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

Search:

Type: Posts; User: sirbender

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,574

    Re: Best way to understand a new library

    I already did a class diagram but it didn't help me really to understand the code.

    I don't have a Profiler (maybe I don't have it installed - with Visual Studio 2010 is there an installer?).
    ...
  2. Replies
    5
    Views
    1,574

    Re: Best way to understand a new library

    I read about the Visual Studio Profiler. It is just for Performance Profiling, correct? Maybe this is I tool I could use (I don't have it installed now).

    I just want to be able to press a button...
  3. Replies
    5
    Views
    1,574

    Best way to understand a new library

    Hi,

    I am currently struggling to understand a new C# library. I currently using the debugger to see the flow of code and value of variables inside methods. There are a lot of loops and if/else...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured