Forum: C++ Sep 12th, 2007 |
| Replies: 3 Views: 5,737 Perhaps, you would need to do some research and you you need a library. Here're few links
http://www.zlib.net
http://www.info-zip.org/
You could also use Google or for any other OpenSource... |
Forum: C++ Sep 12th, 2007 |
| Replies: 6 Views: 3,790 You could also use #pragma once but it is compiler dependent and deprecated. Its generally used with MSVC++. |
Forum: C++ Sep 5th, 2007 |
| Replies: 2 Views: 554 Well loads of problems. Lets discuss each pf the:
1. Learn to indent your code and do not insert linenumbers before each line. We dont need that, [ code ] tags does it for you. See this... |