why do you use a DLL to store stuff when mIRC has already the tools for that in INI files, hash tables or plain text files ?

And arrays in C++ are different from other languages like PHP arrays where you can have "keys" to identify an item. There is no such thing natively in C++. But you can use STL containers to achieve a similar result but this is somewhat an advanced topic in C++.

Last edited by ClickHeRe; 18/01/06 06:44 PM.