#include "comutil.h" int main(int argc, char* argv[]) _bstr_t str1="str1"; _bstr_t str2="str2"; str2=str1+str2; return 0; }