#20230524cpp — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #20230524cpp, aggregated by home.social.
-
@mattiem (Cont'd)
That's all there is.
C++ extends this by adding operations on custom data structures (object methods) to make the type system more extensible.[#20230524cpp][]
[#20230524cpp]: "Al Stevens Interviews Alex Stepanov", in: _Dr. Dobb's Journal_, March 1995, <https://www.boost.org/sgi/stl/drdobbs-interview.html>
-
@mattiem (Cont'd)
That's all there is.
C++ extends this by adding operations on custom data structures (object methods) to make the type system more extensible.[#20230524cpp][]
[#20230524cpp]: "Al Stevens Interviews Alex Stepanov", in: _Dr. Dobb's Journal_, March 1995, <https://www.boost.org/sgi/stl/drdobbs-interview.html>
-
# 202305241824 Machine model of C is memory and pointers
#clang #machine-code #pointer #memory #machine-modelC's "machine model" is easy to understand because:
> The machine model of C is very simple. You have the memory where things reside. You have pointers to the consecutive elements of the memory.[#20230524cpp][]
1/2
-
# 202305241824 Machine model of C is memory and pointers
#clang #machine-code #pointer #memory #machine-modelC's "machine model" is easy to understand because:
> The machine model of C is very simple. You have the memory where things reside. You have pointers to the consecutive elements of the memory.[#20230524cpp][]
1/2