LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   signed .... (https://www.linuxquestions.org/questions/programming-9/signed-120810/)

linuxanswer 11-28-2003 04:13 PM

signed ....
 
one of the best ways to optimate the compiling is to use signed before an int value?Why


where can i find more document about this type of declaration of a func?
function(int type, .... );

jim mcnamara 11-28-2003 05:25 PM

By default, int already has 'signed' in front of it.

You should worry less about how fast something compiles and more about how fast something runs. I think that is what you may mean.

infamous41md 11-28-2003 05:25 PM

im not really sure what u are trying to ask? an integer is a signed type, an unsigned integer is an unsigned type.

coolman0stress 11-28-2003 09:20 PM

unsigned would actually be a bit faster


All times are GMT -5. The time now is 02:41 PM.