Support Forums
String Related Question - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Programming with C++ (https://www.supportforums.net/forumdisplay.php?fid=20)
+---- Thread: String Related Question (/showthread.php?tid=4794)



String Related Question - TheLifelessOne - 02-13-2010

I need to know how to search for a string in a text file, and then input content after that specific string, and I need to know how to look for a specific series of keywords, and input it after another keyword found inside of a text file.

Does anyone know how to do this?