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.
Mikael Johansson
So the name only has to live within the function, but the function is called often enough for allo…
»
John Burton
I am implementing allocators in my program. I use C++ (But not so much 'modern' c++). I have imple…
»
Mārtiņš Možeiko
Because in C the array variable is not a pointer. So taking address of will not give you pointer t…
»
Italo
initGfx(&textures, &spriteText, screenSurface);[/code] On GDB, if I print (*sprites) when inside…
»
TM
I think the sync code won't work as expected. I remember doing something similar for resetting key…
»
Andrew Reece
This post is meant to provide a general overview of the code structure to contextualize later info…
»
ratchetfreak
This may be stating the obvious somewhat but in "var.member.another_member" the "var" should be a …
»
ratchetfreak
Except the entire point of crtp is to avoid having any virtual functions in the first place. I fee…
»
Mārtiņš Možeiko
Yes, you need to call stbte_mouse_button with 5th argument set to 0 ("false") when mouse button is…
»
Arne Döring
There is a way in C++ from a base class, which inherited class it is. Whenever a class in C++ has …
»
Jeremiah Goerdt
I've been scratching my head a bit lately, trying to figure out how to handle a string of variable…
»
nlives
I am trying to use stb_tilemap_editor.h with sfml, And I have a few doubts am using this piece of …
»
Oswald Hurlem
I'm planning to put up a few interesting tech posts soon (within a week), but before that, I want…
»
Andrew Reece
Ahh I see what you're getting at now - using the cursor position (with appropriate modifiers) to z…
»
Matt Mascarenhas
So, I got advanced access to the video for annotation purposes, and while writing those annotation…
»
»
Simon Anciaux
I don't know. What follows is a complete guess, don't assume it's correct: Setting the cursor just…
»
Simon Anciaux
For the zoom, look at how it works in 3d packages (in , holding control down + middle click and dr…
»
Jeroen van Rijn
Hi Simon, We do have a couple of little overhauls in mind when it comes to the site giving feedbac…
»
Mikkel
Ahh yeah the hidden makes sense, but maybe a unlist option then? so all the links and such work, b…
»
Allen Webster
Hey everyone! I've got some new plans about the schedule for 4coder builds, and how I will distrib…
»
Andrew Reece
Thanks for the feedback Simon. Agreed. I'd briefly considered it before but hadn't really thought …
»
20thCB
mrmixer - thank you so much, that's perfect! I wonder why removing SetCurrentPosition(0) removed t…
»
Allen Webster
Thanks! Yes I think that is sort of what I was getting at when I was saying this is a flexible app…
»
Simon Anciaux
After changing the password on the site I would like to have a confirmation page that would just s…
»
Simon Anciaux
The animation helps. But I think it would be better to be able to rotate in real time: while the a…
»
Simon Anciaux
Wouldn't it look better to have the tags (complete, hiatus...) over the image or as a "full line" …
»
Andrew Reece
No longer shall you be disoriented by rapid changes in the movement or rotation of the canvas. Be …
»
Thomas Kingsvik
This is a very good post, and I think it highlights well the pitfalls of exaggerating the conceptu…
»
[Deleted User]
On the second thought, if you encode that sign bit into one of the vector components, then it'll b…
»