At the breakpoint I have
m_list - some gibberish
m_source - <Bad Ptr> CXX0030: Error: expression cannot be evaluated
m_dest - <Bad Ptr> CXX0030: Error: expression cannot be evaluated
Input this string for the cin: D:\lmm200\1.txt
and my m_list becomes <Bad Ptr> CXX0030: Error: expression cannot be evaluated
with _Buf 0x0012fde4 "mm200\1.txt" char [16]
I'm using VC++2005.
Could anybody tell me why it isn't inputting the string properly?