Nous utilisons des cookies pour améliorer votre expérience de navigation. En savoir plus
Accepter
to the top

Webinar: Let's make a programming language. Part 1. Intro - 20.02

>
Posts

Posts

05 Avr 2013
Difference between %p and %x
Andrey Karpov
Functions belonging to the printf function family have the type specifiers "%p" and...
...
05 Avr 2013
Obsolete descriptions of functions in MSDN taking no account of 64 bits
Andrey Karpov
MSDN is a large knowledge base, so maintaining and keeping it up-to-date is an extremely difficult and perhaps almost impossible task. In forums, there are many questions asked by programmers who...
...
Subscribe to the newsletter
Want to receive a monthly digest of the most interesting articles and news? Subscribe!
05 Avr 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...
...
05 Avr 2013
Should I fix all the errors found by the static code analyzer?
Andrey Karpov
When analyzing larger projects static code analyzers usually generate a lot of error messages or warnings. And choosing whether all these errors should be fixed largely depends on current stage...
...
05 Avr 2013
How to correctly cast a pointer to int in a 64-bit application?
Andrey Karpov
The most general answer is – in no...
...
05 Avr 2013
Why do 64-bit applications work faster than 32-bit ones?
Andrey Karpov
The difference in performance between 32-bit and 64-bit versions of applications depends greatly upon their types, and the data types they are processing. But in general you may expect...
...
05 Avr 2013
What advantages do 64-bit processors have over 32-bit?
Andrey Karpov
There are 3 most obvious advantages of 64-bit processors over their 32-bit counterparts: extended address space, capacity increase, and larger number of general-purpose...
...
05 Avr 2013
Is it possible to use more than 2 Gbytes of memory in a 32-bit program launched in the 64-bit Windows?
Andrey Karpov
Yes, it is. To do that, you should tell the linker that the application can process addresses for more than 2 Gbytes - that is compile the application with the /LARGEADDRESSAWARE parameter. Now...
...
02 Avr 2013
Re-checking the ReactOS project - a large report
Andrey Karpov
The ReactOS project is rapidly developing. One of the developers participating in this project suggested that we re-analyzed the source code, as the code base is growing fast. We were glad to...
...
29 Mar 2013
Checking OpenCV with PVS-Studio
Andrey Karpov
OpenCV is a library of computer vision algorithms, picture processing algorithms, and general-purpose numerical algorithms. The library is written in C/C++ and is free both for academic...
...
View more Pagination arrow previous
Showing: - of 1622