im kinda newbie to c++...
i have a question about strings...
i want to connect to strings...
i have this
string* str1;
i have this : "Joe" and "fly"
i want str1 to be equal to "Joe Fly"
a simple way in vbnet is.
dim str1 as string
str1="joe" & "fly"
how to do it in vc++net???
and another question...how to add new lines? (like in vbnet..Vbcrlf,or vbnewline)???
i have a question about strings...
i want to connect to strings...
i have this
string* str1;
i have this : "Joe" and "fly"
i want str1 to be equal to "Joe Fly"
a simple way in vbnet is.
dim str1 as string
str1="joe" & "fly"
how to do it in vc++net???
and another question...how to add new lines? (like in vbnet..Vbcrlf,or vbnewline)???