Re: [Cppcms-users] How to set default response().out() stream precision?
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-06-21 11:38:44
|
> In C and C++ you read definitions from right to left and from inside out > > int const *p[10] Are you sure? in C ok, but in C++ any STL code ive ever seen reads "const class& o". Even Bjarne writes it that way. It's simply more understandable, at least to me. Im not arguing with you, its the way you like it, that's the way you'll get it. But I find it hardly "more understanding" If anything "const char* const p" is a lot more logical as saying "p is const and it's type is const char pointer" To each of their own I guess, i just personally can't stand a lonely * or &, it looks messy imo :) Petr |