Search:

Type: Posts; User: p_tyo

Search: Search took 0.02 seconds.

  1. Replies
    17
    Views
    10,616

    Thank you.. That is the source code that I pulled...

    Thank you.. That is the source code that I pulled the header files from. I just need to know
    where I need to look to get information from the server.. I tried putting a GET followed by the URL but...
  2. Replies
    11
    Views
    2,496

    Seeding..

    What you have to do is seed the random number generator. Just do a google search for seed and rand() and you will get a pile of great links...
  3. Replies
    17
    Views
    10,616

    What to do with this code?

    const char HEAD_REQUEST_PART1[] =
    {
    "HEAD / HTTP/1.1\r\n" // Get root index from server
    "Host: " // Specify host name used
    };

    const char HEAD_REQUEST_PART2[] =
    {
    "\r\n" //...
  4. Replies
    2
    Views
    1,569

    WinSock questions.

    I have been searching all over the internet for some good information on how to program winSock. I am very new to the C++ language and would like to get my program to access the internet. From what I...
  5. Replies
    17
    Views
    10,616

    still haven't been able to have my program...

    still haven't been able to have my program connect to yahoo finance.. Any other ideas?
  6. Replies
    17
    Views
    10,616

    I am just learning C++ I am in my second...

    I am just learning C++ I am in my second semester of C++ so it is a challenge still.. Thanks for the response I will look up opening a socket to see if this will get me where I need to go.
    ...
  7. Replies
    17
    Views
    10,616

    More specific of what i would like to do.

    http://www.gummy-stuff.org/Yahoo-data.htm

    this website has all the stuff needed to get quote data via internet explorer. What I would like to do is have my program call internet explorer so to...
  8. Replies
    17
    Views
    10,616

    I'm using Microsoft Visual C++ 6

    your yahoo link talks about c#... Thanks for the link though

    Pete
  9. Replies
    17
    Views
    10,616

    stock quote retrieval via yahoo finance

    I am trying to make my console application fetch stock quotes from yahoo finance so I can do calculations with that data. I have been looking on the internet been have not been able to find anything...
Results 1 to 9 of 9