What are you working on, Jow Forums?
Previous thread:
What are you working on, Jow Forums?
Previous thread:
Other urls found in this thread:
github.com
youtu.be
twitter.com
Guys sorry if this is dumb, I don't do this a lot, what's the right way to build this github.com
Just run 'make' in the directory? On Ubuntu 18.04 if it matters, I installed clang 6.0 already
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
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.
>C2x
???