I my codebase I never have more than a struct containing a struct (1 level). I don't have a rule …
Fullstack web dev here.
Welcome.
Welcome! I'm also a Web Developer and maintainer of aframe.io. Doing Web full time for 8 years an…
The solution there is to avoid copying your structs all over the place.
It's going to be a menta…
Jason —
mrmixerMy two cents: I think that most of the time, I want a POD (Plain Old Data) copy and when I…
Why don't you just use a MD derivative, such as CommonMark? Then all text files are plain text, a…
My two cents: I think that most of the time, I want a POD (Plain Old Data) copy and when I need t…
It's hard to say what's going wrong here. As with MrMixer, your test case works just fine for on…
I am still interested in getting 4coder on the raspberry pi. I also still have a lot of other imp…
AFAICT He doesn't use dynamic arrays. Which means that he just doesn't run into that kind of issu…
Jason —
Okay, so I shouldn't be too worried about having to write these types of things. But how does Cas…
You can declare the copy construct/assign as deleted. That way an errant shallow copy becomes a c…
Jason —
I have a custom dynamic array class and one of it's members is of course a pointer to memory whic…
This is very, very cool! I've never used a tracker myself, but I find them fascinating. I'd love …
I've been lurking on here for a bit, but I want to get serious about learning some low-level pr…
Sorry for the thread necromancy, found this with search.
Is there still an appetite for a 4coder…
Very true mmozeiko!
Thanks for the information :)
The original path i had it in had a space, but i changed that a couple days ago to one with no sp…
LordJoNilHi!
When in the Attach to Process window it would be nice if when pressing a letter key…
Thank you, I will look into that! I just was getting annoyed with sockets and wanted the app to w…
You still can have single thread with blocking or nonblocking APIs. Just don't do polling. Check …
Yes, it's very tempting to do a game-style loop. I really wanted to keep this thing single-thread…
I would strongly suggest to not do "game-loop" for web servers. Do epoll or io completion ports -…
Hello and welcome!
This is the main discussion thread for Büchse. Please post your questions and…
It's working on my machine (build.bat is executed, but vcvarsall.bat is not in the path for me so…
No need to guess. CreateFont documentation clearly states:
Because available fonts can vary from…
Sorry for the late reply.
hope dropbox is ok, if not i can send it in another way if you would p…