Verbose Logging

software development with some really amazing hair

01 May 09

01:00 AM MDT

Posted in Programming

.NET Line Count

I found this slick little app a few years ago, and it looks like it’s still around. Count your VC# and VC++ lines, and it differentiates between code lines, blank lines, designer lines, etc, which is nice. The downside: it’s really only useful for VC# and VC++ projects, which is alright if that’s all you are working with. Check it out. C#, Visual Basic and C++ .NET Line Count Utility – The Code Project – .NET PS. You’ll note that I didn’t ment...


Read the full article

Comments

30 Apr 09

08:32 PM MDT

Posted in Software

Borland C++ Builder 5, How I Hate Thee

I’m pretty sure Borland’s C++ Builder 5 is the worst IDE ever. It’s slow. If you try to use tooltips or code completion, it takes a good 5 seconds before anything shows up. On top of that, since they didn’t put the tooltip activity in a separate thread (I haven’t seen source code, but it’s pretty obvious), the entire application is frozen and you get the hourglass while it’s looking for something to display. Super. Not only does it take foreve...


Read the full article

Comments