I need to read out a file, analysis and store difference data in CSting and Int. I create an ArrayList but how can I store both CString nd Int to that ArrayList? Or how can I convert CString to String^
and so I can store them into an ArrayList?

I don't understand that ArrayList can store object but why a CString do not count as object?

Thanks so much!