Quantcast
Channel: Intelligent Easy i.e.Sensor & Robot
Viewing all articles
Browse latest Browse all 40

c and cpp pitfalls, mixing signed and unsigned integer, implicit conversion

$
0
0
1. mixing unsigned and sign int is a bad idea first of all, remember: signed int types will be implicitly converted to unsigned if sizeof(signed int types) == sizeof(unsigned int types) Google C++ coding standard, say “do not use unsigned … Continue reading

Viewing all articles
Browse latest Browse all 40

Trending Articles