Skip to content
Sign UpLog In
Profile icon

A E

@cancrusher
Repl keeps deleting this?
  • Oregon trail

    Cover page
    Made with C++
    Recent comments (0)
Repls
Community
cancrusher
cancrusher
shared a Post
2 years ago
How do I change the color of the console in c++?
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
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
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
cancrusher
cancrusher
shared a Post
2 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
VulcanWM
VulcanWM
What kinda project are u making?2 years ago
cancrusher
cancrusher
shared a Post
2 years ago
How can I read the "compiled" data that mincraft compiles on the mincraft 3ds edition?
Dunce
Dunce
You can decompile the code. People have done for java edition, and I think bedrock edition. But I don't think there's a way for 3ds.2 years ago
Coder100
Coder100
can't its binary lol2 years ago
cancrusher
cancrusher
shared a Post
2 years ago
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
EpicGamer007
https://www.hongkiat.com/blog/mobile-frameworks/ i am not sure if it works on repl but you can try2 years ago
cancrusher
cancrusher
shared a Post
2 years ago
How can I do Import SFML into repl.it? Just a question lol, if anyone has answers I'd love 2 know!
programmeruser
programmeruser
https://repl.it/@programmeruser/sfml2 years ago
cancrusher
cancrusher
shared a Post
2 years ago
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
cancrusher
cancrusher
shared a Post
2 years ago
I made Snake doodle off of a youtube tutorial, I'll update the physics later ENJOY!! ~cancrusher
SFML
Bash
cancrusher
cancrusher
shared a Post
2 years ago
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
programmeruser
programmeruser
Use SDL2 or SFML. https://repl.it/@programmeruser/sfml2 years ago
JBloves27
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
Coder39182
Coder39182
What? What do you mean you cannot open windows?2 years ago
cancrusher
cancrusher
shared a Post
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:)...
Oregon trail
C++
cancrusher
cancrusher
shared a Post
2 years ago
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
hub.att
C++
techde
techde
ALSO WHY ARE YOU POSTING RANDOM REPL'S FOR THIS POST THE REAL 1!2 years ago
techde
techde
THX!2 years ago
cancrusher
cancrusher
shared a Post
2 years ago
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
random thing for posting
HTML, CSS, JS
EvanM0rris
EvanM0rris
the game is kinda broken. like, I'm pressing all of the buttons and none are working.1 year ago
techde
techde
RIP my css you deleted...2 years ago
cancrusher
cancrusher
shared a Post
2 years 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
Own programming language
C++
cancrusher
cancrusher
shared a Post
2 years ago
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
Whacko
Whacko
What will the game be?2 years ago
Coder100
Coder100
no no jquery is not a programming language neither is json and jquery should not be used I am not joining if you use jQuery ok count me in!2 years ago
cancrusher
cancrusher
shared a Post
2 years ago
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++ window?
C++
ANDREWVOSS
ANDREWVOSS
Does anyone know how to do this in Windows 10?2 years ago
Coder100
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