| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| ReadMe.txt | 2012-06-03 | 895 Bytes | |
| FindNoOfLine.zip | 2012-06-03 | 79.4 kB | |
| Totals: 2 Items | 80.3 kB | 0 |
-------------------------------------------------------------------------------------------------- "LineInProject" : Application to find the number of line in a given Project. User need to provide command line argument. Copyright (C) 2012 Mantosh Kumar, <mantosh4u@gmail.com> @Require : Gnu/Linux Provided under GNU GPLv2 or later (license available in COPYING.txt) This software is dedicated to "Richard M. Stallman" who is founder of GNU Project and Free Software Foundation(FSF). ~Mantosh Kumar ~India ~03-June-2012 -------------------------------------------------------------------------------------------------- How to compile the project g++ -Wall interface.cpp fileScan.cpp main.cpp -o LineInProject You can use -g flag incase you want to debug the application using GDB. How to run the Application ./LineInProject /home/mantosh/Desktop/DesignPattern