This leads to a crash:
Code
int main() {
			
	T6* t;	
		
	t->fHigh =1;	
	
	return 1;
}
Why would this be?

Last edited by Zheka; 01/26/22 17:36.