Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for kei1412

Hi im done with lexical part of compiler. The next stage is the syntactic analyzer. How could i program my syntactic analyzer without using a database? For example (base from turbo C) syntactic checker: main() valid { valid int, x,y=1, z=1; invalid x = y+z; valid printf("Hello World); invalid printf("the …

Member Avatar for ddanbe
0
92
Member Avatar for kei1412

[I]:icon_question: WE ARE GIVEN A TASK TO CREATE A SOFTWARE THAT CAN SHARE FILES BETWEEN TWO COMPUTERS WITHOUT USING LAN (INTERNET CONNECTION) BUT THE PRESENCE OF HARDWARE DEVICES CAN BE USED LIKE CABLE, RS232, USB TO USB OR CAN BE BLUETOOTH TO BLUETOOTH FILE SHARING. WE SEARCHED ABOUT FILE SHARING …

Member Avatar for pestengadik
0
147
Member Avatar for SeekAnswers

[CODE] public void SymTable(string var) { SQLOpen(); SQLCommand = new OleDbCommand("INSERT INTO SymbolTable (Variable) VALUES ('"+var+"')", SQLConnection); SQLCommand.Dispose(); SQLClose(); }[/CODE] [I]having problem with this code in inserting data in fields [/I]

Member Avatar for kei1412
0
543
Member Avatar for chuck577

sir how do you parse strings inputted by line? then it will be read according to this pattern in C# (Visual Studio) for example: Input| Token Pattern Begin | reservedword int x,y; | datatype variable comma variable semicolon End | reservedword how do you parse it? :( and then the …

Member Avatar for Geekitygeek
1
375

The End.