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

Search:

Type: Posts; User: Karpov2007

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Re: Python and Ruby implementations compared by the error density

    Update. This article contains a few inaccuracies. Please see the updated version here: http://www.viva64.com/en/b/0418/
  2. Just a Few Bugs in 514K Lines of Code - Amazon Web Services SDK for C++

    Just a Few Bugs in 514K Lines of Code - Amazon Web Services SDK for C++

    Amazon Web Services open-sourced C++ SDK, a modern C++ interface with lightweight dependencies. This prompted our team to...
  3. 40 bugs found in the FreeBSD kernel with the help of PVS-Studio analyzer

    Svyatoslav Razmyslov from PVS-Studio Team published an article on the check of the FreeBSD kernel. PVS-Studio developers are known for analyzing various projects to show the abilities of their...
  4. PVS-Studio Unicorn in Space: Analyzing the Source Code of 'Space Engineers'

    As you've already figured out from the title, in this article we are going to discuss suspicious fragments found in the source code of the 'Space Engineers' project. The format of this article,...
  5. Analyzing source code of WPF examples by the Infragistics Company

    We continue analyzing various C# projects in order to show the abilities of the static code analyzer, PVS-Studio. In this article, we are providing analysis results of WPF examples by the...
  6. "Why is there no artificial intelligence yet?" Or, analysis of CNTK tool kit

    Microsoft have given open access to the source code of a tool kit that is used in the company to speed up the development of artificial intelligence: Computational Network Toolkit is now available at...
  7. Replies
    0
    Views
    11,570

    Sony C#/.NET component set analysis

    Some of you may know that we have recently released version 6.00 of our analyzer, that now has C# support. The ability to scan C# projects increases the number of open-source projects we can analyze....
  8. ChakraCore: analysis of JavaScript-engine for Microsoft Edge

    On the JSConf US conference in December 2015 the developers announced that they were planning to make open the source code of Chakra key components, a JavaScript-engine, operating in Microsoft Edge....
  9. Re: Static code analyzer PVS-Studio has now C# support

    Do you use ReSharper? Nice. Now install PVS-Studio and see if it can find bugs in your project!
  10. New Year PVS-Studio 6.00 Release: Scanning Roslyn

    The long wait is finally over. We have released a static code analyzer PVS-Studio 6.00 that supports analysis of C# projects. Now it can analyze projects written in languages C, C++, C++/CLI, C++/CX,...
  11. Static code analyzer PVS-Studio has now C# support

    PVS-Studio used to be known only among C/C++ programmers. This is an analyzer that finds bugs on the phase of writing the code. The number of diagnostics increases every day. It is also useful to...
  12. Static code analyzer PVS-Studio has now C# support

    PVS-Studio used to be known only among C/C++ programmers. This is an analyzer that finds bugs on the phase of writing the code. The number of diagnostics increases every day. It is also useful to...
  13. Replies
    0
    Views
    5,329

    Analysis of Microsoft Code Contracts

    We have successfully created and continue developing PVS-Studio analyzer for C/C++ languages. Over the time, it became clear that many of the diagnostics that we have implemented are not related to a...
  14. Experimental version of PVS-Studio with C# support

    Our team is working on an experimental version of the PVS-Studio analyzer that from now on can analyze C# projects. This is neither a Release, nor even a Beta version. It's just a current build of...
  15. Celebrating 30-th anniversary of the first C++ compiler: let's find bugs in it

    Cfront is a C++ compiler which came into existence in 1983 and was developed by Bjarne Stroustrup. At that time it was known as "C with Classes". Cfront had a complete parser, symbol tables, and...
  16. Hello, Is That FreeSWITCH? Then We're Coming to Check You!

    Following our readers' requests, we have scanned the open-source project FreeSWITCH with PVS-Studio. This project was initially founded by the developers of the Asterisk project, which we already...
  17. Thread: C++ Hints

    by Karpov2007
    Replies
    0
    Views
    5,125

    C++ Hints

    The PVS-Studio team decided to go further to create a service of tips and recommendations on C/C++ usage, CppHints.com, in addition to the practice of writing articles. Within the scope of this...
  18. Replies
    4
    Views
    2,795

    Re: Converting 32-bit into 64

    Relevant. A common error occurring when compiling a 64-bit application: error C2440, OnTimer: http://www.viva64.com/en/k/0011/
  19. Thread: C++ Hints

    by Karpov2007
    Replies
    0
    Views
    5,796

    C++ Hints

    Within the scope of this project, we publish 1 recommendation/tip on C and C++ programming every day, these tips containing concentrated information on techniques of using the C/C++ language in...
  20. How the PVS-Studio Team Improved Unreal Engine's Code

    Our company develops, promotes, and sells the PVS-Studio static code analyzer for C/C++ programmers. However, our collaboration with customers is not limited solely to selling PVS-Studio licenses....
  21. Replies
    1
    Views
    4,674

    Re: A Long-Awaited Check of Unreal Engine 4

    Continue: https://www.unrealengine.com/blog/how-pvs-studio-team-improved-unreal-engines-code
  22. 64-Bit Code in 2015: New in the Diagnostics of Possible Issues

    64-bit issues are pretty hard to detect because they are like a timebomb: it may take quite a while before they show up. The PVS-Studio static analyzer makes it easier to find and fix such errors....
  23. Analyzing FreeCAD's Source Code and Its "Sick" Dependencies

    This article was initially meant as a review of bugs found in the FreeCAD open-source project but eventually took a bit different direction. It happened because a considerable portion of the warnings...
  24. Let's Play a Game - find bugs in popular open-source projects

    Authors of PVS-Studio static code analyzers offer programmers to test their sight and to try finding errors in C/C++ code fragments:...
  25. Let's Play a Game - find bugs in popular open-source projects

    Authors of PVS-Studio static code analyzers offer programmers to test their sight and to try finding errors in C/C++ code fragments.

    Code analyzers work tirelessly and are able to find many bugs...
Results 1 to 25 of 105
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured