11-14-2005, 07:23 PM
|
#52
|
|
FFR Player
Join Date: Dec 2003
Location: At My House
Posts: 989
|
ad0gg is awesome!
Quote:
|
Originally Posted by Necamus
I use Microsoft Visual C++ .Net. Pretty good, but it doesn't seem to like string variables.
|
Are you using the actual "string" variable type (with the header string.h) or are you using character arrays? I find that character arrays, while a little more difficult to use, give you greater control over what you want to do. However, if you don't really need to do much with the string, type "string" is easier. But I still almost always use character arrays anyways.
__________________
|
|
|