Template does not compileOh, that's my bad. I have used "class" specifier instead of "typename" and said it's not working whe...
Template does not compile[code]// Count sequentially equal elements for both arrays from the start: namespace Detail { // Not...
My code on virual inheritanceI am new to virtual inheritance and I beware of doing something wrong There are 3 important classes...
array of pointer[code]int higher = array[0]; int lower = array[0]; int average = array[0]; for (int i = 1; i != 12; ...
Put the whole value into charI need to put the whole integral value into char from ifstream. (In this concrete meaning char is 1...
This user does not accept Private Messages