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.
Andrew Bromage
That's how you'd typically implement it, yes. However, exponential objects (again, to use the cat…
»
Casey Muratori
Yep, that does not surprise me :) The C spec, which is more sane and can be read by humans, doesn…
»
Mārtiņš Možeiko
Skype works fine if you use pulseaudio (no more alsa support). It's in AUR: But nowadays if I'm f…
»
Laurie
How is Arch in terms of ease of using 3rd party software? To date, I've stuck with Kubuntu because…
»
Mārtiņš Možeiko
In my experience Arch works best from all the Linux distributions I have tried. Because it always…
»
Mārtiņš Možeiko
For regular apps you are probably better with Java code. Because NDK has limited functionality - y…
»
graeme
I knew it was in here somewhere
»
Casey Muratori
Technically there are two things that can decorate a function, generally called "declaration speci…
»
hugo
Thanks guys. I didn't mean only in the games context, but other apps as well :)
»
Adrian
A C function looks like this: [/code] However there are some prefixes you can attach between retu…
»
Abner Coimbre
Manjaro has been my distro of choice since early this year. I recommended it to Andrew right afte…
»
ratchetfreak
Going further down the road of "basic machines" I can see 3 broad categories of operations: in ma…
»
ratchetfreak
For example: The tuple (also known as "record", "struct", and "product"), and the discriminated u…
»
Casey Muratori
This is exactly how it works, yes. Because Windows is Windows, and doesn't like to bother with th…
»
Miles Williams
Hi everyone. I'm new around these parts, and also to C/C++ (having used much higher level language…
»
Casey Muratori
Apropos of nothing, I would like to mention that I recently had Manjaro recommended to me on Twitt…
»
Casey Muratori
Hopefully we will get to do the CLANG compatibility next week, too.Casey
»
Casey Muratori
Yes, I always get the notifications! So in theory you don't have to reopen the issue, you just ha…
»
Andrew Bromage
On the "basic machines" metaphor, I think we do understand at least some of the basic pieces that …
»
Mārtiņš Možeiko
For libc.so you won't see any internal symbols, because libc.so doesn't have any debug info on dev…
»
Mārtiņš Možeiko
This is good presentation on how Windows deals with vsync: It focuses on D3D11 and D3D12 and Wind…
»
Zachary
I feel like we've gone off-road here - but that's OK since it's (embarrassingly) pointed out a maj…
»
Kim Jørgensen
Swell, I guess a proper response would be. You are doing a good job on fixing the issues in GitHub…
»
HawYeah
The problem is that you have android:debuggable set for wrong XML tag. It should be specified for…
»
Allen Webster
Woah that's a big issue. I'll get in touch soon so we can work on it. A while back there was an …
»
Allen Webster
Good catch, I just found a silly bug in how I treat null view parameters. In the future if you sen…
»
Mārtiņš Možeiko
What do you mean by extra work? For me it would be actually extra work to write Java code. Writing…
»
Flyingsand
Yes and no. The CVDisplayLink callback gets called at whatever refresh period is of the display d…
»
Timothy Wright
Lots of great stuff here. I'm thinking about it (and also trying to work on two different project…
»
Timothy Wright
Here are some other resources I've found useful for OpenGL stuff.
»