Re: [Dev-C++] Portable web access and regexp parser
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Vesa N. <wa...@dl...> - 2000-11-14 17:59:31
|
Hello, There's a package called WxWindows that has HTML support. It's packaged for Dev-C++, you can find it by following the links from bloodshed.net. I haven't used it but I think I recall it's a cross-platform system. I'm not sure if there's a linux support. -Vesa > Hi- > I have programmed for many years in perl, but I haven't taken more than a > glance at C++ until now, so please excuse my ignorance. > I am looking for a way to access web pages from my program. They are not web > pages per se, but text files accessed over the web. I need to be able to > parse these for strings. Regular expressions might be the way to do this. I > know that there is a library called libWWW, but I have never used it except > for it's perl incarnation, LWP. I would like the solution to be > cross-platform between windows and linux, as I am developing a wxWindows > application. I have attached some sample output to the end of this email. > --Quentin |