User profile: modoran

User info
User name:modoran
History
Joined:
Number of posts:1099
Latest posts:

Can't Load dll file
gdiplus.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 settings
Btw 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 generator
Add srand (time(NULL)); as first line inside main() oe else you will always generate the same number...