Soeren Hildebrandt
Results
2
comments of
Soeren Hildebrandt
Hey Bart, was playing around with some sort of lightweight/naive (whatever one may call it ;-) ) RPC and used empty messages for commands w/o parameters, e.g. ```` message request...
Hey, yes keeping it small was the idea. Regarding the floats 0.0 vs 0.0f: gcc and clang both warn about the "double promotion" - BUT gcc produces the same output...