/dpt/ - daily programming thread

old what are you working on Any Forums?

Attached: dpt.png (1000x1071, 120K)

Other urls found in this thread:

github.com/friendlyanon/cmake-init
csapp.cs.cmu.edu/
twitter.com/SFWRedditVideos

putting a triangle on my screen

Programming is only shown 2 times in Haruhi Suzumiya. The first time it's SQL, the second it's the Win32 API being used with C++.

good to know

Attached: skelton.jpg (995x1000, 57.92K)

Attached: 1647963931785.png (770x433, 326.01K)

working on all the different irons I have in the fire rn

Reminding anons to use github.com/friendlyanon/cmake-init when creating new C++ and C projects!

please tell me you have a bot to post this

browser plugin to detect & filter anime brainrot

Is modern C a good book to learn programming in C ?

Attached: 1564380873620.jpg (337x290, 55.81K)

If you have prior experience it's good. Is it your first language?

Anime website

technology board

anime/programming thread

i went through CSAPP personally but it's also more of a systems book and idk what you actually wanna do
csapp.cs.cmu.edu/
you can find pdfs on libgen

>modern
>C

pick one and only one

how would you store opengl indices pointing to info about render primitives? A renderer struct that has arrays holding them or something that you pass to primitive rendering function?

basically a bump from last thread but is reading the entire vulkan specification worth my time and if it is, how does one actually read a specification without falling into the trap of just glossing over words and not absorbing anything?

Is it ok to ask questions here?
In java, is it possible to have conditional statements within the predicate? How is it done?

FilteredList bottomBoxInProduct = new FilteredList(mainInventory.getAllParts(), part -> temporaryProduct.getAllAssociatedParts().contains(part));

Not my first, I'm learning C; because I've some interest in embeddeds.
Rust is for web and internet infrastructures.

Attached: 1569943357650.png (972x902, 249.5K)

Reading the entire specification of anything is not worth your time

>int i : 16
what is this voodoo magick?
what do you call it?