Driver damaged or missing (Code 39) ShowDriver damaged or missing (Code 39)
Error message
Solution
Error message
When installing or reinstalling drivers (drivers) a device, it is possible that Windows displays the following error message:
Windows cannot load the device...
[ Nvidia Geforce ]Updating your graphics card driver Show[Nvidia Geforce ]Updating your graphics card driver
This tip will explain how to update the driver for a graphics card on a laptop with an Nvidia Geforce.
Drivers are available on the official nVidia site: link
Download the driver for...
Generating random numbers with rand() ShowGenerating random numbers with rand()
You may have noticed when using the rand() found in the standard library of C language, you often get unsatisfied by the results, they look the same.
For example, when trying 5 random numbers in...
Networking - 3-Tier Client/Server Architecture ShowIntroduction to 2-Tier Architecture
2-tier architecture is used to describe client/server systems where the client requests resources
and the server responds directly to the request, using its own resources. This means that the server does not...