
25 Aug
2010
25 Aug
'10
5:20 a.m.
On 25/08/10 04:20, Dean Michael Berris wrote:
I wonder though, when you say RT you mean "Run-Time"? Is there a way to do it possibly at compile time, gathering the length of literal strings at least?
Ah yes of course, you can walk the tree to find char[N] and use N as a length element. Now, mosr compiler will inline it automatically if you do it at runtime anyway.