Thread: Retrieving a specific string in a web, webpagepage.

  1. #1
    Registered User
    Join Date
    Nov 2009
    Posts
    1

    Question Retrieving a specific string in a web, webpagepage.

    Hello!

    I am writing that program and I am still trying to figure how to get the computer to do it... I would like to write a program that would search a page and give me as an output all the strings containing let's say "string". I tried to use pointers but to no avail.
    People just tell me that pointers are the best ideas, but it's really difficult for me, especially that I did not really nail that part.
    lease would you help me or tell me another way to do it?
    Thank you very much for your time!

  2. #2
    Registered User
    Join Date
    Nov 2009
    Posts
    60
    If pointers are too difficult, then C might not be the right choice for you. You can try python: it has very good support for searching webpages (google "python & urllib")
    On the other hand: pointers aren't that difficult to understand. So, it might be worth it to give it another try.

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    137
    On Windows, just use Win32 api (30 secondes to do it... (COM, Inet, etc))

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Unable to compare string with 'getter' returned string.
    By Swerve in forum C++ Programming
    Replies: 2
    Last Post: 10-30-2009, 05:56 PM
  2. String issues
    By The_professor in forum C++ Programming
    Replies: 7
    Last Post: 06-12-2007, 09:11 AM
  3. Compile Error that i dont understand
    By bobthebullet990 in forum C++ Programming
    Replies: 5
    Last Post: 05-05-2006, 09:19 AM
  4. can anyone see anything wrong with this code
    By occ0708 in forum C++ Programming
    Replies: 6
    Last Post: 12-07-2004, 12:47 PM
  5. Linked List Help
    By CJ7Mudrover in forum C Programming
    Replies: 9
    Last Post: 03-10-2004, 10:33 PM

Tags for this Thread