Help With Wierd Warning :S
#2

This is because string is already defined in that scope, so you don't need to initialize it again.

new string[128]; remove it from that piece of code you posted, or else remove the other string that you've created in the higher level scope. Alternatively you could re-name it to something else.
Reply


Messages In This Thread
Help With Wierd Warning :S - by <Weponz> - 25.10.2010, 13:05
Re: Help With Wierd Warning :S - by JaTochNietDan - 25.10.2010, 13:08
Re: Help With Wierd Warning :S - by <Weponz> - 25.10.2010, 13:14

Forum Jump:


Users browsing this thread: 1 Guest(s)