:P

Niestety, nikt nie powie Ci czym jest FluxBB - musisz go poznać sam!

Nie jesteś zalogowany na forum.

#1 2016-06-13 18:17:20

x1834
Administrator
Windows 7Opera 37.0.2178.41

pl

#include <iostream>
#include <cstring>

using namespace std;

char *tr(char *str)
  {
   static char buff[256];
   char cp[]="\245\206\251\210\344\242\230\276\253\244\217\250\235\343\340\227\275\215ąćęłńóśżźĄĆĘŁŃÓŚŻŹ";
   if(strlen(str)>=sizeof(buff)) return str;
   char *bf=buff;
   while(*str)
     {
      char *pos=strchr(cp+18,*str);
      *(bf++)=pos?*(pos-18):*str;
      ++str;
     }
   *bf=0;
   return buff;
  }

string napis;

int main()
{

    cout<<tr("Zażółć gęślą jaźń")<<endl;

    cin>>napis;
    cout<<tr("Wpisany ciąg znaków: ")<<napis;

    return 0;
}

Offline

#2 2016-06-13 18:17:41

x1834
Administrator
Windows 7Opera 37.0.2178.41

Odp: pl

błąd

Offline

#3 2016-06-13 18:18:22

x1834
Administrator
Windows 7Opera 37.0.2178.41

Odp: pl

#include <iostream>

using namespace std;

string napis;

int main()
{
    cout<<"Zażółć gęślÄ… jaźń"<<endl;

    cin>>napis;
    cout<<"Wpisany ciÄ…g znakĂłw: "<<napis<<endl;

    return 0;
}

Offline

Użytkowników czytających ten temat: 0, gości: 1
[Bot] ClaudeBot

Stopka

Forum oparte na FluxBB

Darmowe Forum
wd - mta-lostsantos - naczosisland - nordling - gzf

[ Wygenerowano w 0.018 sekund, wykonano 8 zapytań - Pamięć użyta: 507.62 kB (Maksimum: 568.17 kB) ]