add var1 and var2[help please]

Hello, I am trying to add this: (VS 2005 C++)
cmdline.append(PINGSITE and "blogger.com");

in VB .NET the code will be like this:
PINGSITE & " blogger.com"

how can I do this on C++
PINGSITE + " blogger.com"
Topic archived. No new replies allowed.