Thread: C++ Help
View Single Post
Old 11-14-2005, 07:42 PM   #53
soccr743
FFR Player
Retired Staff
 
soccr743's Avatar
 
Join Date: Dec 2003
Posts: 549
Send a message via AIM to soccr743 Send a message via MSN to soccr743 Send a message via Yahoo to soccr743
Default RE: ad0gg is awesome!

I didnt like the string class provided, so I built my own. Its not that hard and it is worth it. While you are at it, you should also do a List<type> class for a better array thing, Dictionary<keytype, valuetype> for a lookup. (Those latter classes use templating which is a useful thing to know).

-----Soccr743-----
__________________
soccr743 is offline   Reply With Quote