Robust Program
Robust Training Program Plan
Some programs need to keep running even after nasty things happen, such as using an invalid pointer. Servers, other multi-user systems, and real-time games are a few examples. This article describes how to write robust C software that does not exit when the usual behavior is to abort.
Robust Meaning In Computer Network
By Jessica Brown Rhymes With Orange Strip (1-2-2001) Y2K in Review We should know better than to think we can predict WHEN a computer will crash or for WHAT reason. Expect the Unexpected – Consider the different parts of your system that could cause exceptions or crashes or otherwise causing a lack of stability and plan for the what-ifs. Consider Hardware crashes – Handle crashes/hardware failures/OS crashes/etc.