Difference between revisions of "C++ Stuff"

From PeformIQ Wiki
Jump to navigation Jump to search
(Created page with '=Notes= ==GetTempFileName== http://msdn.microsoft.com/en-us/library/aa364991(VS.85).aspx ==ofstream== <pre> std::ofstream out( filename ); out << "stuff" << std::endl</pre> ...')
 
(No difference)

Latest revision as of 19:10, 30 January 2011

Notes

GetTempFileName

http://msdn.microsoft.com/en-us/library/aa364991(VS.85).aspx

ofstream

std::ofstream out( filename );

out << "stuff" << std::endl