A question on variable defination
- From: "sunnylele" <sjsongjing@xxxxxxxxx>
- Date: 31 Mar 2006 10:11:54 -0800
Hi, all,
a question on the following defination:
an external function is defined as:
nmriopen(char *const filename, const int np1, const float step1,
const int np2, const float step2)
what's the difference if it is defined as:
nmriopen(char filename, int np1, float step1,
int np2, float step2)
and what if use "int *const np1" instead of "const int np1"?
Thanks!
Jing
.
- Follow-Ups:
- Re: A question on variable defination
- From: Eric Sosman
- Re: A question on variable defination
- From: pete
- Re: A question on variable defination
- Prev by Date: Re: need help with COM in C
- Next by Date: Re: Some doubts on variable-length array
- Previous by thread: Significance of trigraph in C preprocessor
- Next by thread: Re: A question on variable defination
- Index(es):
Relevant Pages
|