Design and develop a program for balanced delimiters checking . Use the stack class defined in STL. Your program should take from the user the name of the C++ program he wants to check and then opens it and processes its text and issues a message saying that:
You the program should check for the following delimiters:
1. [ and ]
2. ( and )
3. { and }
4. /* and */
5. “ and “
Amr ElGohary 0 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Amr ElGohary 0 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Narue 5,707 Bad Cop Team Colleague
Amr ElGohary 0 Newbie Poster
Moschops 683 Practically a Master Poster Featured Poster
Amr ElGohary 0 Newbie Poster
Amr ElGohary 0 Newbie Poster
WaltP 2,905 Posting Sage w/ dash of thyme Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.