Skip to main content
Copy edited (e.g. ref. <http://en.wikipedia.org/wiki/Emacs>). Added some context. Applied some formatting.
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

You forgot the most important part:

member-access with pointers uses ->
->
member-access with references uses ..

foo.bar is clearly superior to foo->bar in the same way that vivi is clearly superior to emacsEmacs :-)

You forgot the most important part

member-access with pointers uses ->
member-access with references uses .

foo.bar is clearly superior to foo->bar in the same way that vi is clearly superior to emacs :-)

You forgot the most important part:

member-access with pointers uses ->
member-access with references uses .

foo.bar is clearly superior to foo->bar in the same way that vi is clearly superior to Emacs :-)

Rollback to Revision 1
Source Link
Orion Edwards
  • 124.7k
  • 67
  • 248
  • 341

You forgot the most important part

member-access with pointers uses ->
member-access with references uses .

foo.bar is clearly superior to foo->bar. in the same way that vi is clearly superior to emacs :-)

You forgot the most important part

member-access with pointers uses ->
member-access with references uses .

foo.bar is clearly superior to foo->bar.

You forgot the most important part

member-access with pointers uses ->
member-access with references uses .

foo.bar is clearly superior to foo->bar in the same way that vi is clearly superior to emacs :-)

deleted 60 characters in body
Source Link
Cole Tobin
  • 9.4k
  • 15
  • 52
  • 77

You forgot the most important part

member-access with pointers uses ->
member-access with references uses .

foo.bar is clearly superior to foo->bar in the same way that vi is clearly superior to emacs :-).

You forgot the most important part

member-access with pointers uses ->
member-access with references uses .

foo.bar is clearly superior to foo->bar in the same way that vi is clearly superior to emacs :-)

You forgot the most important part

member-access with pointers uses ->
member-access with references uses .

foo.bar is clearly superior to foo->bar.

Source Link
Orion Edwards
  • 124.7k
  • 67
  • 248
  • 341
Loading