13
2012
PROJECT: MYSQL Syntax Checker using lex and yacc
This ‘QCompiler’ will accept the SQL statements embedded in html, detect the syntax errors and suggest the necessary corrections. ‘QCompiler’ was developed using lex and yacc. I will not go into details about lex and yacc. If you want more details on them, you can check out the links below: Lex Wikipedia Yacc Wikipedia A Guide to Lex and Yacc Lex and Yacc – Brief Tutorial The lex file basically returns the token to the [...]
6
2012
Segmentation Fault correction with GNU Debugger
One of the reasons why I prefer Linux for programming is because of the GNU debugger. Any programmer at one point or the other would have to use a debugger so it’s always better we get started off sooner rather than later. In our previous stone “Understanding Segmentation Fault with simple C code snippets ” we digged out the various reasons for the annoying segmentation fault in our programs. Next up we now learn how [...]
Fortystones Lab Projects
Categories
- Articles (43)
- Idea (2)
- Review (5)
- Social Media (29)
- Trending Topics (13)
- Collection (29)
- How To (27)
- Linux (28)
- News (15)
- PHP (6)
- Project (2)
- Tutorials (36)
- Java (4)
- Programming (10)
- Wordpress (7)
Popular Posts
- 40 Basic Linux Command-line Tips and Tricks
- Tips and Tricks for Facebook Chat (Save History/ Video Chat/ Send Files)
- 40 Linux Shell Commands for Beginners
- Creating a Simple GUI for Absolute Beginners (Java Tutorials)
- Online Coding Zones for Programmers
- Special: Facebook Smiley, Special Text Symbols and ASCII Arts
- The First on the World Wide Web



An article by
