Re: [linux-audio-dev] Re: templates - little bit OT

2006-02-08 Thread conrad berhörster
Sorry, I'm a little bit to late with this reply. but can you give me a hint, how you have done that gcc will refuse that. thanks c~ Am Freitag 20 Januar 2006 23:43 schrieb Kjetil S. Matheussen: > Lars Luthman: > > On Thu, 2006-01-19 at 00:41 +0100, conrad berhörster wrote: > >> class MyClass >

[linux-audio-dev] Re: templates - little bit OT

2006-01-20 Thread Kjetil S. Matheussen
Lars Luthman: On Thu, 2006-01-19 at 00:41 +0100, conrad berhörster wrote: class MyClass { MyClass(); MyClass(n,n); private: matrix }; this means, at runtime, i want to set the size of the matrix. is this possible? this are divers concepts (templates and runtime) , aren't they? It is no