Skip to main content

Home/ Coders/ Group items tagged programming Cpp

Rss Feed Group items tagged

wscubetech

CPP Questions and Test, OOPS Interview Question - 0 views

  •  
    WsCube Tech CPP quiz section helps you to build your technical skills in CPP programing language which based on oops concept
Andrey Karpov

PVS-Studio 5.0 brings static code analysis to new platforms - 0 views

  •  
    "Program Verification Systems" (Co.Ltd) has announced the release of the new major version of PVS-Studio 5.0. The utility performs static analysis of a source code to reveal coding errors, programmer´s mistakes, fragments of code that can potentially produce a bug or disrupt the logic of the program. The new version is announced to support C++Builder, Windows Phone 8 and Windows Store projects. Read more: http://sdt.bz/37360#ixzz2JZowL8RN Follow us: @sdtimes on Twitter | sdtimes on Facebook
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

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.
Andrey Karpov

20 issues of porting C++ code on the 64-bit platform - 0 views

  •  
    Program errors occurring while porting C++ code from 32-bit platforms on 64-bit ones are observed. Examples of the incorrect code and the ways to correct it are given. Methods and means of the code analysis which allow to diagnose the errors discussed, are listed.
Andrey Karpov

Security, security! But do you test it? - 0 views

  •  
    There is no fragment in program code where you cannot make mistakes. You may actually make them in very simple fragments. While programmers have worked out the habit of testing algorithms, data exchange mechanisms and interfaces, it's much worse concerning security testing. It is often implemented on the leftover principle. A programmer is thinking: "I just write a couple of lines now, and everything will be ok. And I don't even need to test it. The code is too simple to make a mistake there!". That's not right. Since you're working on security and writing some code for this purpose, test it as carefully!
jdr santos

Smartwin++ - An Open Source C++ GUI and SOAP Library - 4 views

  •  
    "An Open Source C++ GUI library."
  •  
    Required backend developer now drop your cv here https://www.owcareers.com/cv-drop-zone
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.
1 - 10 of 10
Showing 20 items per page