On Wednesday 10 May 2006 14:44, Stephen Smith wrote: > The original service was in C. I'm not opposed to changing languages > except that my time frame is short and I know C.
If you already know C, and want to try a scripting language, I'd suggest PHP. You can just jump right in, since you already know 99% of the language syntax and 90% of the libraries since they come from C. As for FTP and file transfers, you'd also be 75% done because the online documentation probably has enough code snippets in the user comments to get you that far. If you want to stick with C, perhaps make more liberal use of system() and use other utilities such as curl. -- Respectfully, Nicholas Leippe Sales Team Automation, LLC 1335 West 1650 North, Suite C Springville, UT 84663 +1 801.853.4090 http://www.salesteamautomation.com /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
