| c++ Programming Glossary: datafileCreateProcess from memory buffer http://stackoverflow.com/questions/305203/createprocess-from-memory-buffer  of distributing the real game EXE inside an encrypted datafile so what gets wrapped the external EXE just decrypts and launches.. 
 Am I misunderstanding assert() usage? http://stackoverflow.com/questions/3316853/am-i-misunderstanding-assert-usage  example #include stdio.h #include assert.h int main FILE datafile datafile fopen file.dat r assert datafile fclose datafile return.. #include stdio.h #include assert.h int main FILE datafile datafile fopen file.dat r assert datafile fclose datafile return 0 In.. int main FILE datafile datafile fopen file.dat r assert datafile fclose datafile return 0 In this example assert is used to abort.. 
 How to get IOStream to perform better? http://stackoverflow.com/questions/5166263/how-to-get-iostream-to-perform-better  mac mini 4GB ram idle except for this test with a 168MB datafile C 4.34151e 06 C 9.14476e 06 C 111 slower So the answer is it's.. 
 |