Content deleted Content added
m →Python: wording |
m →C++: wording |
||
Line 4:
== Implementations ==
=== C++ ===
In C++ one can emulate indexing by overloading the {{c++|[]}} operator.
<syntaxhighlight lang="c++">
struct vector{
|
m →Python: wording |
m →C++: wording |
||
Line 4:
== Implementations ==
=== C++ ===
In C++ one can emulate indexing by overloading the {{c++|[]}} operator.
<syntaxhighlight lang="c++">
struct vector{
|