Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Favorite C style?

Name: Anonymous 2016-09-29 16:57

Name: Anonymous 2016-09-29 17:29

Data dominates. If you've chosen the right data structures and organized things well, the algorithms will almost always be self-evident. Data structures, not algorithms, are central to programming.

Is there any proof to that?

Name: Anonymous 2016-09-29 17:31

>>2
Yes.

Name: Anonymous 2016-09-29 17:33

>>3
Oh, OK.

Name: Anonymous 2016-09-29 18:17

>>4
Glad to help!

Name: Anonymous 2016-09-30 4:26

>>2
Data Structures central to programming
Lets combine Data Structures with code
C with Classes

Name: Anonymous 2016-09-30 6:13

Don't listen to Pike. He's a fucking retard.

Name: Anonymous 2016-09-30 6:13

Seriously even I'm a better programmer than him.

Name: Anonymous 2016-09-30 10:27

Streams are amazing for formatted input/output operations.
std::vector is an amazing dynamic generic container.
std::string is an amazing class for handling text. (far surpirior to c-strings)
std::shared_ptr is amazing for memory-management
You can write your own container class and use the algorithms with little effort.

Name: Anonymous 2016-09-30 13:07

>>9
I can write better than STL abstractions. Have you seen the C++ include files which implement STL templates and classes?

Name: Adblock detected 2016-09-30 13:24

We have detected that you are using adblock on your web browser. Please disable adblock to view this content.

Name: Anonymous 2016-09-30 13:29

>>9
Streams are amazing for formatted input/output operations.

Streams are fundamentally broken because they are stateful. The idea that say field width is a property of the stream and not of the field printing operation itself and so must be carefully reset back to the default state or whatever (with no built in RAII helpers even) is capital-R Retarded.

Name: Anonymous 2016-09-30 13:31

>>12
You're just a functional fanatic hating everything stateful.

Name: Anonymous 2016-09-30 21:33

GNU style

Name: Anonymous 2016-09-30 21:34

>>10
ALL TALK AND NO ACTION!

Name: Anonymous 2016-09-30 22:02

>>7-8
le georges-louis sage

Name: Anonymous 2016-09-30 22:44

I like Kikes

Name: delete meta 2016-10-01 4:50

I dont give a fuck i just do whatever the project im working on does

Name: Anonymous 2016-10-01 14:40

>>18
A herd animal, aren't you.

Name: Anonymous 2016-10-01 16:03

>>19
No, there's a saying that applies here: pick your battles.

Name: Anonymous 2016-10-01 17:32

>>20
What if you're alone on a project? Would you be able to make a decision for yourself?

Name: Anonymous 2016-10-01 19:32

>>21
Some people say there's no stupid questions, they're wrong.

Name: Anonymous 2016-10-01 20:26

>>22
So I've estimated your intelligence correctly.

Name: Anonymous 2016-10-01 21:23

>>23
I haven't asked any questions, so you have no basis to draw any conclusions on that criteria.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List