求解,说明语法错误
#include "stdio.h"#include "conio.h"
#include "stdlib.h"
#include "string.h"
#include "values.h"
void InitBSTable(BSTree &T)
{
T=NULL;
}
只要把变量的“&”去掉就没问题,但去掉了就结果错误啊
ps:这不是主函数
2011-07-02 11:39
2011-07-02 11:50
2011-07-02 11:59
2011-07-02 12:19
2011-07-02 12:20
2011-07-02 12:26