nek mm.png (120.71 KiB, 500x435) google saucenao
C programming No.5

Any of u into C?

No.10

yes

No.11

>>10
How did u learn?

No.12

>>5
Yes

No.13

>>11
by enjoying programming in C, and rejecting sepples

No.14

>>13
C++ really that bad?

No.15

yes

No.17

>>11
Read K&R

>>14
It's kind of poorly designed but not that bad

No.18

>>17
>Read K&R

This.

No.23

>>14
Sepples will be destroyed in our lifetime. Feels good

No.178

>>23
no. What's the alternative? Go? Rust? Tranny langs. Only true Scotsmen use C++.

No.180
koishi.png (757.3 KiB, 1445x1190) google saucenao

int main()
{
char key = 17;
char a[] = "r1xb1rdet";

for (int i = 0; i < 9; ++i) putchar(a[i] ^= key);

return 0;
}

No.181

>>180
:)

No.182

What do you guys think about the Kore C web framework? I hate that it has SSL compiled in by default without an option to disable support for it. Typically a reverse proxy with SSL termination is the more modern approach.

No.183
tenor.gif (430.47 KiB, 498x413) google saucenao

>>5
Ever since I learned it I refuse to use anything else
I love it

No.184

>>14
>>178
I love writing modern C++ software. I build completely custom games with C++ and I couldn't imagine doing it with anything else.

No.185
mokou.jpg (254.61 KiB, 462x492) google saucenao

>>183
I went through a period of writing everything in C, even generating static pages from web apis. I still use those programs every day but it was pretty dumb looking back. Now I used Lisp for higher level stuff like that.

No.186

>>185
I build websites with C++. I just hate every other web programming language and frameworks.

No.196

C is most of the programming I do these days. The other is Python.
I do mostly embedded programming, hence C it is.

I wish I had the opportunity to do more in Rust, etc.

No.197

I've really started liking Rust and I hate it. I've avoided it for so long, but finally have had a chance to use it recently.

No.253

i dabble in a little bit of C. don't really got any project ideas for it though, suggestions are welcome

No.254

into CP

No.255

Programming sounds suspiciously like work, so no.

No.256

>>255
You’re able to program as a hobby. It’s fun building something

No.257

You ought to give Plan 9/9front a whirl if you know C.

No.258

>>257
Plan 9 is really interesting. I’ve been following SerenityOS for a while, which is another fun project. Built with modern C++ though, so not really related to C.

No.259

C is fun. I’ve been consumed by Rust lately. The only annoying thing is profiling with it, it has so many deep layers in the profile tree.

No.281

>>5 Hell yeah! Especially Quake 2 hacking.