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

Search:

Type: Posts; User: Azazell

Search: Search took 0.02 seconds.

  1. Thread: important

    by Azazell
    Replies
    3
    Views
    10,070

    Re: important

    How did you find out the leak?
    You can find a leak by yourself . Try to use some tools for finding leaks. For example, you can use Visual Leak Detector. This is easy to use, affordable tool. I use a...
  2. Re: Difference between Visual C++ and Non Visual C++?

    Good question! I haven't even thought about it before! Here I found a similar discussion. Maybe you will find something useful....
  3. Replies
    27
    Views
    20,979

    Re: What debuggers do you use?

    Forgot about Markdown Editor for Visual Studio. I like this plugin
  4. Replies
    27
    Views
    20,979

    Re: What debuggers do you use?

    Also you can follow the creation of variables, their interaction, destruction, etc in debug mode.
  5. Replies
    27
    Views
    20,979

    Re: What debuggers do you use?

    Is there something better? I doubt
  6. Replies
    27
    Views
    20,979

    Re: What debuggers do you use?

    There are a huge number of plug-ins for Visual Studio. It all depends on what technology stack you use. What data you work with.
    I tried the plugin for GitHub, very convenient. Sometimes I use Regex...
  7. Thread: Obfuscation

    by Azazell
    Replies
    12
    Views
    5,628

    Re: Obfuscation

    I did not think about it. I'm trying to understand how it works. This is an interesting version!
  8. Thread: Obfuscation

    by Azazell
    Replies
    12
    Views
    5,628

    Re: Obfuscation

    I understood, I had a wrong idea about obfuscation
  9. Thread: Obfuscation

    by Azazell
    Replies
    12
    Views
    5,628

    Re: Obfuscation

    Thanks for the clarification! This is useful information.
  10. Thread: Obfuscation

    by Azazell
    Replies
    12
    Views
    5,628

    Re: Obfuscation

    Or "pasta" code! I heard many versions (and not always about my code))))
    Thanks for the link! I will continue to investigate this question.
  11. Thread: Obfuscation

    by Azazell
    Replies
    12
    Views
    5,628

    Re: Obfuscation

    Thank you for your responses! We have a whole discussion about obfuscators at work)))
    I have little programming experience, so my best obfuscator is the macaroni code.
    But I see a huge amount of...
  12. Replies
    7
    Views
    8,760

    Re: Which language is better for Selenium?

    Thanks for the kind words)
    I already have some experience in writing scripts for Selenium on Java. Probably, I will stop on this variant.
    Good luck to you)
  13. Thread: Obfuscation

    by Azazell
    Replies
    12
    Views
    5,628

    Re: Obfuscation

    Nobody uses obfuscation?
  14. Thread: Obfuscation

    by Azazell
    Replies
    12
    Views
    5,628

    Obfuscation

    Hello!:wave:
    Do you use obfuscation?
    If so, in what cases.
    I did a little research and realized that programmers do not use obfuscation all the time. When is it appropriate to use code obfuscation?
  15. Replies
    7
    Views
    8,760

    Re: Which language is better for Selenium?

    Maybe you're right) Thanks for the answer)
  16. Replies
    7
    Views
    8,760

    Re: Which language is better for Selenium?

    Of course, I know that Selenium supports all these languages.
    I would like to know which one is more appropriate.
  17. Replies
    7
    Views
    8,760

    Which language is better for Selenium?

    Hello! I am learning automated testing.
    Which language do you think is more suitable and flexible for writing tests using Selenium?
  18. Replies
    10
    Views
    73,707

    Sticky: Re: Welcome jGuru Forum members!

    Hello here! Glad to talk!
    I often find useful tips here.
Results 1 to 18 of 18





Click Here to Expand Forum to Full Width

Featured