May 11, 2002 #1 pigsie Programmer Dec 19, 2000 307 GB Someone on another post suggested that i use CStringArray but i'm new to vc++ and dont know if this is a libary. Thanks
Someone on another post suggested that i use CStringArray but i'm new to vc++ and dont know if this is a libary. Thanks
May 12, 2002 #2 williamu Programmer Apr 8, 2002 494 GB Include Afxcoll.h if needed and then CStringArray* pArray = new CStringArray() ; or CStringArray pArray ; If you use the * method remember to delete pArray ; HTH William Software Engineer ICQ No. 56047340 Upvote 0 Downvote
Include Afxcoll.h if needed and then CStringArray* pArray = new CStringArray() ; or CStringArray pArray ; If you use the * method remember to delete pArray ; HTH William Software Engineer ICQ No. 56047340
May 13, 2002 Thread starter #3 pigsie Programmer Dec 19, 2000 307 GB Thank you, is there anywhere I can get some documentation on this? Thanks Upvote 0 Downvote