1. This forum is in read-only mode.

C++

Discussion in 'Non-Emulation Help' started by Neon32, Nov 9, 2012.

  1. Neon32

    Neon32 Neo-Noir

    can any of the generous programmers write a prog in C++which basically accepts two strings and combine them into one using <string.h> and strcat(

    like : string one is "Good", string two is "Morning", then output should be "GoodMorning"

    please