Jump to content

C++ Ideas.


Ninjakreborn

Recommended Posts

Any ideas for some simple (yet useful) C++ apps you have always wanted but can't find anywhere?

I am feeling a little ambitious right now, but can't think of any decent ideas for desktop apps. I have been

doing C++ For awhile. I am not extremely complex with it yet, but I can write just about any standard console app,

and can probably do some simple windows apps now. Just can't seem to think of anything that would be halfway useful.

Link to comment
https://forums.phpfreaks.com/topic/242814-c-ideas/
Share on other sites

Personal webcrawler that can read xml's or even crawl and create it from websites.

But with a twist, the links get organized by keywords as well. Like an advanced search/sitemap.

 

Think of it as an advanced bookmarking/search engine system for the sites you want to include.

 

I been thinking of making a system that is a community effort using each persons desktop crawler to collect and store data at a central server.

 

User would input a site url, it would check the site for any xml's, if none exist check the central database, if still none and they opted to participate, the desktop crawler would do work during low cpu usage times. The collective data from each user would then be saved for them and the next person to use.

Link to comment
https://forums.phpfreaks.com/topic/242814-c-ideas/#findComment-1247135
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.