new line problemI try to write a program which can (de-) cipher files. But I figured out that UNIX and Windows uses ...
Beginner Programthis can't work, heroname is a integer, but you need a char* or a string, unless your hero's name is...
polymorphism different methodsSo is it possible to programm it like this (assuming that there is a constructor vor User)? [code...
polymorphism different methodsI have a database of Users (Customers and Admins) with different tasks. I want to solve this with po...
2D-Array with PolymorphyTile is a abstract class, you can't create an object of Tile, but of the derived classes. I alrea...