Hey folks!

I've been working hard... with function pointers, linked lists, and a
dynamically expanding StringBuilder, to pull off a semi-function demo
command shell for SharpOS!

There are still lots of bugs to work out - but for now, the basic premise
works. You type in a command, and it compares what you typed to a linked
list of "installed" commands. It then executes a respective function
pointer.

There is only 1 functional command currently, "version". And here is a
screen shot of it having been executed: http://pastehere.com/?msdcpp

I had to type it in twice to get it to execute. It is all still *very*
buggy. But if you wish to tinker with it, it is in my sandbox, and for now:
it *is* case sensitive.

-Bruce Markham
 aka Illuminus
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
SharpOS-Developers mailing list
SharpOS-Developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sharpos-developers

Reply via email to