Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
try, catch in ANSI C
Name: saddam Date: July 31, 2003 at 16:42:56 Pacific OS: windows 2000 CPU/Ram: 400/128
Comment:
hello,
i am developing applications using pure C language. i notice, however C has some limitation in terms of handling errors. is there anyway of adding the try/catch functionality to C that is readily available in C++? are there any preprocessor directives or header files required?
Summary: I am using GCC compiler on Linux. I have a problem. ;) I have to use something like this sequence ( in Pascal ) repeat ... c := readkey; until keypressed; ..in my ANSI C program. I MUST compil...
Summary: I program "industrial controllers" in ANSI C using Visual C++ 6.0. The programs run in a DOS window and use ASCII/ANSI DOS Escape Sequences for cursor locations, colors, etc. In Win98, after addin...