Ok, my assignment is to write a mixed c++/nasm program. This is the example code my Professor provided to me, which I have already deviated from but shows what the task at hand is: ...
I have 2 classes. Foo is a bunch of inter-related text fields, and Bar implements those fields and does all the error checking. I don't want the user leaving a text ...