How to make code syntactically efficient.You can run cppcheck on your code, and see what it suggests as 'performance' warnings
[C] Trying to solve type conversion warningThat's what i'll do if i have to, but i'd have liked a soluton without cast
[C] Trying to solve type conversion warningI can't seem to correct a warning i get with -Wconversion (gcc) Some minimal code that displays i...
COnfused about printing orderOk. The order is not important, it was just debug messages. Good to know that the order is undefined...
COnfused about printing orderHi, I just lost a few hours trying to make a program work because i was thinking it returned illogi...