A E
@cancrusher
Repl keeps deleting this?
I already have the color of the text in the console down but what about the background color of the console. I'm using c++ btw.
DynamicSquid Check this page to get a complete list of colours.
For example, the table show the background colour red being \033]41m, and the background colour of yellow being \033[43m.
You can use it like this:
const char* BG_RED = "\033[41m";
cout << BG_RED << "Hello!";
There's also 256 bit colours, which ae described in that same page.
Hope this helps :)2 years ago
Coder100 It is the same...?
if you mean entire terminal background, it would be much harder than just highlighted text, as this code demonstrates:
#ifndef reset
#define color_reset "\x1b[0m"
#define color_bold "\x1b[1m"
#define color_italic "\x1b[3m"
#define color_underline "\x1b[4m"
#define color_inverse "\x1b[7m"
#define color_black "\x1b[30m"
#define color_red "\x1b[31m"
#define color_green "\x1b[32m"
#define color_yellow "\x1b[33m"
#define color_blue "\x1b[34m"
#define color_m2 years ago
Heya I'm cancrusher, the main css chief on this project. I'm looking for programmers who can make basic layouts and are active. You can also apply for
How can I read the "compiled" data that mincraft compiles on the mincraft 3ds edition?
I'm trying to make a mobile app. IS there any type of html css and js frameworks I can use to make this app on repl?
EpicGamer007 https://www.hongkiat.com/blog/mobile-frameworks/
i am not sure if it works on repl but you can try2 years ago
How can I do Import SFML into repl.it? Just a question lol, if anyone has answers I'd love 2 know!
Heya all of you c++ peeps, just curious if anyone wants to help me make an operating system, of so just leave a comment ~cancrusher
I made Snake doodle off of a youtube tutorial, I'll update the physics later ENJOY!! ~cancrusher
Bash
Hello everyone, I'm learning c++ and want to make a game. However with repl.it's version of c++ you can't open windows. If you have any feedback or s
JBloves27 It could be because you have to add some graphics to the code. It happens with python as well. Once you add some graphics modules and functions, the window appears
I hope this helps!2 years ago
After hours of work an 9 bugs fixed I present to you a very cruddy version. PLEASE leave me feedback. Updates coming soon:)...
C++
I just wanna thank @techde for helping me out. As a thanks for helping his status is going up from a member to a [ADMIN]. Also a special thanks to the
C++
Hello all, the Empire tycoon bugs have been fixed. I'm working on a shop. If anyone wants to try the game out click this link (link: https://js-game.j
HTML, CSS, JS
EvanM0rris the game is kinda broken. like, I'm pressing all of the buttons and none are working.1 year ago
Before I say stuff, the repl I uploaded is just something so I can have a say. Empire tycoon is going good so far. we've added a clicker and multiple
C++
Hi, I'm cancrusher. I recently started learning code during this covid-19 pandemic. I am wondering if anyone wants to help me make a game. If so just
I'm wondering how you can open a new window on your computer using c++. If you can help me that would be awesome!
C++
Coder100 oh, like a desktop app? You can't do this on repl.it, but you can locally! What operating system are you using?2 years ago