C Function Web Browser
Batang
Posts: 234
I thought this deserved it's own thread.
Based upon an idea I got from reading a post by jazzed where he listed some web sites that has C function references.
Here is light weight web browser that does searches for a C function entered in the search bar.
Just enter a function name (defaults to printf) and click the go button (play symbol) or hit enter.
Clicking the site name buttons will display a page for the same function entered in the search bar for those sites.
This is version 2 that includes additional sites that jazzed had in his post.
Note: This program is a quick and dirty browser implementation i.e. no frills, plugins etc. It also requires DotNet 2.0 to run, so sorry Windows only.
A side note, this is a web browser that has a deployed exe size of 81k and does not consume large amounts of system memory (see in task manager).
So if you are new to C this should be a help.
Cheers
Based upon an idea I got from reading a post by jazzed where he listed some web sites that has C function references.
Here is light weight web browser that does searches for a C function entered in the search bar.
Just enter a function name (defaults to printf) and click the go button (play symbol) or hit enter.
Clicking the site name buttons will display a page for the same function entered in the search bar for those sites.
This is version 2 that includes additional sites that jazzed had in his post.
Note: This program is a quick and dirty browser implementation i.e. no frills, plugins etc. It also requires DotNet 2.0 to run, so sorry Windows only.
A side note, this is a web browser that has a deployed exe size of 81k and does not consume large amounts of system memory (see in task manager).
So if you are new to C this should be a help.
Cheers