H
Håkan Johansson
Coming from Delphi, I've tried to declare a function within a method, but
can't get the compiler to "swollow it". Is it at all possible?
That is:
SomeMethod()
{
LocalFunction()
{
//Statements;
}
LocalFunction();
//Statements;
LocalFunction();
}
Thank you!
Regards Håkan Johansson
can't get the compiler to "swollow it". Is it at all possible?
That is:
SomeMethod()
{
LocalFunction()
{
//Statements;
}
LocalFunction();
//Statements;
LocalFunction();
}
Thank you!
Regards Håkan Johansson
