Agree, and the display is called a PPI (https://en.wikipedia.org/wiki/Plan_position_indicator). Before computers, they were easy to connect to a scanning (rotating) radar since the "memory" was the phosphor in the…
extrano84 already found some errors but also 0 will fail and if x is int (instead of unsigned int) all negative numbers will also fail (but so will the original s-macke obfuscation as well).
Of course you should do the right thing, but if you want to break the private of C++ it is much easier to "#define private public" before including the header file.
I'm on Linux Mint (21.2) and get the same error. Probably macOS only. A quick reading in readthedocs confirms it is macOS only, no Linux, no Windows.
The article is not correct on salaries being public: What is public are your tax reports and those are done a year later. To my knowledge you cannot see all details either, only totals that the tax is based on. Thus I…
ECU is abbreviation for Electronic Control Unit in automotive. (And a modern car may actually have multiple ECUs controlling the engine(s), especially if it is a hybrid=HEV, plugin HEV=PHEV or battery electric…
There is one more problem with encrypted elections not yet listed here; the vote is secret for now but 5, 10 or 20 years later it will be easy to break. This might mostly be a problem for those then powerful, if someone…
I agree with this thinking. It is also possible that competitors to multi-billion contract being awarded to AWS by DoD wants an argument to distributing the contract among many cloud suppliers to reduce risk. Bloomberg…
I think more CPU performance is attractive if you edit photos or movies - something that is typical for a home computer. The reason AMD provides CPU performance through a high core count is because it is power…
With respect to the bmp example: 1. Removing the bmp_get implies that the application needs to implement a shadow image if it needs to check the color o a certain pixel. Or even worse, take a direct peek in its void…
Agree, and the display is called a PPI (https://en.wikipedia.org/wiki/Plan_position_indicator). Before computers, they were easy to connect to a scanning (rotating) radar since the "memory" was the phosphor in the…
extrano84 already found some errors but also 0 will fail and if x is int (instead of unsigned int) all negative numbers will also fail (but so will the original s-macke obfuscation as well).
Of course you should do the right thing, but if you want to break the private of C++ it is much easier to "#define private public" before including the header file.
I'm on Linux Mint (21.2) and get the same error. Probably macOS only. A quick reading in readthedocs confirms it is macOS only, no Linux, no Windows.
The article is not correct on salaries being public: What is public are your tax reports and those are done a year later. To my knowledge you cannot see all details either, only totals that the tax is based on. Thus I…
ECU is abbreviation for Electronic Control Unit in automotive. (And a modern car may actually have multiple ECUs controlling the engine(s), especially if it is a hybrid=HEV, plugin HEV=PHEV or battery electric…
There is one more problem with encrypted elections not yet listed here; the vote is secret for now but 5, 10 or 20 years later it will be easy to break. This might mostly be a problem for those then powerful, if someone…
I agree with this thinking. It is also possible that competitors to multi-billion contract being awarded to AWS by DoD wants an argument to distributing the contract among many cloud suppliers to reduce risk. Bloomberg…
I think more CPU performance is attractive if you edit photos or movies - something that is typical for a home computer. The reason AMD provides CPU performance through a high core count is because it is power…
With respect to the bmp example: 1. Removing the bmp_get implies that the application needs to implement a shadow image if it needs to check the color o a certain pixel. Or even worse, take a direct peek in its void…