Showing only posts in misc. Show all posts.

Standard and User-Defined Conversions

~ 3 minute read.

I just came across a sur­pris­ing bug in my code which I did not ex­pect to cause any prob­lem at all. The sim­pli­fied code goes like this:

void foo(const std::string& str) { printf("string!"); }

          void foo(const bool b) { printf("bool!"); }

          // ...

          foo("0 …

I Fixed My Autocomplete

< 2 minute read.

I have been us­ing vim for over two years now. Orig­i­nal­ly start­ed with vrap­per, which helped a lot: when I need­ed my orig­i­nal pro­duc­tiv­i­ty, I was able to go back by switch­ing off vim-mode in Eclipse …

Do you Demonize People?

~ 8 Minute Read.

Do you ev­er de­mo­nize peo­ple around you? At­tach­ing bad at­tributes to peo­ple be­cause they are be­hav­ing in a way that you don’t like? Let me show you ex­am­ples that may help you re …

UE4: Deprecating Symbols

~ 3 Minute Read.

I find my­self googling for how to dep­re­cate UENUM, USTRUCT, UCLASS, UPROPERTY, UFUNCTION in Un­re­al En­gine 4 ev­ery now and then. With this blog post I hope to pro­vide a ref­er­ence for how to do this for …

« newer articles | page 5 | older articles »