Blog

Thursday, February 20, 2003
I think I've finally finished converting my little calculator program from C++ to C#. The last stumbling block was figuring out how to substitute standard input with the contents of a string that had been passed on the command-line. The answer was to declare a TextReader object, then assign it to Console.In when I wanted to read from the console, or a StringReader object when I wanted to read from a string. Easy! (Once you've figured out that there's such a thing as a StringReader object, and that it's interchangeable with Console.In.)

Labels:

posted by Unknown 9:49 PM
0 comments

Comments: Post a Comment


This page is powered by Blogger. Isn't yours?
© 2011 Andrew Huey