signed variables need to be specified?

I'm reading a C++ book, and I'm on the part of the variables. My question is: do we need to specify a variable to signed or the compiler does it by default?

Thanks
have a look at the table on this page:
http://www.cplusplus.com/doc/tutorial/variables/
and the comment directly below it.
variables are always signed by default unless explicitly stated otherwise.
Thank you very much.
Topic archived. No new replies allowed.