How can I use io manipulators like setfill and setw repeatedly without wrecking the output that happens below the other what I'm asking is I want to create a text based window not using win32 functions but a made version in command prompt I'm trying to use IO manipulators to create the shape of the window using a character I have selected in my program but what happens is
How can I use io manipulators like setfill and setw repeatedly without wrecking the output that happens below the other what I'm asking is I want to create a text based window not using win32 functions but a made version in command prompt I'm trying to use IO manipulators to create the shape of the window using a character I have selected in my program but what happens is
Сейчас я работаю над одним из заданий для курса CS. В классе нам нужно создать массив указателей, в котором будет храниться класс Item, используя двойные указатели.
Кодирование с использованием двойных указателей для создания массива указателей,...