Array declaration inside a functionHi guys, is it safe to do stuff like: [code]void func(int v[], int size) { int array_local[size]; ...
Template Inheritance use caseHi Guys i basically have [code]template <unsigned int I> class Numeric { public: //stuff private...
C data structure libraryHi Guys is there any library, made by GNU for example, which implements list, tree datastructure gra...
Polymorfism and Abstract classHi guys, i'm sorry for my late response... anyway The problem is that i would like to have a concre...
Polymorfism and Abstract classHi guys, i have a situation like this class Base {...}; //this is an abstract class with one p...
This user does not accept Private Messages