All Articles Tagged cpp

Link/UrlTags
90 errors in open-source projects[Knowledgebase]
Abstract There are actually 91 errors described in the article, but number 90 looks nicer in the title. The article is intended for C/C++ programmers, but developers working with other languages may also...

Posted: 2011-10-22 23:00:00 by Andrey Karpov
bugs, C++, code review, cpp, errors, open source, PVS-Studio, Security Community, static code analyzer
How to make fewer errors at the stage of code writing. Part N3.[Knowledgebase]
Abstract This is the third article where I will tell you about a couple of new programming methods that can help you make your code simpler and safer. You may read the previous two posts here [1] and...

Posted: 2011-07-11 00:00:00 by Andrey Karpov
Andrey Karpov, C++, code review, cpp, Parallel Programming, PVS-Studio, QT, static code analyzer
Passing string from fortran 90 to cpp dll[Forums]
Hello, I realy spent to much time on this issue and I desperately need help. I'm actually using the Compaq Visual Fortran. I want to call a cpp dll and pass a string to a function. This is my fortran...

Posted: 2008-12-10 15:43:27
C++, cpp, dll, pass string