I haven't tested the following, and maybe there is an easier way but I don't know it. Modify get_o…
I tried using placeholder pages, but it seems like the only way you can use placeholders, the size…
I was experimenting with writing a PDB parser that would use mmaping to read the pages of MSF stre…
Today I set the .footer_panel value to false for a build command I have in project.4coder. My prob…
Neo Ar —
Depends what you work on - the jobs that I've had that were doing software for Windows I was able …
Just make sure to keep one installation of Windows somewhere, so that you can test build projects …
Any language that replaces JavaScript rather than slapping more layers on top of it, is a step for…
So after seeing the amount of people who use Linux on this forum I decided to give manjaro cinnamo…
This is actually something we've been talking about on the Discord recently. I personally was prom…
I use macOS for most of my personal use and for work (iOS developer). I have a Windows 10 laptop m…
Arch Linux on my desktop and laptop for general personal computing and programming. I poured a lot …
Hello! Long-time lurker in the community here. Want to check with you all on the sanity of this id…
It working for me in RemedyBG 0.3.7.1, using MSVC 2019 and compiling with cl main.cpp -Zi. What ve…
Jason —
Using windows 10. Like Ben said everything works fine (so far) and don't see a reason to upgrade. …
Reproduction:Declare a struct type within functionsDeclare a variable of that typeMake a pointer t…
I use macOS for work and Windows 10 for everything else. No interest in upgrading to Windows 11; 1…
Neo Ar —
I briefly used QubesOS on my laptop some years back and I encourage people to give it a try. I swi…
Alternatively just do simple variable assignment LPCWSTR cmdline = L"whatever.exe/a/b"; and debug …
I was looking into a way to attach remedy to a running process and make it break immediately after…
I was surprised to see this thread risen from the grave. I don't know if I would endorse anything …
Manjaro, the Xfce variant to be exact. No particular reasoning other than I tried it and so far ha…
After reading your post I wondered what my command line parsing code was doing in such a case. Aft…
I'm currently working on a CRT implementation, and I was working on getting custom command line pa…
Mainly using Manjaro.Much faster than Windows.Easier to install GPU drivers than Windows.More reli…
This thread is meant to be a fun little thing where you can rant about what your main OS is and wh…
That bootstrapping from C concept should be easy to extend with a project file parser, so that you…
nobuild () might be an option for what you are looking for.
Looked at and multiple Bash to Batch converters, but none so far was powerful enough for a build …
The plan I'm thinking about making a reusable C++ build system implemented in both Bash and Batch,…