Trying to strip <Tags> off an HTML documentMaybe you are also interested in this version: [code] #include <iostream> #include <fstream> #inclu...
Simple inheritance questionThank you all for the suggestions! :) The "Base from Member" solution looks interesting, I will try ...
Simple inheritance questionOne solution I thought about is to change Writer class to look like: [code] class Writer { pu...
Simple inheritance questionHello all! I would like to ask for your opinion on possible solutions for my problem :) I have a...
const questionsWell I think the error is pretty much self explanatory: invalid conversion from const int* to int*. ...