06.08.2009, 06:59
Well for a start you use '==' when checking if one variable equals another.
I'm pretty sure the syntax on this is completely borked.
To set a variable's value use 'port = 7777;' (For example)
And third, When comparing strings its best to use strcmp()
Quote:
port =<0 | >100000 |
To set a variable's value use 'port = 7777;' (For example)
And third, When comparing strings its best to use strcmp()