Re: why "const char &" as a parameter?
Juha Nieminen wrote:
> Darin Johnson wrote:
>> I keep changing these to just have the plain old type, which
>> is more efficient (I'm using embedded systems)
>
> Did you check that your compiler is not already doing that
> automatically for you?
If the function is expanded inline, this is highly likely, but for other
functions OTOH, it's rather not likely.
|