Search:

Type: Posts; User: John Bosko

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,544

    Code Crash!!!

    Hi,
    I've written a code which replaces characters in a string with their respective URLEncode (i.e a " " will be replaced by "+" etc..).
    However the code crashes at execution.
    Please help!!...
  2. Thread: URLEncoder

    by John Bosko
    Replies
    0
    Views
    1,292

    URLEncoder

    Hi,
    What's the equivalent of JAVA's "URLEncoder.encode" in VC++?
    or is there an alternate way of encoding to be compatable with Java's "URLDecoder.decode"?

    Many Thanks,
    John
  3. Replies
    6
    Views
    1,758

    String Error!!

    Hi,
    In the below code I've copied the value of a string variable into "store" (which is Char(50).
    When I print the value of store, it crashes!!!
    please can someone tell me how to store from...
  4. Thread: URLEncoder

    by John Bosko
    Replies
    1
    Views
    974

    URLEncoder

    Hi,
    Please can somebody tell me how do I go about using the
    URLEncoder, if there is anything like that in C++.

    Many Thanks,
    John Bosco.
  5. Replies
    5
    Views
    4,401

    Re: Re: CString return value

    Thanks Shade for the help, I discovered it.
    Got the value..

    Many Thanks Once again!!
    Cheers!
    John
  6. Replies
    5
    Views
    4,401

    Re: CString return value

    Thanks Shade for the reply, however, I am stuck with one more question..
    how do I transfer the return value back into my calling program?

    I am pretty newbie with c++. sorry for that!!

    Thanks,...
  7. Replies
    5
    Views
    4,401

    CString return value

    Hi,
    I've got a code that needs to return the substr. For this I have the following code

    Code:
    -----------------------------------------------------------------------
    #include <string>
    #include...
  8. Thread: recv issue

    by John Bosko
    Replies
    1
    Views
    957

    recv issue

    Hi,
    I've got the connect to server working fine, but the issue is of receive, when I invoke receive the thread hangs!!!
    Please advice..
    Here's the extract of the code...
  9. Replies
    4
    Views
    2,742

    Code error (socket prgm)

    Hi guys,
    I've tried the socket programming for the first time a very simple one, however I encountered some problems...
    here's the code...
    ====================



    #include <stdio.h>
    #include...
  10. Replies
    6
    Views
    1,144

    Socket Programming

    Hi,
    I am very new to VC and I land myself in a catch 22 situation...
    here's what I have to do...

    1) Connect to a server using a SPECIFIED port and an IP
    2) If the server sends -1 then it's an...
Results 1 to 10 of 10