Search Results

3
votes

Creating a ZIP file on Windows (XP/2003) in C/C++

We use XZip for this purpose. It's free, comes as C++ source code and works nicely. http://www.codeproject.com/KB/ …
0
votes

Resizing Controls in MFC

I use CResize class from CodeGuru to resize all controls automatically. You tell how you want each control to be resized and it does the job for you. The resize paradigm is to specify how m …
-1
votes

i18n-able way to get number ordinal in C++/MFC on Windows? (1->1st, 2->2nd, etc.)

Here is the piece of code on CodeProject that does the job. Haven't tried it on my own. …
0
votes

Windows C++ dialog resizer class

We use CResize class from CodeGuru to resize all controls automatically. You tell how you want each control to be resized and it does the job for you. The resize paradigm is to specify how …
0
votes

C/C++ Web Server Library?

You may want to check Baby Web Server …