Verbose Logging

software development with some really amazing hair

T+SGFR

Articles tagged with 'cpp'

.NET Line Count

» Posted in Programming
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. ...

Borland C++ Builder 5, How I Hate Thee

» Posted in Software
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 di...