User profile: mykolg

User info
User name:mykolg
History
Joined:
Number of posts:15
Latest posts:

Using TCHAR* and map.h
I have a map loaded with key/elements of type TCHAR* and am trying to use the map.find() method on t...

Opening File
[code] string fileA = "author.data"; string fileB = "book.data"; location = argv[1...

Opening File
The working dir it HTML the file is in HTML/DIR therfore being HTML/DIR/book.data For some reas...

Opening File
How do I open a file in a sub folder? The code below isn't working for me... [code]string fileA ...

Error reading in Enter key stroke
I replaced both [code]cin.ignore(256, '\n')[/code] with [code]cin.sync()[/code] and it ran straight ...