Re: First program in C - what is going on with function returns?
- From: ben.carbery@xxxxxxxxx
- Date: 30 Apr 2006 04:50:11 -0700
I think I did this since I couldn't figure out how to return a string.
"char speakdate(int d, int m, int y) {" works ok, but
"char[whatever] speakdate(int d, int m, int y) {" didn't.
Is there another syntax to use here?
.
- Follow-Ups:
- Re: First program in C - what is going on with function returns?
- From: Herbert Rosenau
- Re: First program in C - what is going on with function returns?
- References:
- First program in C - what is going on with function returns?
- From: ben . carbery
- Re: First program in C - what is going on with function returns?
- From: Bill Pursell
- First program in C - what is going on with function returns?
- Prev by Date: Re: discussing C evolution
- Next by Date: Re: Boost process and C
- Previous by thread: Re: First program in C - what is going on with function returns?
- Next by thread: Re: First program in C - what is going on with function returns?
- Index(es):
Relevant Pages
|