Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It is almost like as if I would look into a mirror lol.
I love that guy or girl for that. -
7Raiden8786y@RAPTURED you mean the classical C? I thought that encapsulation was a principle of OOP rather than imperative languages! And I've only seen internal in C#!
Do you have some links where I can look it up? -
7Raiden8786y@RAPTURED That's a link for the inlining, which I'm very well aware of :)
But accessor modifiers? In an imperative language? And in C? Never heard of that, are you really sure that's C? I'm pretty sure that won't compile with gcc -
That's C# and if I'm not mistaken that's Xamarin
cuz in Objective-C code would be something like:
CGPoint* Position = [AXLibGetWindowPosition init]..etc.
and if it was Swift:
var Position = ...etc. -
@7Raiden @RAPTURED @gitpush it's Objective-C++ (.mm file extension targeting the C++ compilation unit of the Objective-C compiler) with a makro at the beginning defining static as internal (#define internal static)
src: https://github.com/koekeishiya/... -
I remember when it came out that someoone used "FUCKAPPLE" in whatsapps source Code
found this gem in an open source project on github lately
rant
fucking macos