in reply to Re^2: Thinkin' Perl in C++in thread Thinkin' Perl in C++
CString sTest("This-has-dashes"); sTest.Replace('-','_'); [download]
mr.nick ...