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;
SetConsoleOutputCP(1250);
ifstream test ("sluzbe.dat");
if (test.is_open())
{
while (! test.eof() )
{
getline (test,redak);
char *kar = new char[redak.length() + 1];
strcpy(kar, redak.c_str());
AnsiToOem(kar, kar);
cout << kar << endl;
}