Search:

Type: Posts; User: miki

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    7,108

    union of two strings

    #include <string>
    #include <iostream>
    using namespace std;






    string s1="a,b,c"; //Set up string 1
  2. Replies
    5
    Views
    7,108

    union of two strings

    Can someone help me how to write a code for union of two strings. for example first string1="mon", second string2="mok" and the result of the trhird string should be "monk". I need this code in c++....
Results 1 to 2 of 2