User profile: rumpfi88

User info
User name:rumpfi88
History
Joined:
Number of posts:7
Latest posts:

new line problem
I try to write a program which can (de-) cipher files. But I figured out that UNIX and Windows uses ...

Beginner Program
this can't work, heroname is a integer, but you need a char* or a string, unless your hero's name is...

polymorphism different methods
So is it possible to programm it like this (assuming that there is a constructor vor User)? [code...

polymorphism different methods
I have a database of Users (Customers and Admins) with different tasks. I want to solve this with po...

2D-Array with Polymorphy
Tile is a abstract class, you can't create an object of Tile, but of the derived classes. I alrea...