I'm not sure how to do this, but i'm making a small shell in C++ in command line, with a few external scripts and executables being called. What I want to do is either make a simple web browser or a way to show web pages in C++, or if anyone can make one, or use a prebuilt small simple one file browser and figure a way to make it open pages. I just don't want to use the users default browser, as well as i want to be able to bundle it with the other files when i want to finish the project... what do you all suggest to go about doing this????
codercpp1 0 Newbie Poster
Recommended Answers
Jump to PostIf you are still interested a few things you could do / should do.
get an XML Parser and treat all pages like XML, since HTML follows a strict coding format (or at least properly built pages do) you could easily build a parser using an XML tool.
…
Jump to Postit does but im not sure about express (express doesnt do MFC so some of the GUI stuff is iffy)
All 10 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
codercpp1 0 Newbie Poster

iamthwee
codercpp1 0 Newbie Poster
Killer_Typo 82 Master Poster
suraj_1470 0 Newbie Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
iamthwee commented: vc++ 6.0 ? -2
jbennet commented: lots of people use VC6 +22
jbennet 1,618 Most Valuable Poster Team Colleague Featured Poster
suedormo 0 Newbie Poster
c++Fun -1 Newbie Poster
Lucaci Andrew commented: Good for you, but we're not interested in that, and that is not a valid reason to post in a year old thread. -1
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.