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.
Mārtiņš Možeiko
Yes, it is possible. You can use sqlite asynchronously by putting query execution on separate thr…
»
Timothy Wright
Todd msmshazan I am still small compared to casey's knowledge Aren't we all. Except maybe Marti…
»
Shazan
I was thinking is it possible to use sqlite asynchronously (inside game loop).
»
ratchetfreak
Floresy @ratchetfreak Yeah, moving/transforming a small amount of data is always better than mo…
»
Mārtiņš Možeiko
ripple (nice to know that a simple vcvars batch script is more powerful than the actual IDE at fi…
»
ripple
You can fix the open header on right click quite easily. Open the debug project, if it doesn't ha…
»
Ryan Fleury
Hey everyone! I thought I'd show a quick sample of dxE (my game-independent library) code. dxE h…
»
ratchetfreak
Garyuutensei Thank you for your response ratchetfreak. I think you misunderstand the use case. Th…
»
Nick
Thank you for your response ratchetfreak. I think you misunderstand the use case. This is primari…
»
Mārtiņš Možeiko
There's also Modern C book that is pretty decent.
»
Tom
@mmozeiko Thanks! These look pretty awesome @ratchetfreak Yeah, moving/transforming a small amou…
»
Tom
I would second ratchetfreak's suggestions, generally speaking expose the simplest components of G…
»
PRITISH
Thanks leonardo lucania for your suggestion.
»
erpeo93
Considering all the crap that's around here these days, actually I would guess that C is the BEST…
»
ratchetfreak
One of the things I really dislike about most GJK desciptions is the name of the "support" functi…
»
Nick
EDIT: The library can be found on github. If you would like to test the library, I built a simple…
»
ratchetfreak
At it's core DBs work with the constraint that not all data can fit in ram so it has to page in a…
»
PRITISH
Thanks for your suggestion Tonnah. Can you suggest me some tutorial or book that I should follow?…
»
James Fulop
Thanks for testing it! I will try to get it working better for you. The demo included doesn't ha…
»
Allen Webster
Hahaha. I would say it's more like anti-Kudos to me. I've got to sanitize the default-custom AP…
»
Barret Gaylor
On the topic of education, have any of you seen the Crash Course series for Computer Science yet.…
»
Tomasz Różański
Mr4thDimention If you use any default features you need to call 1default_4coder_initialize(app);…
»
Tomasz Różański
CaptainKraft Rosto mrmixer If you've access to the customization layer you could probably impleme…
»
Mārtiņš Možeiko
If you want actual source code, then SQLite is best learning material for this. It also has a goo…
»
Benjamin Arnaud
Fixed in 1.2.0-4. Just press the "Update" button. Git commit: https://github.com/omega-gg/Sky/c.…
»
tonnah
Yes, C/C++ is enough for software development. If you're interested in Game Development specifica…
»
Tom
So despite a SQL database being something I with day-to-day at my job, i've come to realize its a…
»
PRITISH
I am new to the field of computer. I only have the knowledge of one programming language that is …
»
Allen Webster
So I took a look, and I think all that went wrong is that hooks are the worst. If you use any de…
»
Shazan
After some tuning and thinking and drawing diagrams here's a fixed. But if there's another method…
»