Thursday, January 16, 2003, 4:53:30 PM, you wrote: > Ok i am out for some time in "C". Some tip which is the best program > for doing "C" stuff!
Dev-C++ (http://www.bloodshed.net/dev/devcpp.html) is a great free IDE for compiling C programs (and C++). MS Visual C++ is probably better, but its not free. Personally I compile my programs using mingw (which is what Dev-C++ uses) from the command-line using makefiles, but I'm just weird. If anyone wants a C header file that I converted from the Delphi example Stefan posted, let me know. Rob ________________________________________________ Current version is 1.62 | "Using TBDEV" information: http://www.silverstones.com/thebat/TBUDLInfo.html

