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.
![](/imageshack/img267/4510/downloadscreen.png)
2. Extract the folder to your desktop.
![](/imageshack/img17/7473/extractg.png)
3. Move the 'Missing Bracket Finder 2' console application to the folder containing the file.
![](/imageshack/img32/2043/appinfolder.png)
4. Execute Missing Bracket Finder 2.exe.
Functions
![](/imageshack/img195/5539/26errors.png)
Target(file[]); - Selects the specified within the directory. After submission, outputs data containing the brackets, their situated line, and the amount within the file.
![](/imageshack/img810/9272/target.png)
![](/imageshack/img522/3521/resultm.png)
Clear; - Clears the console screen.
Exit; - Closes the console application.
Seperate(true/false); - Seperates the output data. REMOVED.
Special Thanks
Kyosaur - Extremely productive discussions.