Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to design a software which takes a c program as the input and gives all the errors in it as the output,how do i go about it??
Posted

Step 1 - understand file parsing and tokenisation
Step 2 - understand C syntax
Step 3 - develop VB.NET software utilising Steps 1 and 2.

Seriously though, you need far more information than this. What have you done so far?
 
Share this answer
 
how do i go about parsing and tokenisation in vb.net,how do i accept the input using file upload??????
 
Share this answer
 
Comments
_Damian S_ 31-May-11 2:25am    
I would suggest if you can't open and read through a text file using vb.net, creating a C file checker is going to be too difficult for you at this stage. Perhaps start by learning the basics.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900