pointer to a CSTring?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
IS there such a thing as (
CString *p
, SizeOfArray)) when I'm passing in a CString array? I havent seeen CSTring pointers so I was wondering.... Appreciate your help, nsperhaps you should use CStringArray m_pszMyString m_pszMyString.Add("1"); m_pszMyString.Add("2"); m_pszMyString.Add("3"); if(m_pszMyString.GetAt(0) == "1") { .. bla } hope it helps for people who think life is like a comedy for people who feel is a tragedy Whapole
-
perhaps you should use CStringArray m_pszMyString m_pszMyString.Add("1"); m_pszMyString.Add("2"); m_pszMyString.Add("3"); if(m_pszMyString.GetAt(0) == "1") { .. bla } hope it helps for people who think life is like a comedy for people who feel is a tragedy Whapole