User profile: LB

User info
User name:LB
Email:LB@LB-Stuff.com
Location:Richardson, Texas, North America
Website:http://www.LB-Stuff.com/
Bio:Call me "LB", pronounced 'el bee'. No, not pound, that is "lb". Remember, C++ is case sensitive!
Statistical data
Birthdate:May 11, 1995
Gender:Male
Occupation:Programmer
Skills:C
PHP
C++
Assembly
Java
LISP
C#
Javascript
Python
Fusion 2.5 Developer
Scheme
MIPS
History
Joined:
Number of posts:13399
Latest posts:

Abusing the Preprocessor
I think libuv also uses macros to hide the private data members from people reading the headers (and...

__cplusplus macro and MS Visual C++
@FurryGuy their plan is to eventually make the [tt]/Zc:__cplusplus[/tt] switch be on by default, but...

How to RAIIfy this common pattern?
I feel like you could use pointers to members to do away with all the macro stuff, right?

rewriting code
I don't really rewrite so much as refactor - most of the code is fine but the organization is lackin...

__cplusplus macro and MS Visual C++
And after a couple weeks, it's fixed! https://blogs.msdn.microsoft.com/vcblog/2018/04/09/msvc-now-co...