Sunday, March 2. 2008
Redirecting STL Standard Output and ... Posted by Onur Cinar
in C/C++ at
18:06Comments (0) Trackbacks (0) Redirecting STL Standard Output and Error to a Log FileAlthough there are many nice logging libraries for C++, sometimes you may simply need a basic level of logging for your application. STL provides a way to redirect standrad output and standard error to a stream. Using this feature, we can easily redirect them to a log file. Continue reading "Redirecting STL Standard Output and Error to a Log File"Tuesday, December 7. 2004
Creating LabView HTTP Server Passwords Posted by Onur Cinar
in C/C++ at
15:12Comments (0) Trackbacks (0) Creating LabView HTTP Server PasswordsPswd.c is a simple program which emulates the password encryption/encoding process done by LabView HTTP Server (part of G Server)'s sub-vi named "Pswd Encode Password.vi". Continue reading "Creating LabView HTTP Server Passwords" |