Search:

Type: Posts; User: rsdivekar

Search: Search took 0.00 seconds.

  1. Thanks so much! I think this is pretty much...

    Thanks so much!
    I think this is pretty much what I need....
  2. I dont know Python; but you sound so sure I must...

    I dont know Python; but you sound so sure I must try it.
  3. need ready libcurl code to read URL into a buffer

    Hi Guys,

    I'm really pressed for time, all I need is to use libcurl to
    download the html for "Market News: Share Market Live Today, Latest Share Market News and Headlines"
    into a String or a...
  4. Replies
    3
    Views
    7,230

    Thanks gaxio and flp1969 - that was quite...

    Thanks gaxio and flp1969 -
    that was quite instructive.
  5. Replies
    3
    Views
    7,230

    why does this give an lvalue error?

    int a,b;

    a++ = b++;

    according to me, this is equivalent to:-
    a = b;
    b++;
    a++;
    But I get an "lvalue required error". WHY?
Results 1 to 5 of 5