Nejc —
I use vim (well, neovim) both for hobby projects as well as work stuff
I combine it with tmux wh…
Thanks, I saw that in the forums. I ended up doing a small screen capture thing (on windows) a fe…
I have been using VIM off and on to try and learn it.
Not to the point yet where I can use it pro…
I'm curious how many Handmade devs out there actually use vim. I don't use this plugin myself be…
I suggest simply generating text file in gnuplot or gpaphviz compatible format (depending on what…
A few resources on library design:
Casey Muratori's "The Worst API Ever Made"
Casey Muratori's "…
Here's the code I wrote for screen capture.
https://github.com/saolsen/sao_screen_capture
Shazan —
Just general datasets
Like financial data.
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 a…
Both documents have been reformatted, and the monthly update policy document has been updated to …
The allocator thing is only an example, it could really be any other dependency that's known/set …
With your custom allocator example, I really dislike tying a specific allocator to a type. It may…
Thank you again Mārtiņš! You've been so generous with your help!
I'm going to use your code inst…
Tim Pope, the creator of fugitive, has several good vim plugins here.
You can always use WriteFile to write to console. That means following program will work regardle…
Thank you Mārtiņš!
Although you didn't understand my problem because I wasn't clear enough, you …
There is a fourth reason people use templated in C++: composition of behaviors.
For example a li…
Benjamin,
Thank you, always nice to hear kind but critical feedback. On to your points:
I think…
If you haven't come across the fugitive plugin for Vim yet, you're in for a treat. I only discove…
I want to explore a different way of doing parametric polymorphism. Most languages do it the same…
I have just read Monthly Update Policy and Project Submission Guidlines. I find that you guys hav…
Just in case it isn't clear from the original post, I'm not only asking about games.
As the person who offhandedly said something like "I'm scared of math" at handmade con, and as so…
I have found the videos done by Jorge Rodriguez on YouTube to be great resources on programming a…
I'm not sure I understand the problem. I tried to run this code:
1
2
3
4
5
6
7
8
9
10
11…
Shazan —
I have problems with applied mathematics (physics like).
Eg: rigid bodies,frameworks, centre of g…
graeme —
In highschool I was terrible at trig and then avoided maths a long time.
Months ago pseudonym73 …
One of the biggest problems I have with C++ templates is duck-typing and that the requirement of …
Just about every language with iterators uses effectively syntactic sugar for them.
Java and C# …