HELP "struct"
Posted by pintu on 12-01-2012 18:25
Se io facessi queste dichiarazioni..
struct A {
int x
struct B *pointer
}
struct B {
struct A *pointer
struct B *pointer
}
avrei dei problemi in compilazione? In teoria "leggendo" struct A mi troverei ad avere struct B che non è ancora stata dichiarata e quindi il compilatore non la riconosce giusto? Se si in che modo si può ovviare al problema?
Powered by: vbHome (lite) v3.8 and vBulletin v2.3.1
Copyright © 2000 - 2002 Jelsoft Enterprises Limited