Hello, all. Rather urgent question.
I'm trying to implement a simple Cstring/Cstring map in my application so users can specify what they want to see instead of the MAC address.
The information on http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcstdlib/html/vclrfmapvaluetype.asp , however, tells me I can use ::mapped_type.
But that doesn't exist as an option in VC++ 6.0. I've tried ::_Tref, but I think it's responsible for a number of C4786 messages (ranging from 34 to 179) appearing every time I modify and compile. I can't get these stupid things (Supposedly not shown by default) to go away, no matter what I set the warning levels at.
So, I need help, because this is a big part of my project and my time is up at the end of the month, with a number of other features not even started and documentation in dire need of updating.
I want a map that is automatically filled by the program with the keys and mapped values intially identical until the user edits the mapped value.
I would greatly appreciate any help that could be given about implementing a map for the aforementioned purpose.
Thanks in advance!