Click here to Skip to main content
15,894,460 members

Comments by Member 12160712 (Top 16 by date)

Member 12160712 7-May-16 11:19am View    
Thank you so much! That was very helpful.
Member 12160712 7-May-16 10:20am View    
Thank you that worked! Just a question though I'm not familiar with a for loop that takes more than 3 parameters, and I noticed at the 4th parameter you used a comma instead of a semicolon, does the 4th parameter works in parallel with the 3rd one (i.e "i++")).
Member 12160712 27-Dec-15 11:29am View    
Thank you! I will look up more on .NET serialization.
Member 12160712 26-Dec-15 15:54pm View    
Thank you, this is very helpful. Does my updated version need abstraction too? Like I think why I'm not keen on abstraction is cuz I'm reading my data from a text file and I'm not really experienced enough with dealing with text files, so it gets confusing a bit when I think about it with abstraction.
Member 12160712 26-Dec-15 15:52pm View    
It did compile! But I actually updated it to a Dictionary < string, Dictionary < string, hashset < string> > >; as I didn't need the hashset I don't know why I did it in the first place. And this does compile too. If you could help me print the updated version of it that would be great.