Hi function with variable arguments
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hi I just came across a function like void (int a, int b,...) { //code } I assumed it as variable argument..But am I correct? If yes, how does it work exactly?...
----------------------------- I am a beginner
What about documentation [^], [^]? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Hi I just came across a function like void (int a, int b,...) { //code } I assumed it as variable argument..But am I correct? If yes, how does it work exactly?...
----------------------------- I am a beginner