Click here to Skip to main content
16,004,686 members

Comments by gvsk (Top 12 by date)

gvsk 28-Mar-18 1:28am View    
After implementing std::map<string, Chassis>, Can I get values of instances for struct type "Chassis". How can I get chassis1.InLED from this mapping?
gvsk 27-Feb-18 0:21am View    
Hi
In the answer that I have updated, I have mapped string to structure instance like "IndicatorLED" to "chassis1.InLED". Instead is there any possibility to map using structure type itself using "Chassis". ("Chassis" instead of "chassis1").
gvsk 23-Feb-18 4:17am View    
Deleted
In the answer updated by me, I have mapped "IndicatorLED" to chassis1.InLED. But is there any possibility in mapping "IndicatorLED" to using structure type(name) not by the instance. Like using Chassis (struct name itself) for mapping.
gvsk 22-Feb-18 10:25am View    
Deleted
Thank you very much..
Yesterday I have found solution for this.
But today I am OOO. Will update that tomorrow.
gvsk 21-Feb-18 3:52am View    
I really appreciate your answers. But I am new to CPP. I want to implement that string variant mapping. Can you Please provide me with an example.
Thank you very much..