How do i recall "new row" to a txt file.
Ive done a scanner that counts every obeject and write them into a txt file. So my question is: i want after like 10 obejects he do a "new row" in the txt file. ive tryed some c++ code for it, For exemple /n. but it dosent work.
