Brauch was für mein Projekt und will ein char array mit 'X' füllen aber nur auf random position das array ist [20][20] groß.
Da musst du schon spezifischer werden.Quote:
Habe noch eine frage wie mach ich wenn der user eine beliebige taste drückt damit was geschiet
#include <iostream>
int main()
{
// do something
std::cin.get();
// do something
}