Try compiling the following as a Win32 Console application and see what your machine does.
#include <stdio.h>
#include <stdlib.h>
int main (int iNumberOfArguments, char *iArguments[])
{
void *aChunkOfMemory;
if (iNumberOfArguments == 1)
{
while (1)
{
aChunkOfMemory =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.