Searching for substring that has quotes in itI have a string of characters and need to search it to see if I can find a substring in it. The sub...
Sub StringsSolved now. The MiiNiPaa solution worked good. I just made an array of character pointers and can ...
Sub StringsC Strings, like strstr() strstr() returns pointer. How to compare which comes first with that?
Sub StringsHi Problem: I have a large text string and within that large text string I need to look for 30 diff...
Reading HTML code from webpageI need to write a program to read the HTML code from a webpage and then parse it. I can handle the ...