May 11, 2002 #1 pigsie Programmer Joined Dec 19, 2000 Messages 307 Location 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 Joined Apr 8, 2002 Messages 494 Location 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 Joined Dec 19, 2000 Messages 307 Location GB Thank you, is there anywhere I can get some documentation on this? Thanks Upvote 0 Downvote