|
-
Dec 15th, 2003, 07:03 AM
#1
Thread Starter
Junior Member
Default function parameters in C (Resolved)
I am using the Keil uVision2 embedded C compiler and trying to figure out why i can't use default parameters in my function definitions. Is it just that C doesn't support this? Or is the syntax different from C++?
Last edited by AndyMitchell; Dec 15th, 2003 at 09:50 AM.
-
Dec 15th, 2003, 08:38 AM
#2
It's just that C doesn't support default parameters or overloaded functions.
Not sure about C99 though.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Dec 16th, 2003, 05:53 AM
#3
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|