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…
Webpage for FPL
Right now i am working on a webpage which will be used to host the full api docu…
ratchetfreak
yes the int is copied onto the stack (really in a register) but buf_push will copy …
For others who were having issues, check out today's videos (Day 10) and let me know if the audio…
Yes, on Linux you can use $ORIGIN for this. As for Windows - you simply place .dll files next to …
Recently I decided to learn how to use the IMGUI library. However by the end, I had gone down a r…
Thank you, Handmade Network team, for everything you’ve done. This community (and therefore the p…
Brian Though unfortunate, what Abner said is true; but, it's also not a new thing. When you have …
Handmade Folks,
I actively dislike the online space during April Fool's, so I opted to write the…
ggn Sounds great, thanks!
One final issue I'm experiencing with the itch.io version of 4coder is…
Sounds great, thanks!
One final issue I'm experiencing with the itch.io version of 4coder is tha…
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…
Sorry for the wrong infos.
2. 4coder does different things depending on the type of file (code o…
Yes, it will help with that. Here's an example: https://www.twitch.tv/videos/242024723?t=01h54m52s
Also,
mrmixer 1. I think that by default in VIM "tabs" are equal to 2 spaces, in 4coder the defa…
Thanks for the replies!
mrmixer Welcome to the network.
2. The default in 4coder is to insert sp…
Welcome to the network.
1. I think that by default in VIM "tabs" are equal to 2 spaces, in 4code…
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
…
Think the restrict keyword should help with that?
yes the int is copied onto the stack (really in a register) but buf_push will copy it again into…
though keep in mind that the compiler must consider some things as dependencies even where you th…
pervognsen 1
2
3
4
5func buf_push(buf: void**, elem_ptr: void*, elem_size: size_t);
func int_buf…
Thanks that helps alot. I'm using x86 currently since I'm using an insignificant amount of memory…
Yes, autovecorization is mostly for loops. MSVC does autovec when it can figure out access patter…
If you're talking about security as in "if this software isn't secured, important data could be l…
It hasn't happened yet. At this point the plan is to introduce it with the upgrade to 4.1.0, whi…
Thanks again. I ended up copying everything I needed from audioclient.h and mmdeviceapi.h so I do…