Hi,
感谢你在MSDN论坛发帖。
我自己尝试写了一个hello 程序,你可以参考下面。
#include <iostream>
using namespace std;
int main()
{
cout << "Hello, World!";
return 0;
}
你能把你的代码贴出来吗? 这样方便解决问题。
Best Regards,
Hart
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints
to MSDN Support, feel free to contact MSDNFSF@microsoft.com.