User profile: Beju

User info
User name:Beju
Name:Blazej
Location:Lodz
Statistical data
Gender:Male
Occupation:Programmer
Skills:C
PHP
C++
Assembly
Java
Python
C#/.NET
History
Joined:
Number of posts:20
Latest posts:

Trying to strip <Tags> off an HTML document
Maybe you are also interested in this version: [code] #include <iostream> #include <fstream> #inclu...

Simple inheritance question
Thank you all for the suggestions! :) The "Base from Member" solution looks interesting, I will try ...

Simple inheritance question
One solution I thought about is to change Writer class to look like: [code] class Writer { pu...

Simple inheritance question
Hello all! I would like to ask for your opinion on possible solutions for my problem :) I have a...

const questions
Well I think the error is pretty much self explanatory: invalid conversion from const int* to int*. ...