my compiles an error:
[quote:2ea242x0]
C:\Program Files\Microsoft Visual Studio\MyProjects\test16b\t16b.cpp(
: error C2601: 'N' : local function definitions are illegal
C:\Program Files\Microsoft Visual Studio\MyProjects\test16b\t16b.cpp(
: error C2063: 'N' : not a functionC:\Program Files\Microsoft Visual Studio\MyProjects\test16b\t16b.cpp(15) : warning C4508: 'main' : function should return a value; 'void' return type assumed[/quote]
I think this means you can't perform anything since N is not declared anywhere in the body after initialization. You need to add N somewhere in order to get this to complie and run,sir.
