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.
Anders
I have 3 translation units. Platform is Windows 10. I just got this bug as well. I tried raising t…
»
winnythefoo
Love this idea. I've thought about trying it myself, but I don't have the low-level programming ex…
»
winnythefoo
I have the impression Handmade Network is currently a younger crowd (although I'm happy to be surp…
»
Jason
Ah, those last couple responses really helped, thanks guys. I think I'm just trying to find differ…
»
winnythefoo
Nice to know there are several others! I've done full-stack web dev for 15 years, but found the jo…
»
Simon Anciaux
I my codebase I never have more than a struct containing a struct (1 level). I don't have a rule f…
»
albatros
Fullstack web dev here. Welcome.
»
Diego Marcos
Welcome! I'm also a Web Developer and maintainer of aframe.io. Doing Web full time for 8 years and…
»
ratchetfreak
The solution there is to avoid copying your structs all over the place. It's going to be a mentali…
»
Jason
So if you had a situation like I described above you would handle it something like this?: struc…
»
»
Bill Strong
Why don't you just use a MD derivative, such as CommonMark? Then all text files are plain text, an…
»
Simon Anciaux
My two cents: I think that most of the time, I want a POD (Plain Old Data) copy and when I need to…
»
Allen Webster
It's hard to say what's going wrong here. As with MrMixer, your test case works just fine for on …
»
Allen Webster
Hey, can you email me at ? I'd like to discuss this some more.
»
Allen Webster
I am still interested in getting 4coder on the raspberry pi. I also still have a lot of other impo…
»
ratchetfreak
AFAICT He doesn't use dynamic arrays. Which means that he just doesn't run into that kind of issue…
»
Jason
Okay, so I shouldn't be too worried about having to write these types of things. But how does Case…
»
ratchetfreak
You can declare the copy construct/assign as deleted. That way an errant shallow copy becomes a co…
»
Jason
I have a custom dynamic array class and one of it's members is of course a pointer to memory which…
»
Simon Anciaux
Hi, and welcome.
»
James Sral
This is very, very cool! I've never used a tracker myself, but I find them fascinating. I'd love t…
»
James Sral
I've been lurking on here for a bit, but I want to get serious about learning some low-level progr…
»
Ryan Byczek
Sorry for the thread necromancy, found this with search. Is there still an appetite for a 4coder b…
»
Anders
Very true mmozeiko! Thanks for the information :)
»
Tyler
The original path i had it in had a space, but i changed that a couple days ago to one with no spa…
»
x13pixels
When in the Attach to Process window it would be nice if when pressing a letter key the first pro…
»
Stas Lisetsky
Thank you, I will look into that! I just was getting annoyed with sockets and wanted the app to wo…
»
Mārtiņš Možeiko
You still can have single thread with blocking or nonblocking APIs. Just don't do polling. Check i…
»
Stas Lisetsky
Yes, it's very tempting to do a game-style loop. I really wanted to keep this thing single-threade…
»