#......... #....... . . . int i; i=0; while (i!=5) { ofstream out i "test xxxxx .txt"; out i "hallooooooh!"; i++; }
die frage ist, wie ich das i in das ofstream out und out einbaue. Da kommen immer Fehlermeldungen. Ergebnis soll so aussehen: test1.txt mit hallo test2.txt test3.txt test4.txt test5.txt