cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
C function overloading
C function overloading
Nov 16, 2010 at 11:34pm UTC
Molson
(4)
Hi,
is there a way to overload a function in C.
Like this:
void func();
void func(int i);
Thanks!!
Molson
Nov 16, 2010 at 11:35pm UTC
Disch
(13742)
No. C does not allow function overloading.
You can do that in C++ though.
Topic archived. No new replies allowed.