codice:
#include <iostream>
using namespace std;


int main(){

	vector<T> rubrica(1000);

    return 0;
}
Come mai ...

- error C2065: 'vector' : undeclared identifier
- error C2065: 'T' : undeclared identifier
- error C2065: 'rubrica' : undeclared identifier
- warning C4804: '>' : unsafe use of type 'bool' in operation
- warning C4552: '>' : operator has no effect; expected operator with side-effect
????


Ciao.. scusate ma dal libro di stroustrup non si capisce molto!