Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22117

Define the default int to unsigned int

$
0
0

How can I (if I can) set the default int variable (in a specific program) to be unsigned int?

I mean that if int is written in the program, the compiler treats it like unsigned int.

My compiler is gcc 4.6.2

EDIT: I am not authorized to touch the code.


Viewing all articles
Browse latest Browse all 22117

Trending Articles