I have a c++ program which must pick symeteric words from typed sentence and give answer...answer should show symetric word's letters. example: ololo aha sabas ohoho
I wrote a code in Console wizard. Can any one rewrite this program in Windows application and compile it to me? Please send it to my email: smacinis@gmail.com
Very thanks for help P.S. In Windows application should be button: Enter/Ivesti EditBox - Enter sentence/Iveskite sakini Label which gives answer... Please send all cpp,exe,bpr...files I need this program !!! Im a student and this is my exam work
// isskaidome sakini i zodzius while (iss >> zodis) zodziai.push_back(zodis);
// susirenkame simetriniu zodziu nesidubliuojancias raides for (i = 0; i < zodziai.size(); i++) { zodis = zodziai[i]; if (zodis.length() > 1 && zodis[0] == zodis[zodis.length() - 1]) { // tikriname ar tokia raide jau yra raidziu masyve int yra = 0; for (int v = 0; v < raides.size(); v++) if (raides[v] == zodis[0]) yra++; // jei nera - ikeliame i raidziu masyva if (!yra) raides.push_back(zodis[0]); } }
lol this Forum isn't for your Homework. If you have Problems with specific Topics, ask them. If you want someone to do your work, than you won't find one unless you pay for it.