I want to make a programm that reads the text file link.txt
and then look for the phrase "video_id="
Imagine the the link.txt is something like this:
dSDJSD723jsd843jsd(#$7dkhs=sd=342video_id=YfDHTDhf d/sds093hjf_dfs';
I want to output the text AFTER video_id
for example the output of the above might be:
YfDHTDhfd/sds093hjf_dfs
BEWARE: without '; of the ending.
How can I make this real C++ programm?



LinkBack URL
About LinkBacks



