~Rick wrote: > At Wednesday 4/2/2008 01:14 PM, you wrote: >> Hello, >> thanks for your responce. i tried the code of the mark nelson but i >> am having a problem related to that. >> >> I complied the code on turboC on windows platform.When i am giving >> the input file to compress, the compressed file is coming as empty >> (test.lzw) but the decompressed file is similler to the original one. >> I am not able to understand whats the reason is .. >> please give your comments >> >> Thanks >> Sagar > > TurboC is an extremely old compiler and does not conform to the ANSI > standards. It also does not generate correct code for Windows. > It creates code for DOS. > > You should get a recent compiler. There are several free ones from > which to choose. > > e.g. Microsoft Visual C++ Express 2003 http://www.microsoft.com > Dev-C++ http://www.bloodshed.net > > Also, please reply to the list and not directly to me. > > ~Rick
Visual C++ Express _2008_ is the latest and greatest version of VC++ Express. wxDev-C++ is preferred over Dev-C++. IIRC, Dev-C++ is no longer being actively developed in favor of wxDev-C++. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
