are screen commands in c++ possible?

is there a way to do screen commands like ctrl - a - <command_code> within c++?

also, on another note, is it possible to do other commands like ctrl - U in c++?

I want to do these without system("string") commands
Last edited on
nvm I got it
Topic archived. No new replies allowed.