Hi there!
I am new to daniweb.com and C++ CLI. I am trying to make a program that will tell the user the text for the ListItem number they type in. The ListItem information is stored in a text file with my custom file formatting, which is:
<~ListItem 1> text.... <~EndOf 1>
<~ListItem 2> text.... <~EndOf 2>
etc.
I have been thinking of a strategy for days, but I can't find out anything.
Thank you very much in advanced!