Mógłby ktoś napisać mi jak się pisze program w code::blocku:
wizytówka w ramce z gwiazdek
daje naj
#include <iostream>#include <cstdio>int main(){ std::cout<<"************************************"<<std::endl; std::cout<<"* JACEK BALCERZAK *"<<std::endl;
std::cout<<"* 999-998-997 *"<<std::endl;
std::cout<<"************************************"<<std::endl; return0;}tak mi się wydaję :)
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
#include <iostream>
#include <cstdio>
int main()
{
std::cout<<"************************************"<<std::endl;
std::cout<<"* JACEK BALCERZAK *"<<std::endl;
std::cout<<"* 999-998-997 *"<<std::endl;
std::cout<<"************************************"<<std::endl;
return0;
}
tak mi się wydaję :)