Search:

Type: Posts; User: Himanka

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    795

    cout

    cout<<"\n Enter the string.... Press '.' to exit entering:\n";
    getline(cin,s,'.');
    ofstream outfile("tony1.txt");
    for(i=0;i<s.size();j++)
    ...
  2. Replies
    2
    Views
    795

    Files using c++

    Write a program to read and write a data file. While writing data follow the following instructions:
    a)Add one space between two successive words.
    b)Capitalize the first character of sentences....
Results 1 to 2 of 2