RIP clang/c2: https://blogs.msdn.microsoft.com/...tures-in-vs-2017-3#comment-333176
We are unlik…
As a Linux user I don’t mind paying for beautiful products :)
Hi there,
A smallish announcement:
I'm going to change Milton's license to GPL, with the possib…
Updated results, much appreciated :)
#1 with grouping if I want certain arguments to go together
only when the function call makes the…
I usually use 3 or 4 depending on whether or not there is an obvious grouping of arguments.
Line 114-116:
1
2
3 WaveFormat.nAvgBytesPerSec = WaveFormat.nSamplesPerSec*WaveFormat.nBlockAli…
nakst —
@Pseudonym
Well, I'm glad to here you're still working on it!
nakst —
@Todd
For right now, I'm not actually really looking for assistance, as the project is too much i…
I've wrapped the post in a code block (and removed the duplicate thread).
Ok, then I'm out of ideas :)
At this point loading shaders at runtime or doing meta-programming …
It's not dead, but the more the merrier.
FYI, I used GRUB for the bootloader, because I've writt…
1) please use [code] bbtags when you are posting large amount of code. Or put it in gist.github.c…
Thanks Ben :) One more tally for number 1!
(I also moved the results up to the first post)
I use #1. Any function call with so many arguments I need to break it usually deserves line comme…
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
…
[EDIT] Moving the results (and updating them) to the first post[/EDIT]
Thank you so much everyon…
Todd —
What type of "assistance" are you looking for? Just curious because I like OS stuff and I'll have…
Yep the current support for other languages is very experimental and Rust was the test case that …
Benno —
oh, and by linux i mean debian 'stretch'
Benno —
Hi,
just wanted to report that when i open a rust file (.rs),
and enter # + any alphabetic chara…
But at that point wouldn't it be simpler to use shader files and load them at run time ?
Edit: T…
I use 4coder line wrapping so it's displayed as 4 but the file doesn't get any new lines.
When I …
Neo Ar —
I tend to do #1 or #3 and usually only if it is over 80 chars as a single line
Neo Ar —
I think what Telash is proposing essentially does specify the upper-bound. A "v7" on modern platf…
Raytio —
Good write up. Thanks for laying this info out. I hope we can get things like archived someday …
I usually do #1 when there are lots of arguments or when I want to comment on one or more of the …
I use combination of 4 and 5. I don't align arguments much, but I group them depending on what th…