5.algoritmus    

 

Výpis ASCII

#include <cstdlib>

#include <iostream>

 

using namespace std;

 

int main()

{

    cout << "Ceske znaky\n\n";

   

    for(int i=0; i<256; i++)

    {

        cout << "Alt+" << i << ":\t" << (char)i << endl;

    }   

    cout << endl;

 

  system("PAUSE");             

  return 0;

}


Vytvořte si webové stránky zdarma! Webnode