Can't Load dll filegdiplus.dll already comes with windows xp or higher, it is the one you want ?
Any way to know the functions and class of a given header?Of course it is a windows header. It comes with DirectX SDK freely available from Microsoft. Also in...
Visual C++ 6.0 Compiler settingsBtw use some decent compiler, not VS6, it's from 1998 for god's sake :(
How to run programs on Windows startup[quote]argv[0] is a string that contains the current directory and file name. [/quote] Do not assum...
Random char array generatorAdd srand (time(NULL)); as first line inside main() oe else you will always generate the same number...