Returning strings from functions
Question: I would like to write a function that receivesan integer and converts this into a string representing the integers value in binary. At the moment I am struggling to
Question: I would like to write a function that receivesan integer and converts this into a string representing the integers value in binary. At the moment I am struggling to
Question: How do I extract the value from a certain number of bits of an unsigned type? ex: date is stored as unsigned date = 0x26cf; bits meaning 0-4 Day
Question: I am having difficulty finding information and examples on how to use the flush function. Answer: If you are not sure how to use this function, then you probably
Question: I cannot figure out a pause function for C++. Our books are very generic…can you please help? Answer: To pause for a given amount of time, you will need
Question: My company, a strictly a VC++ development group, is considering developing a large real-time database/imaging application in both VB and VC++. What are the pros/cons of doing this, and
Question: Does one need a runtime DLL for an .exe file written with MFC in Visual C++? Can one make a standalone .exe program with C++ that is small and
Question: I am trying to write a utility program. I need a way to intercept all file open/save operations and get the info about the name of the file so