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
-
@Demolishun Tbf he asked for a clear definition. Can't get more clearly defined than by the spec, huh
-
@Aman15 Also fuck you for downvoting me. I would rain down on you with the might of zeus, but alas, I'm downvote banned. Damn you, spam bots!
-
@Demolishun i don't think i'll ever understand how (and WHY) that reverse indexing works.
-
@Midnight-shcode 5+3 == 3+5
if &a==5
a[3] == *(a+3) == *(3+a)
array's base address + offset == offset + array's base address
same shit, just from another angle -
@netikras thank you.
still seems weird syntactically, but at least i know how it works now.
C language
question
arry