Our website uses cookies to enhance your browsing experience.
Accept
to the top
close form

Fill out the form in 2 simple steps below:

Your contact information:

Step 1
Congratulations! This is your promo code!

Desired license type:

Step 2
Team license
Enterprise license
** By clicking this button you agree to our Privacy Policy statement
close form
Request our prices
New License
License Renewal
--Select currency--
USD
EUR
* By clicking this button you agree to our Privacy Policy statement

close form
Free PVS‑Studio license for Microsoft MVP specialists
* By clicking this button you agree to our Privacy Policy statement

close form
To get the licence for your open-source project, please fill out this form
* By clicking this button you agree to our Privacy Policy statement

close form
I am interested to try it on the platforms:
* By clicking this button you agree to our Privacy Policy statement

close form
check circle
Message submitted.

Your message has been sent. We will email you at


If you haven't received our response, please do the following:
check your Spam/Junk folder and click the "Not Spam" button for our message.
This way, you won't miss messages from our team in the future.

>
>
>
C++

Posts: C++ articles

Nov 19 2009
A nice 64-bit error in C
Andrey Karpov
In C language, you may use functions without defining them. Pay attention that I speak about C language, not C++. Of course, this ability is very dangerous. Let us have a look at an...
...
Nov 08 2009
Interview with Anatoliy Kuznetsov, the author of BitMagic C++ library
Andrey Karpov
In this article, Anatoliy Kuznetsov answers the questions and tells us about the open BitMagic C++...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
* By clicking this button you agree to our Privacy Policy statement
Sep 25 2009
64-bit Loki
Andrei Alexandrescu, Andrey Karpov, Evgenii Ryzhkov, Peter Kummel, Rich Sposato
The article is a report about testing of portability of Loki library with 64-bit systems with the help of Viva64 code analyzer performed by OOO "Program Verification Systems" Company. It...
...
Sep 21 2009
About size_t and ptrdiff_t
Andrey Karpov
The article explains what size_t and ptrdiff_t types are, their purpose, and when to use them. The following information is especially valuable for developers starting to create 64-bit...
...
Sep 15 2009
Issues of 64-bit code in real programs: virtual functions
Andrey Karpov
We have already written in our articles about one of the problems of code migration to 64-bit systems relating to incorrect overload of virtual functions. For example, our article "20 issues...
...
Sep 07 2009
Magic constants and malloc() function
Andrey Karpov
Once again I would like to discuss the issue of using magic constants in code. We can eternally repeat that one should use sizeof() operator for correct calculation of the size of memory...
...
Aug 28 2009
Problems of 64-bit code in real programs: magic constants
Andrey Karpov
I would like to tell you about one more 64-bit error we have found in some program. It becomes a good tradition to publish information about interesting and specific programming errors for...
...
Aug 06 2009
Safety of 64-bit code
Andrey Karpov
The article reviews the issues of providing safety of program code when adapting it for 64-bit...
...
Aug 06 2009
Atavisms in large systems
Andrey Karpov
Large old program systems developing for tens of years contain a lot of various atavisms and code sections which have been simply written with the use of popular paradigms and styles of...
...
Jul 20 2009
The function of printing an expression's type
Andrey Karpov
I very often meet debates in forums on what type this or that expression will have. So I decided to make a little note in the blog to refer to...
...
View more Pagination arrow previous
Showing: - of 551