cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Parser
Parser
Sep 11, 2011 at 6:06pm UTC
khaled124
(16)
Hi, I want to make a simple parser that search for ; and make a new line to the rest of the line
Sep 11, 2011 at 6:24pm UTC
Intrexa
(291)
What you should do is search for ';', then immediately after that insert '\n'.
Topic archived. No new replies allowed.