User profile: LASims

User info
User name:LASims
History
Joined:
Number of posts:12
Latest posts:

Searching for substring that has quotes in it
I have a string of characters and need to search it to see if I can find a substring in it. The sub...

Sub Strings
Solved now. The MiiNiPaa solution worked good. I just made an array of character pointers and can ...

Sub Strings
C Strings, like strstr() strstr() returns pointer. How to compare which comes first with that?

Sub Strings
Hi Problem: I have a large text string and within that large text string I need to look for 30 diff...

Reading HTML code from webpage
I need to write a program to read the HTML code from a webpage and then parse it. I can handle the ...