¡@

Home 

c++ Programming Glossary: audit

custom stream manipulator for class

http://stackoverflow.com/questions/1328568/custom-stream-manipulator-for-class

manipulator for class I am trying to write a simple audit class that takes input via operator and writes the audit after.. audit class that takes input via operator and writes the audit after receiving a custom manipulator like this class CAudit.. public needs to be templated CAudit operator LPCSTR data audittext data return this attempted manipulator static CAudit write..

restrictions on the main() function

http://stackoverflow.com/questions/4144030/restrictions-on-the-main-function

should not call main because its very difficult to audit and prove that a constructor isn't calling a method calling..