Our website uses cookies to enhance your browsing experience.
Accept
to the top
>
>
Posts: #Cpp

Posts: # Cpp

Jul 15 2013
Wade Not in Unknown Waters. Part Four
Andrey Karpov
This time we will discuss virtual inheritance in C++ and find out why one should be very careful using it. See other articles of this series: N1, N2...
...
Jun 25 2013
Rechecking TortoiseSVN with the PVS-Studio Code Analyzer
Andrey Karpov
We gave the TortoiseSVN developers a free registration key for some time so that they could check their project. While they haven't utilized it yet, I've decided to download the TortoiseSVN...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
May 28 2013
Monitoring a program that monitors computer networks
Andrey Karpov
There exists the NetXMS project, which is a software product designed to monitor computer systems and networks. It can be used to monitor the whole IT-infrastructure, from SNMP-compatible devices...
...
May 14 2013
Errors detected in C++Builder
Andrey Karpov
We have checked the header files from the Embarcadero C++Builder XE3 project. In fact, it means that we have checked just a small number of inline-functions. Accordingly, quite few issues were...
...
Apr 30 2013
Why Windows 8 drivers are buggy
Andrey Karpov
We have checked the Windows 8 Driver Samples pack with our analyzer PVS-Studio and found various bugs in its samples. There is nothing horrible about it - bugs can be found everywhere, so the...
...
Apr 05 2013
What does the pointer size depend on in C++ on different platforms?
Andrey Karpov
According to the C++ standard, the pointer size depends on the particular compiler implementation and does not relate directly to the platform capacity. In its turn, within the framework of...
...
Apr 05 2013
Can I use 32-bit pointers in a 64-bit application?
Andrey Karpov
At present, the Microsoft Visual C++ and GCC compilers do not allow you to use 32-bit pointers in 64-bit software created for processors based on x86-64 architecture. You can use 64-bit registers...
...
Apr 05 2013
Working with the type size_t in the functions prinft, scanf and similar functions
Andrey Karpov
To work with size_t, ptrdiff_t, intptr_t and uintptr_t types in the functions like sscanf, printf you may use size specifiers. If you are developing a Windows-application, you may use the...
...
Apr 05 2013
Difference between %p and %x
Andrey Karpov
Functions belonging to the printf function family have the type specifiers "%p" and...
...
Apr 05 2013
Strange errors occurring when compiling the 64-bit version of an application, error C2664
Andrey Karpov
Sometimes you may see questions about strange errors generated by the compiler when building 64-bit...
...
View more Pagination arrow previous
Showing: - of 625