954,499 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Help on Parser cum interface window in CPP

Hello guys,
I have some doubts.I think one of you can solve this.I'm c++ fresher.My doubts are:
1.What's a parser in C++?:?:
2.How to create a parser cum interface window in c++.:?:
Help me please.Thanks in advance.:icon_neutral:

krm08
Newbie Poster
11 posts since Dec 2008
Reputation Points: 10
Solved Threads: 0
 

If you have an assignment you want help with, describe the goal, any requirements and post YOUR code to show what you've done.

Then we'll help you get from where you are to where its done.

PS- please surround your c++ code with code tags:
[code=c++]
// your code here
[/code]

Murtan
Practically a Master Poster
671 posts since May 2008
Reputation Points: 344
Solved Threads: 116
 

A parser is a computerprogram and does not have to be in C++.
It can be written in any convienient language.
From wiki :
A parser is one of the components in an interpreter or compiler, which checks for correct syntax and builds a data structure (often some kind of parse tree, abstract syntax tree or other hierarchical structure) implicit in the input tokens. The parser often uses a separate lexical analyser to create tokens from the sequence of input characters. Parsers may be programmed by hand or may be semi-automatically generated (in some programming language) by a tool (such as Yacc) from a grammar written in Backus-Naur form.

ddanbe
Senior Poster
3,829 posts since Oct 2008
Reputation Points: 2,070
Solved Threads: 661
 

I'm surprised the filter didn't list this as profanity, when it doesn't even allow the mildest things....

MosaicFuneral
Posting Virtuoso
1,691 posts since Nov 2008
Reputation Points: 888
Solved Threads: 116
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You