Skip to main content

Home/ Coders/ Group items tagged Cpp

Rss Feed Group items tagged

Joel Bennett

Examine Information on Windows NT System Level Primitives - CodeGuru - 0 views

  •  
    SourceCode and Compiled Binaries for two low-level system information tools: NtSysInfo explores Windows internals and enumerates system processes, windows, threads, objects. The WhoUses utility allows you to determine what process has a file or DLL locked.
Andreas Wagner

CLI - Command Line Interface Definition Language for C++ - Project Page - 0 views

  •  
    C++ Command Line Interfaces Standard C++-based implementation. No external dependencies, not even on a runtime library. Any fundamental or user-defined C++ type can be used as an option type. Automatic printing of formatted program usage information. Automatic documentation generation in the HTML and man page formats. Ability to read arguments from the argv array, file, and custom sources. Support for erasing parsed arguments from the argv array. Support for custom option formats. Multi-value option parsing into the std::vector, std::set, and std::map containers. Support for option aliases.
Andrey Karpov

A 64-bit horse that can count - 0 views

  •  
    The article concerns the peculiarities of Visual C++ compiler's behavior when generating 64-bit code and possible errors relating to it.
Andrey Karpov

Cppcheck - 1 views

  •  
    Cppcheck is a static analyzer for C and C++ code. It is open-source, free, cross-platform and easy-to-use. The project's website: http://cppcheck.sourceforge.net/ Cppcheck is an open-source, free tool distributed under the GNU General Public License. Daniel Marjamäki is the project's author (his profile on StackOverflow). The project's source code can be downloaded from the github website.
Andrey Karpov

PVS-Studio static code analyzer for C, C++ and C# - 0 views

  •  
    This presentation looks at PVS-Studio static code analyzer. PVS-Studio is a tool for bug detection in the source code of programs, written in C, C++ and C#. It works in Windows and Linux environment. PVS-Studio performs static code analysis and generates a report that helps a programmer find and fix bugs also performs a wide range of code checks, it is also useful to search for misprints and Copy-Paste errors.
‹ Previous 21 - 28 of 28
Showing 20 items per page