China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-08-01 00:58
中国DOS联盟论坛 » DOS开发编程 & 发展交流 (开发室) » Please help solve this C++ problem, Wengier View 994 Replies 0
Original Poster Posted 2003-07-22 00:00 ·  中国 台湾 远传电信
初级用户
Credits 136
Posts 9
Joined 2003-06-30 00:00
23-year member
UID 6154
Gender Male
Status Offline
The source code below won't compile with DJGPP/GPP 3.2.3. Could you take a look and see what's wrong? Thanks!

#include
using namespace std;
int main(void)
{
basic_string s;
s=static_cast(0);
return 0;
}
Forum Jump: