No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
When my code (below) is executed, a error message is triggered which says "The operation completed successfully." To give this some context, hFileMap is valid; I have checked this with my debugger, and other operations can easily be performed correctly on this handle that yield correct results. The only weird … | |
Re: Are you actually asking people to do your work for you? Let me give you a hint: [URL="http://www.cplusplus.com/doc/tutorial/basic_io/"]This place[/URL] tells you everything you'll need to know about input and output. Additionally, +, -, *, and / are the addition, subtraction, multiplication, and division operators, respectively. This is everything you'll need … |
The End.