Blog

Thursday, February 06, 2003
I made a little progress on my pet C# project tonight. It's a little command-line calculator that I'm converting from C++. It now adds, subtracts, multiplies, and divides! Next, I need to reimplement the function handling (square root, cos, tan, etc). That's going to be interesting, since I was using function pointers for that, and now I'm going to have to figure out delegates, since C# has no function pointers.

Labels:

posted by Unknown 8:35 PM
0 comments

Comments: Post a Comment


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