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.
Jeremiah Goerdt
Any news on the Linux front?
»
Allen Webster
I'm going to ask for a little clarification here. Normally when you trigger 'List Locations For' i…
»
Shazan
I have sdl2 app and I need port it to use ANGLE but couldn't find an example on how to do so Pleas…
»
Jackson
Hi All, Working my way through the OpenGL init portion of the episodes and could use some help und…
»
ratchetfreak
Let me list what I find important in parametric polymorphism: [/ol] Granted these things are easi…
»
Doeke
Maybe it is already possible but: When using 'List Locations For' I would like that [ctrl + enter]…
»
Shazan
Thanks for the info. Guess no need to write a library anyways. But if I'm doing a commercial proj…
»
Allen Webster
I've been thinking about this recently. It can be done through the current API and now that I've o…
»
Raytio
Would be awesome to have the open all code have an option to be recursive in the config. I have t…
»
Jeremiah Goerdt
Is that a poem? :-P So many newlines.
»
Jeremiah Goerdt
I've been using vim for years, recently I started also using 4coder with my own vim-like customiz…
»
Nejc
I use vim (well, neovim) both for hobby projects as well as work stuff I combine it with tmux wher…
»
Simon Anciaux
Thanks, I saw that in the forums. I ended up doing a small screen capture thing (on windows) a few…
»
Jack Mott
I have been using VIM off and on to try and learn it. Not to the point yet where I can use it prod…
»
Timothy Wright
I'm curious how many Handmade devs out there actually use vim. I don't use this plugin myself bec…
»
Mārtiņš Možeiko
I suggest simply generating text file in or compatible format (depending on what kind of data yo…
»
Rayalan Kenyon
A few resources on library design: Casey Muratori's Casey Muratori's Sean Barrett's
»
Steve Olsen
Here's the code I wrote for screen capture.
»
Shazan
Just general datasets Like financial data.
»
ratchetfreak
what are you going to be visualizing?
»
Shazan
I searched all over the net form visualization library in c. But couldn't find one and c++ ones ar…
»
Andrew Chronister
Both documents have been reformatted, and the monthly update policy document has been updated to r…
»
ratchetfreak
The allocator thing is only an example, it could really be any other dependency that's known/set a…
»
Ginger Bill
With your custom allocator example, I really dislike tying a specific allocator to a type. It may …
»
old_beginner
Thank you again Mārtiņš! You've been so generous with your help! I'm going to use your code ins…
»
Rayalan Kenyon
Tim Pope, the creator of fugitive, has several good vim plugins .
»
Mārtiņš Možeiko
You can always use WriteFile to write to console. That means following program will work regardles…
»
old_beginner
Thank you Mārtiņš! Although you didn't understand my problem because I wasn't clear enough, you…
»
ratchetfreak
There is a fourth reason people use templated in C++: composition of behaviors. For example a link…
»
Abner Coimbre
Benjamin, Thank you, always nice to hear kind but critical feedback. On to your points: Sure, I a…
»