Here's an interesting question I got the other day:
We are writing code to translate old mainframe business report generation code written in a BASIC-like language to C#. The original language allows "goto" branching from outside of a loop to the interior of a loop, but C# only allows branching the other way, from the interior to the exterior. How can we branch to the inside of a loop in C#?
I can think of...Full Article.
No comments:
Post a Comment
Post your comments here: