Hello jcl,

the following code should be rejected with an error message but instead compiles and executes:
Code:
#include <acknex.h>

void main()
{
	int i = 0;
	int i = 0;
}



Best regards,
Uhrwerk


Always learn from history, to be sure you make the same mistakes again...