User profile: bartoli

User info
User name:bartoli
History
Joined:
Number of posts:271
Latest posts:

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 warning
That's what i'll do if i have to, but i'd have liked a soluton without cast

[C] Trying to solve type conversion warning
I can't seem to correct a warning i get with -Wconversion (gcc) Some minimal code that displays i...

COnfused about printing order
Ok. The order is not important, it was just debug messages. Good to know that the order is undefined...

COnfused about printing order
Hi, I just lost a few hours trying to make a program work because i was thinking it returned illogi...