Harrison Smith
@Highwayman
The gun? A compiler. The bullets? My code. The zombie? My confidence. BANG!
1
C++20 TemplateExtremely minimal template for compiling c++20 programs - the most up-to-date standard as of posting (Dec 10, 2021).
C++20 on replit
Repl.it’s standard C++ template is kind of out of date, so… here you go.131
1
1
Ok, so I forked this really cool library from GitHub that helps you make TUIs, right? and I built it just fine, found the libraries just fine, include
Blank Repl
Highwayman Oh, also, you'll notice that when I pass the libs, I use -l: instead of -l.
That's because earlier, I was trying to use just the normal -l, like -lftxui-dom, but it tried to search for libftxuidom.a instead of just ftxui-dom.a or something like that.2 years ago
OK so I had the hacker plan a couple months ago, and the repl linked was made during that time. I was having some troubles with the repl and I just ki
Node.js
OldWizard209 @Highwayman The easiest way right now would be to Fork the repl and do whatever you want. Because you don't have hacker plan, it will not be always on.2 years ago
I am trying to make a little bit of css and js for darkmode, but the view doesn’t seem to change when I click on the button. I checked to see if the j
Node.js
why am I making this?
> because I’m bored plz read me.
I have actually tried to make a C++ tutorial over and over again, but each time I always encou
GAH! I’VE LITERALLY BEEN SEARCHING ALL DAY WHHYYYYYY.
So I have an assignment(my first) for an online class I’m taking, but it requires either:
A) th
So if I remember correctly more people than just me were having problems with a certain make file error stating a missing separator, even if you speci
Highwayman This is the future me telling the past me that I'm a dumb b.
the version of make that replit uses is GnuMake.
just use
.RECIPEPREFIX=
recipe:
commands
commands
commands
~2 years ago
Has anyone been able to get openssl to work for them in c++, cause the library doesn't seem to be in the proper path or something??? I can include the
Which is better:
intel or AT&T x86 assembly syntax?
I was bored, so I added an asynchronous-callback-based-however-you-say-it function to https://repl.it/talk/share/C-Wrapper-for-SQLite-Database/33959cpp11
Um... guys? Why can’t I move my repls???
32AE97F5-5DF7-4D6C-8D6C-68BFE6F55A9E
Codemonkey51 Well... turn off explorer mode, or just drag the link into a folder should work idk3 years ago
This is probably the biggest accomplishment for me right here lol.
Let me start from the beginning...
> scroll down to tldr for shorter thingy..
thecpp11
I had a big thing written up on it, then repl.it deleted it.
It’s cool. That is all.cpp11
Basically what’s been happening is I’ll make a cipher with crypto.createCipheriv, and then attempt to use CIPHER.update(Buffer.from(STRING)) to encryp
I’ve been doing a lot of more reporting than I ever usually do recently, and I’m starting to feel like I’m doing the wrong thing. I give explanations
Highwayman @ash15khng & @CodingCactus thank you guys for sharing with me, I forget how I decided who to. Ban, so I just decided to stop, I like your criteria it’s noice. Thanks!3 years ago
ash15khng I only really report people who are spamming random links with nothing to do with repl talk. Also I didn't know there are bots upvoting posts?3 years ago
CodingCactus I normally just report people that have bots upvoting them. I know someone that got banned from repl talk because they got reported when they said that someone's post was bad3 years ago
I’ve managed to make a mock HTTP server using the Server class thingy that I shared with ya’ll earlier (https://repl.it/talk/share/Thousandth-Cycle-Cecpp11
PLEASE TAKE NOTE!!!
> the repl DOES NOT WORK ON REPLIT. Any attempts to connect to this repl should fail with. Error 502 or something like that.
To c
Blank Repl
Since the hostname of a website is translated into an ip anyways and you never actually see the hostname in an HTTP req/res, could I just use the actu
Can anyone think of a good program I could make? I have some experience with C++ and Node.js.
Please don’t suggest making a game unless you have an i
My code is fine, but whenever I attempt to run my server, it inexplicably exits with the words terminated without active exception, so I tried going t