User: Lauke

  • Public profile

User profile: Lauke

User info
User name:Lauke
History
Joined:
Number of posts:37
Latest posts:

Array declaration inside a function
Hi guys, is it safe to do stuff like: [code]void func(int v[], int size) { int array_local[size]; ...

Template Inheritance use case
Hi Guys i basically have [code]template <unsigned int I> class Numeric { public: //stuff private...

C data structure library
Hi Guys is there any library, made by GNU for example, which implements list, tree datastructure gra...

Polymorfism and Abstract class
Hi guys, i'm sorry for my late response... anyway The problem is that i would like to have a concre...

Polymorfism and Abstract class
Hi guys, i have a situation like this class Base {...}; //this is an abstract class with one p...

This user does not accept Private Messages