Post AUFJ71o3FSnfVyYOjg by [email protected] | |
More posts by [email protected] | |
Post #AUDOqblaVTWTWt2FCy by [email protected] | |
0 likes, 1 repeats | |
every time a programmer is like "I'll be clever!" someone should … | |
Post #AUDRQUGq3O3cc9tA36 by [email protected] | |
0 likes, 0 repeats | |
why list the filenames in our archive as a list of strings?couldn't we save… | |
Post #AUDRQWyVzyBP0CL4PA by [email protected] | |
0 likes, 0 repeats | |
yes you could!but also consider that your datafile is a total of 38 megabytes o… | |
Post #AUDcF40kRcuzTy7NAG by [email protected] | |
0 likes, 0 repeats | |
@foone Also makes it easy to implement autocomplete on the file names. | |
Post #AUDcF450BoJxhA6lnM by [email protected] | |
0 likes, 0 repeats | |
@mjfgates not exactly the most useful function on a bunch of filenames statical… | |
Post #AUDfr7cHmtjZWzVzjE by [email protected] | |
0 likes, 0 repeats | |
I think they're doing something annoyingly sneaky against the C++ type syst… | |
Post #AUDfrAUx4ceMT76gDI by [email protected] | |
0 likes, 0 repeats | |
but every time I see it called, the final argument is NULL | |
Post #AUDfrBHWA3UwtjpSue by [email protected] | |
0 likes, 0 repeats | |
I think they're casting that NULL to a specific type so that they get the r… | |
Post #AUDfrC45FULXKMYFc0 by [email protected] | |
0 likes, 0 repeats | |
I'm not 100% sure this will work in C++ but it's what I suspect these f… | |
Post #AUDjttUPATmOOzPF32 by [email protected] | |
0 likes, 0 repeats | |
@foone based on what i know of the c++ spec, this seems like it would work fine… | |
Post #AUDkUaGva3lRVzb6OG by [email protected] | |
0 likes, 0 repeats | |
I'm disappointed to announce that despite having references to both keyboar… | |
Post #AUEPBqrFmpv7Zdm6bY by [email protected] | |
0 likes, 0 repeats | |
@foone Have you heard of how C++ distinguishes overloads of prefix vs postfix i… | |
Post #AUEPBqvrVhbfnvvmmu by [email protected] | |
0 likes, 0 repeats | |
@noop_noob yes and I have spent a lot of time trying to forget it | |
Post #AUFHI7atrz0Ek6Z3OS by [email protected] | |
0 likes, 0 repeats | |
@foone I often back up my work during meetings with “this might be stupid, bu… | |
Post #AUFHI9lbn8kzTtadMW by [email protected] | |
0 likes, 0 repeats | |
@carbontwelve @foone Also, premature optimisation stops the compilor doing its … | |
Post #AUFHI9qDW0RXiBkJXs by [email protected] | |
0 likes, 0 repeats | |
@fallen_angela @carbontwelve fortunately I don't have to worry about that h… | |
Post #AUFI170Av1OZw8q7V2 by [email protected] | |
0 likes, 0 repeats | |
@typingloudly no, I'm just reverse engineering some software that had one t… | |
Post #AUFJ71o3FSnfVyYOjg by [email protected] | |
0 likes, 0 repeats | |
@foone probably there are templates happening. Maybe as tags. | |
Post #AUFJ71sIzeCdjAXnMm by [email protected] | |
0 likes, 0 repeats | |
@phenidone nah, I have enough symbols to tell when templates are used, and this… | |
Post #AUFKKKkcDxI1zNr56G by [email protected] | |
0 likes, 0 repeats | |
@foone Are the variants usefully different, or is it just a pointless vestige? … | |
Post #AUFKKKpZvVGAEmB2ps by [email protected] | |
0 likes, 0 repeats | |
@nikodemus they're mostly the same and could be almost templates, but no, s… |