Click here to Skip to main content
15,891,704 members

Comments by Sam L (Top 14 by date)

Sam L 23-Sep-15 6:33am View    
yes. Then I would prefer to write into the file when string size reaches some user-defined size.
Sam L 23-Sep-15 6:15am View    
@CPallini: Yes, I am getting bad_alloc exception.
I need to minimize file I/O as possible.
Sam L 6-Aug-15 8:59am View    
OK. Got it :) Thanks
Sam L 4-Jun-15 7:50am View    
Can we query existing Windows keyboard device driver to get the information of a pressed key?
Sam L 3-Jun-15 9:00am View    
I don't know the steps & sequence in detail, how all this works. But, if it is not possible "at boot time", then I think I have to do it once the driver is loaded. But is there any other way to this than using device drivers?