online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
########################### # PyColors # By Eveldun / Mao Zetato # Simple Colors Module # Proof Of Concept ############################## import os def PError(Text): Text.encode("UTF8") #\033[91m is the color of the Text #\033[0m is the backround of the text os.system("echo \033[91m"+Text+"\033[0m") #https://www.oreilly.com/library/view/linux-shell-scripting/9781785881985/b0ddd805-aa79-441d-b5a7-380c66c7712d.xhtml #https://www.codeproject.com/Articles/5329247/How-to-change-text-color-in-a-Linux-terminal sus = input("Type in a error message > ") PError(sus) ########################## #More helpfull info # ########################## #In HelpfullInfo.Txt
echo: echo [-neE] [arg ...] Write arguments to the standard output. Display the ARGs, separated by a single space character and followed by a newline, on the standard output. Options: -n do not append a newline -e enable interpretation of the following backslash escapes -E explicitly suppress interpretation of backslash escapes `echo' interprets the following backslash-escaped characters: \a alert (bell) \b backspace \c suppress further output \e escape character \E escape character \f form feed \n new line \r carriage return \t horizontal tab \v vertical tab \\ backslash \0nnn the character whose ASCII code is NNN (octal). NNN can be 0 to 3 octal digits \xHH the eight-bit character whose value is HH (hexadecimal). HH can be one or two hex digits \uHHHH the Unicode character whose value is the hexadecimal value HHHH. HHHH can be one to four hex digits. \UHHHHHHHH the Unicode character whose value is the hexadecimal value HHHHHHHH. HHHHHHHH can be one to eight hex digits. Exit Status: Returns success unless a write error occurs.

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue