file line counter

  1. BullyWiiPlaza

    Tool GSC Lines of Code Counter

    I thought that it would be useful to count the total lines of code in a GSC project. For this I found CLOC which you can download here. Since this is a command line tool, you'll have to use CMD and type the following command: cloc-1.64.exe --force-lang="C",gsc "D:\Bossam v6" The first parameter...
Top