18.10.2011, 01:51
(
Last edited by Kush; 19/10/2011 at 09:52 PM.
)
Missing Bracket Finder І
IntroductionMissing Bracket Finder І is a console application created in C++. It locates 'curly brackets' within a specified file and outputs them along with the line in which they are on. A 'Final Result' is also displayed at the end of each 'search', displaying the amount of brackets in total.
Downloads
http://www.sendspace.com/file/wnq9em - ZIP (Missing Bracket Finder 2 + General Public License)
http://www.mediafire.com/?zzmbqznr43rtuu4 - ZIP (Source + General Public License)
Installation
1. Download the application from one of the sources available.
2. Extract the folder to your desktop.
3. Move the 'Missing Bracket Finder 2' console application to the folder containing the file.
4. Execute Missing Bracket Finder 2.exe.
Functions
Target(file[]); - Selects the specified within the directory. After submission, outputs data containing the brackets, their situated line, and the amount within the file.
Clear; - Clears the console screen.
Exit; - Closes the console application.
Seperate(true/false); - Seperates the output data. REMOVED.
Special Thanks
Kyosaur - Extremely productive discussions.