我在mfc6.0中,在一个类中生命令一个类为其友元类,但编译后报不能在该处声明
class linknode{
friend link;//该处报错.......
}
class link{
.......
}