下午刚学,没有书本,问下这段程序怎么写才对?
下午看了朋友的课件#include "stdio.h"
#include "iostream.h"
void main()
{
write1("hehe");
}
void write1(string s)
{
cout<<s;
}
可这段程序怎么调试都不成功!
请问要怎么修改?
2009-12-27 19:45
2009-12-27 20:06
2009-12-27 20:14

2009-12-27 20:54

2009-12-27 21:27
2009-12-27 23:56

2009-12-28 14:02