bitWISE wrote:I'm working on C# right now but I will have to check that out.
The pain.
I'm learning it merely for the ASP.NET side of things. What have you noticed about it that is bad?
I used it to write a map editor for my Mario 2.5d project (http://www.inolen.com). I guess overall it was better than having to use MFC, but I didn't really care for the way pointers were done.
c# ain't bad. I'm writing a windows form program--an email newsletter program-- with it right now. It's nice to be able to think up a cool feature that you want to add, and be able to implement it without much hassle. The biggest downside is that it's slow and you don't get that silky smoothness when opening and closing windows and controls that you would with a c++ based prog.
inolen wrote:
I used it to write a map editor for my Mario 2.5d project (http://www.inolen.com). I guess overall it was better than having to use MFC, but I didn't really care for the way pointers were done.
Nice work man! You always make me feel like such a waste because your so damn good. Gets me motivated though.
inolen wrote:
I used it to write a map editor for my Mario 2.5d project (http://www.inolen.com). I guess overall it was better than having to use MFC, but I didn't really care for the way pointers were done.
Nice work man! You always make me feel like such a waste because your so damn good. Gets me motivated though.
I just got back programming after roofing all summer. I decided I was too lazy to do shit like that the rest of my life.
sirstrongbad wrote:hehehe. once you start laying out your site designs in css rather than tables, you'll never want to go back. it's SO much easier to debug.