Search:

Type: Posts; User: RamPrasath

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,059

    i am able to deliver the msgs sent properly to...

    i am able to deliver the msgs sent properly to the respective person but the problem is that i am not able to save a copy in the sent items of the user who sends it
  2. Replies
    5
    Views
    1,059

    copying a file using c++

    i am creating a mailer using c++ which is similar to gmail. i am now struck by an obstacle.
    i need to copy a text file into another one using c++ commands only .
    so pls tell me how to do that...
  3. Replies
    15
    Views
    2,155

    #include #include void main()...

    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    int *string="ape";int i;
    for(i=0;string[i]!='\0';i++)
    {
    if(string[++i]=='\0'
    printf("here");
    }
Results 1 to 3 of 3