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

Search:

Type: Posts; User: MortenComp

Search: Search took 0.02 seconds.

  1. Replies
    27
    Views
    21,593

    Re: What debuggers do you use?

    Thank you all for participating. I found a lot of useful plugins. The issue is resolved)
  2. Replies
    27
    Views
    21,593

    Re: What debuggers do you use?

    I asked about plugins as well. As it turned out, there is a TypeScript plugin for working with JavaScript (if I understood correctly)
  3. Replies
    27
    Views
    21,593

    Re: What debuggers do you use?

    Thank you for so much useful information and many good posts.
  4. Replies
    27
    Views
    21,593

    Re: What debuggers do you use?

    I think you are right. Programmer must do debug sensibly. Not just using the debugging tool, but getting and interpreting the results correctly.
  5. Replies
    27
    Views
    21,593

    Re: What debuggers do you use?

    I agree with some of the statements. If the logic of the code is bad, no debugger will fix this.
    It’s quite a natural thing to make mistakes. I do not think that most programmers write code without...
  6. Replies
    27
    Views
    21,593

    Re: What debuggers do you use?

    Thank you, I have reviewed some items from this list. Editor Guidelines looks great, I try to use!
  7. Replies
    27
    Views
    21,593

    Re: What debuggers do you use?

    I have no complaints about the standard debugger. I'm just looking for convenient enhancements to work more efficiently.
  8. Replies
    27
    Views
    21,593

    [RESOLVED] What debuggers do you use?

    What debuggers and useful plug-ins for Visual Studio can you recommend? (For Windows)
  9. Re: Can .exe programs modeify files of the user?

    I support wolle. You can create a sandbox and run the executable there. You can use Virtual Box for example. It's easy to create an operating system and see what the program does.
  10. Thread: Obfuscation

    by MortenComp
    Replies
    12
    Views
    5,648

    Re: Obfuscation

    But sometimes programmers use obfuscators to protect the code. In startups, for example. People want to protect both: the code and the idea. There are entire licensing systems. Check ArmDot and...
  11. Thread: Obfuscation

    by MortenComp
    Replies
    12
    Views
    5,648

    Re: Obfuscation

    Obfuscation is most often used when establishing copyright, selling applications. Obfuscator Protect code from using cheats (in games)
    In C ++, you rarely meet programmers using obfuscator. But this...
  12. Replies
    1
    Views
    3,224

    Re: Birthday is no problem

    Never heard about such problem. But as it turned out, this paradox is indeed described in Wikipedia. The topic is quite interesting and not simple. I think about it all evening ....
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured