Thread: opening url in c++

  1. #1
    Registered User
    Join Date
    Jul 2004
    Posts
    25

    opening url in c++

    is there a way i can open a url in c++???
    Thx a lot for any help

  2. #2
    Registered User
    Join Date
    Aug 2001
    Posts
    247
    You could try a search first as I just did...

    http://cboard.cprogramming.com/searc...searchid=62542

    hoping to be certified (programming in c)
    here's the news - I'm officially certified.

  3. #3
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Lol, that turns up no results...

    I think you mean
    http://cboard.cprogramming.com/showt...light=open+URL
    because links to search pages don't seem to work...

    If that's not what you meant dragon, it could be a lot harder.
    Last edited by Hunter2; 08-30-2004 at 08:17 PM.
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

  4. #4
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    Thanks for that link hunter, that was really helpful. And not only that but you seemed to solve the problem of giving people a link to a specific search criteria. normally when I click on someone's link that is a result of a search there is a dead link.
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  5. #5
    Carnivore ('-'v) Hunter2's Avatar
    Join Date
    May 2002
    Posts
    2,879
    Oh, I actually just clicked on the thread from the search page and copied that url instead of the search url... it seems to work better, although then you don't see the rest of the search results
    Just Google It. √

    (\ /)
    ( . .)
    c(")(") This is bunny. Copy and paste bunny into your signature to help him gain world domination.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. URL escape issue
    By George2 in forum C# Programming
    Replies: 2
    Last Post: 08-12-2008, 11:45 AM
  2. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  3. Question about opening URL in Web-Browser
    By LeeDavies in forum C Programming
    Replies: 2
    Last Post: 05-02-2008, 06:14 PM
  4. Replies: 1
    Last Post: 07-02-2007, 09:22 AM
  5. Opening the default browser with a specified URL
    By sundeeptuteja in forum C++ Programming
    Replies: 4
    Last Post: 08-04-2002, 02:54 AM