Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| From | glen herrmannsfeldt <gah@ugcs.caltech.edu> |
|---|---|
| Newsgroups | comp.lang.c |
| Subject | Re: memset |
| Date | 2014-04-15 02:11 +0000 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <lii4hf$7nl$1@speranza.aioe.org> (permalink) |
| References | <lihum0$4k0$1@dont-email.me> <lihv4p$6qa$1@dont-email.me> |
Bill Cunningham <nospam@nspam.invalid> wrote: > Hum. Is this pass by reference? I want C not C++. C is pass by value (or call by value). If you want a function call to be able to change something, you pass a pointer to the something. But also you often (usually) pass a pointer when you are passing an array or structure. Before ANSI C, you couldn't pass structures directly, only through pointers. ANSI allows it, but it isn't used all that often. -- glen
Back to comp.lang.c | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-14 20:32 -0400
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-14 20:40 -0400
Re: memset glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2014-04-15 02:11 +0000
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-14 22:22 -0400
Re: memset Ben Bacarisse <ben.usenet@bsb.me.uk> - 2014-04-15 21:07 +0100
Re: memset Barry Schwarz <schwarzb@dqel.com> - 2014-04-14 21:48 -0700
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-15 09:28 -0400
Re: memset David Brown <david.brown@hesbynett.no> - 2014-04-15 16:07 +0200
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-15 21:03 -0400
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-15 21:06 -0400
Re: memset glen herrmannsfeldt <gah@ugcs.caltech.edu> - 2014-04-16 01:25 +0000
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-15 21:36 -0400
Re: memset Michael Angelo Ravera <maravera@prodigy.net> - 2014-04-18 13:50 -0700
Re: memset Kaz Kylheku <kaz@kylheku.com> - 2014-04-18 21:04 +0000
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-20 09:16 -0400
Re: memset Richard <rgrdev_@gmail.com> - 2014-04-20 14:35 +0100
Re: memset Kaz Kylheku <kaz@kylheku.com> - 2014-04-20 14:10 +0000
Re: memset gazelle@shell.xmission.com (Kenny McCormack) - 2014-04-21 05:17 +0000
Re: memset gazelle@shell.xmission.com (Kenny McCormack) - 2014-04-20 15:11 +0000
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-22 14:20 -0400
Re: memset "Osmium" <r124c4u102@comcast.net> - 2014-04-22 14:22 -0500
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-22 17:33 -0400
Re: memset Jorgen Grahn <grahn+nntp@snipabacken.se> - 2014-04-25 12:12 +0000
Re: memset Michael Angelo Ravera <maravera@prodigy.net> - 2014-04-22 15:23 -0700
Re: memset James Kuyper <jameskuyper@verizon.net> - 2014-04-23 11:39 -0400
Re: memset "Bill Cunningham" <nospam@nspam.invalid> - 2014-04-24 21:19 -0400
csiph-web