Get number of code lines for a Visual Studio solution

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nateraaaa
    Recognized Expert Contributor
    • May 2007
    • 664

    Get number of code lines for a Visual Studio solution

    Does anyone here know of a FREE tool that will allow me to count the lines of code in my solution?

    thanks
    Nathan
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    pre-compilation?

    I would think you could just make a program that reads in the files like text and counts the lines?

    Comment

    Working...