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.
Ginger Bill
One thing to consider is that C-style for loops are very useful for linked lists and other simila…
»
Jason
So I'm trying to start a separate application which will run on windows 10. I'm not very far into…
»
Finalspace
Webpage for FPL Right now i am working on a webpage which will be used to host the full api docu…
»
Per Vognsen
ratchetfreak yes the int is copied onto the stack (really in a register) but buf_push will copy …
»
Per Vognsen
For others who were having issues, check out today's videos (Day 10) and let me know if the audio…
»
Mārtiņš Možeiko
Yes, on Linux you can use $ORIGIN for this. As for Windows - you simply place .dll files next to …
»
Oliver Marsh
Recently I decided to learn how to use the IMGUI library. However by the end, I had gone down a r…
»
Ryan Fleury
Thank you, Handmade Network team, for everything you’ve done. This community (and therefore the p…
»
Abner Coimbre
Brian Though unfortunate, what Abner said is true; but, it's also not a new thing. When you have …
»
Abner Coimbre
Handmade Folks, I actively dislike the online space during April Fool's, so I opted to write the…
»
Mikael Johansson
ggn Sounds great, thanks! One final issue I'm experiencing with the itch.io version of 4coder is…
»
George Nakos
Sounds great, thanks! One final issue I'm experiencing with the itch.io version of 4coder is tha…
»
Allen Webster
Here are my addendums and corrections to the answers mrmixer gave. 1. In the current version ta…
»
Chen
Thanks to the debugging system from last post, I was able to pinpoint the bugs fairly quickly. Ho…
»
Simon Anciaux
Sorry for the wrong infos. 2. 4coder does different things depending on the type of file (code o…
»
Mārtiņš Možeiko
Yes, it will help with that. Here's an example: https://www.twitch.tv/videos/242024723?t=01h54m52s
»
George Nakos
Also, mrmixer 1. I think that by default in VIM "tabs" are equal to 2 spaces, in 4coder the defa…
»
George Nakos
Thanks for the replies! mrmixer Welcome to the network. 2. The default in 4coder is to insert sp…
»
Simon Anciaux
Welcome to the network. 1. I think that by default in VIM "tabs" are equal to 2 spaces, in 4code…
»
George Nakos
Hi (and happy easter to everyone)! I've been evaluating 4coder for a while now, making it my mai…
»
nakst
Simple Sound Generator 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 …
»
Bozemoto
Think the restrict keyword should help with that?
»
ratchetfreak
yes the int is copied onto the stack (really in a register) but buf_push will copy it again into…
»
ratchetfreak
though keep in mind that the compiler must consider some things as dependencies even where you th…
»
Andy Gill
pervognsen 1 2 3 4 5func buf_push(buf: void**, elem_ptr: void*, elem_size: size_t); func int_buf…
»
Bozemoto
Thanks that helps alot. I'm using x86 currently since I'm using an insignificant amount of memory…
»
Mārtiņš Možeiko
Yes, autovecorization is mostly for loops. MSVC does autovec when it can figure out access patter…
»
Simon Anciaux
If you're talking about security as in "if this software isn't secured, important data could be l…
»
Allen Webster
It hasn't happened yet. At this point the plan is to introduce it with the upgrade to 4.1.0, whi…
»
Simon Anciaux
Thanks again. I ended up copying everything I needed from audioclient.h and mmdeviceapi.h so I do…
»