Before I really read this post properly, I need more coffee,
BUT
Feel free to post the core of your C++ code so I can see what you want,
rather than getting lost in any of your potential lite-c errors.
C++ is more my native language than lite-c...
ALSO :: a block of sample text file will help,
and is this lite-c or c-script? (looks like c-script to me)
ALSO :: Cant figure out what wants to go where, the hack is confusing
things too much.
I'll be waiting on your C++ version.
well I hope you had your coffee becouse here is the info you requested.
yes this is c-script. and trust me I'm like I'm a c++ man and didn't even know lite-c/c-script before I started this project.
but right now I can't get to my c++ code since the hd I have it on doesn't work right now.
but this is what I am trying
- open the txt file. <--- goes semi well (problems listed in previus post)
- extract the questions at the top <---- goes well
- display the questions <--- works
- then select a question <--- works
- find text that belongss to the question <--- doesn't work (problems listed in previus post, but was the first try)
- then extract the text and print it. <-- would work if the one above it worked.
and this would be a test text
19 <--- max amount of lines
3 <--- where the program extracts it's first line
5 <--- amount of lines to extract
this is the test text
does it print a enter?
can I see al the text?
is everything working?
exit
this is the test text
12 <--- copy the text from this point
3 <--- the amount of lines
does this text show?
yes?
good.
etc