Open EMCsoftware opened 8 years ago
Fajny pomysł na ASCII-art z twoją nazwą :smile: nie mogę jednak tylko cię pochwalić, oczywiście musi być jakaś porada :wink: Otóż zamiast wypisywania każdej linii oddzielnym coutem: cout << " _______ __ _______ _______ _______"<< endl; cout << " /__ __// // _____// _____// ___ /"<< endl; cout << " / / / // /____ / /____ / /__/ /"<< endl; cout << " / / / // //_ // _____// ___/"<< endl; cout << " / / / // /__/ // /____ / /\\ \\"<< endl; cout << " /_/ /_//______//______//_/ \\_\\"<< endl << endl << endl; możesz wszystko napisać jednym: cout << " _______ __ _______ _______ _______"<< endl << " /__ __// // _____// _____// ___ /"<< endl << " / / / // /____ / /____ / /__/ /"<< endl << " / / / // //_ // _____// ___/"<< endl << " / / / // /__/ // /____ / /\\ \\"<< endl << " /_/ /_//______//______//_/ \\_\\"<< endl << endl << endl; Pisząc w issues niestety tego tak dobrze nie widać :disappointed: ale pisząc kod możesz spokojnie to sobie wyrównać np. spacjami :smiley: by widzieć od razu jak to będzie wyglądać. Pozdrawiam :cherries:
cout << " _______ __ _______ _______ _______"<< endl;
cout << " /__ __// // _____// _____// ___ /"<< endl;
cout << " / / / // /____ / /____ / /__/ /"<< endl;
cout << " / / / // //_ // _____// ___/"<< endl;
cout << " / / / // /__/ // /____ / /\\ \\"<< endl;
cout << " /_/ /_//______//______//_/ \\_\\"<< endl << endl << endl;
cout << " _______ __ _______ _______ _______"<< endl
<< " /__ __// // _____// _____// ___ /"<< endl
<< " / / / // /____ / /____ / /__/ /"<< endl
<< " / / / // //_ // _____// ___/"<< endl
<< " / / / // /__/ // /____ / /\\ \\"<< endl
<< " /_/ /_//______//______//_/ \\_\\"<< endl << endl << endl;
Poza tym spróbuj zrobić ASCII-mację! https://github.com/EMCsoftware/ASCII-mations Bardzo ciekawe zajęcie, polecam :smile: http://www.asciimation.co.nz/
Fajny pomysł na ASCII-art z twoją nazwą :smile: nie mogę jednak tylko cię pochwalić, oczywiście musi być jakaś porada :wink: Otóż zamiast wypisywania każdej linii oddzielnym coutem:
cout << " _______ __ _______ _______ _______"<< endl;
cout << " /__ __// // _____// _____// ___ /"<< endl;
cout << " / / / // /____ / /____ / /__/ /"<< endl;
cout << " / / / // //_ // _____// ___/"<< endl;
cout << " / / / // /__/ // /____ / /\\ \\"<< endl;
cout << " /_/ /_//______//______//_/ \\_\\"<< endl << endl << endl;
możesz wszystko napisać jednym:cout << " _______ __ _______ _______ _______"<< endl
<< " /__ __// // _____// _____// ___ /"<< endl
<< " / / / // /____ / /____ / /__/ /"<< endl
<< " / / / // //_ // _____// ___/"<< endl
<< " / / / // /__/ // /____ / /\\ \\"<< endl
<< " /_/ /_//______//______//_/ \\_\\"<< endl << endl << endl;
Pisząc w issues niestety tego tak dobrze nie widać :disappointed: ale pisząc kod możesz spokojnie to sobie wyrównać np. spacjami :smiley: by widzieć od razu jak to będzie wyglądać. Pozdrawiam :cherries: