Sunday, November 6, 2011

C++ programming, debuging?

The code seems fine. One way of catching the problem would using the "exception handling" technique in C++, with some (Exception - Try, Catch, Finally). That would help u to identify the run-time error. and to decide how to handle it..

No comments:

Post a Comment