Well, I wound up delaying working on the networking code. I decided that I want to solidify the UI before going to the networking code. I figure that if I have the UI in 100% working order, the networking code will be much simpler since I’ll be able to go ahead and deal with [...]
I’ve been severely delayed recently on coding. I’ve been extraordinarily busy with work, and I haven’t had a chance to sit down and code for about a week. Next week, things should die down, but this is a fairly significant setback. Blah, summer’s not supposed to be this busy!
Sounds like a StarCraft upgrade….
Anyway, the code has been successfully converted from MC++ to C#. Man, I’m really glad I made the change. C# is a much cleaner language. It has the excellent readability, features, library, and intuitive feel Sun’s Java has, but it has the speed, compactness, and power of C++.
Maybe [...]
I’ve decided to change from managed C++ (MC++) to C# for a lot of reasons. I’ve read tons and tons of articles praising C#, so I figure I’m going to give it a try.
I’m all about the garbage collector – it’s supposed to be much faster than malloc, and I don’t have to [...]