Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Wanna share the code? :D
I'm looking to begin using C and/or C++ and would love to know how you did this! -
@Kandelborg This is a project I have been using to learn c++, so don't take it as a perfect example! If you want to build/ run it, you need to install ncurses5
https://github.com/AlgoRythm-Dylan/... -
@AlgoRythm Awesome thanks! I think this is a great introduction - combining this with specs and my limited beginners knowledge I have a great headstart 😁
-
@Kandelborg I'd be happy to answer any questions you have about the code or c++ in general :)
-
Oh my god I mentioned it in the tags but not in the rant itself: THIS IS RUNNING IN THE CONSOLE!
This isn't a graphical window, this is a terminal! -
@AlgoRythm That's still awesome though! I'll be sure to make an issue or two when I got some questions. Unless you prefer otherwise?
-
@Kandelborg Bah, keep it off GitHub for now. Just ask here or something. You can even add me on Snapchat, which is surprisingly great for code cus I can send pics and annotate them with circles and stuff.
-
@AlgoRythm For sure! I realized while writing the issue thing; where I'm interacting with people. Are you on the devrant discord?
-
@AlgoRythm Haha, I found it! https://discord.gg/aYWFKZ
Hopefully it's the right one, Discord has a bad UX around this - I even made a support ticket
Related Rants
HELL. YES.
I wrote a complex grid rendering system in c++!
It accepts pixel values and * values (Grid values)
Works very similar to WPF grid, which I LOVE.
The few lines of code needed (On the front end, at least) to do this are in the comments. VERY FUCKING HAPPY RIGHT NOW.
rant
console
grid
happy
terminal
c++