Re: Programming Challenges?
I have to admit, I miss c++ programming. I used to write a lot of little utils for admin stuff in work (restarting machines remotely, monitoring them, that sort of thing) in c++, but the boss had this idea of centralising all our admin stuff on one website.
So, any utils I write now have to be created using ASP, PHP or Perl. Of course, I could write something in c++ that just interfaces with the site using CGI, but I don't think that would be allowed.
|