Search:

Type: Posts; User: Mohit_t

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    17,434

    Hi, Can you please point me in the right...

    Hi,
    Can you please point me in the right direction
  2. Replies
    3
    Views
    17,434

    file download through ftp using C under Unix

    Hi,
    I am learning socket programming for a project coming up at work.
    I have to write a C program for downloading files from a ftp server.
    So far I have this code,
    [


    #include <stdio.h> ...
  3. Replies
    1
    Views
    8,368

    using mysql_real_escape_string()

    Hi,
    I want to escape any special characters in the input field before inserting the data into mysql tables in C++.
    I know we can use
    mysql_real_escape_string() function, however I am unsure how...
Results 1 to 3 of 3