We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Simon Anciaux
After reading your post I wondered what my command line parsing code was doing in such a case. Aft…
»
bumbread
I'm currently working on a CRT implementation, and I was working on getting custom command line pa…
»
Dawoodoz
Mainly using Manjaro.Much faster than Windows.Easier to install GPU drivers than Windows.More reli…
»
MrCelsius88
This thread is meant to be a fun little thing where you can rant about what your main OS is and wh…
»
Dawoodoz
That bootstrapping from C concept should be easy to extend with a project file parser, so that you…
»
ratchetfreak
nobuild () might be an option for what you are looking for.
»
Dawoodoz
Looked at and multiple Bash to Batch converters, but none so far was powerful enough for a build …
»
Dawoodoz
The plan I'm thinking about making a reusable C++ build system implemented in both Bash and Batch,…
»
Macoy Madson
This post is mirrored on my blog. In order to effectively write applications that communicate via …
»
Healium
I use vs code and launch it using a debug.bat file from the working directory. @echo off remedybg …
»
Mārtiņš Možeiko
That sounds like the working directory is simply different from what you expect. Usually you don't…
»
Healium
Just to close this issue. Seems like it was just a matter of fully qualifying some file paths. It …
»
Amin Mesbah
Website: Code Depot: Woefully neglected, especially now that I need to figure out whether I can …
»
skejeton
I'm personally down with the idea, but I can't really see why corporations would prefer hosting on…
»
Ryan Fleury
It's no problem. Yeah, that's right - I am not blocking access to those who don't have a website, …
»
Ryan Fleury
In case it wasn't clear in the original post, I am not interested in having a discussion about whe…
»
Dawoodoz
I have my own git server without any web interface with SSH access. The biggest problem with acces…
»
sqdrck
Now itch.io accepts payments by bank card via Stripe, which some countries do not support, for exa…
»
Zeanith
This resonates so much for me. I've been thinking along these lines for a long time and have been …
»
Ryan Fleury
I just wrote a post about self-hosting Git repositories, corporate abuse of FOSS, and liberty-firs…
»
graeme
I see ryan's thing as part of a more general (macro less!) idea, where instead of interpreting for…
»
Simon Anciaux
Your "defer" example looks more like "exception" handling than what I think of a defer statement. …
»
graeme
Well, the thing polymorphism is giving you is a way to leave unanswered the question of how many p…
»
Tobias Wolf
I'd say memory management is one of the least important things when beginning. You can go a huge w…
»
Dawoodoz
The best and most original games usually come from quick prototyping with placeholder graphics and…
»
escalioth
Thanks. This sounds interesting: how would you implement a ray tracer without polymorphism?
»
Jason
From some of the initial questions you asked it seems like you need a better low level programming…
»
Christoffer Lernö
In C3 optionals are built into the language. They're not the run of the mill optionals as they car…
»
Simon Anciaux
You can have a look at Ginger Bill's articles on memory allocations strategies . The idea is that …
»
MrCelsius88
I have recently come across this community and the concepts of making games from scratch (I have r…
»