Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
#include
#include
#include
#include
using namespace std;
int main () {
string redak;
ifstream test ("sluzbe.dat");
if (test.is_open())
{
while (! test.eof() )
{
getline (test,redak);
/*cout << redak << endl; */
SetConsoleOutputCP(1250);
cout << redak << endl;
}