Anyone know of good, low or no cost, Win32 installation C++ source code? Looking for something simple without a lot of frills. I was using one from Borland, but I don't use Borland C anymore and the code is not really up with new operating systems.
Visual C++/Windows character questsion: Is there any easy way to imbed some Greek characters (particularly, theta and phi) into a C++ character string for use in the SetDlgItemText command? I used to be able to print them using ASCII decimal codes 233 and 237 on older DOS C compilers (Borland)...
Using GlobalAlloc to create space for large vectors whose size needs to be defined and often changed during runtime. I thought I was being careful by using GlobalFree to free the space when no longer needed and before new vector sizes are allocated. When I do this, however, I get random (but...
I have a graphics application written in Visual C++ Standard and Windows Win32. I draws simple pictures using only a few diferent pens and brushes. It works perfectly on NT but on Windows/ME the colors go all black and the screen text disappears after only a few repaints. I suspected object...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.