i must build my own Console class. but i only don't understand how can i create the Write() and Read().
can i convert the write() to cout <<???

heres my write() estruture:

write(text\varname1 [+ varname2 + newline])
can i convert it to cout struture?