/dpt/ - Daily Programming Thread

What are you working on, Jow Forums?

Previous thread:

Attached: 1515259702744.jpg (662x602, 104K)

Other urls found in this thread:

github.com/psxdev/ps4sdk/tree/firmware505
youtu.be/LIb3L4vKZ7U?t=338
twitter.com/NSFWRedditVideo

Guys sorry if this is dumb, I don't do this a lot, what's the right way to build this github.com/psxdev/ps4sdk/tree/firmware505 in Linux?
Just run 'make' in the directory? On Ubuntu 18.04 if it matters, I installed clang 6.0 already

Attached: code business card.png (325x500, 381K)

dumb wojak poster

The readme gives you build instructions dummy

With cmake apparently. Read the readme of the project.

i fuckin love working on simple shit
i can listen to music because lots of free brain cycles, but i still feel productive
so fun, maximum comfy programming

Attached: 1509383167788.png (128x128, 30K)

Which features will get in to C2x?
array thingy
int *p;
int A[n][m];
p[:] = ... // not valid. p has no declared size.
A[:][:] = ... // The entire 2D array A.
p[1:5] = ... // p[1],p[2], ... p[5].


string functions that return const char*

this retarded attribute stuff
[[attr1]] int [[attr2]] *
[[attr3]] f(
[[attr4]] float [[attr5]] f1 [[attr6]],
int i) [[attr7]];

>hasn't had a child and attached its brain to yours to enjoy music while dealing with complex tasks
Brainlet. The only negative is that people give you weird looks for listening to Frozen and wheels on the bus on a loop.

Attached: the absolute state of rustlets.png (680x695, 295K)

>C2x
???