I have difficulties to implement variable length argument to my C function.
kvprajapati 1,826 Posting Genius Team Colleague
Recommended Answers
Jump to PostAre you saying you want a function such as:
function ( /* arg1, arg2, arg3, ... , argN */)
Jump to PostIf you mean variable argument list, read this:
http://www.codeproject.com/KB/cpp/argfunctions.aspx?fid=15556&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=1066108
All 5 Replies
jephthah 1,888 Posting Maven

iamthwee
ArkM 1,090 Postaholic
kvprajapati 1,826 Posting Genius Team Colleague
kvprajapati 1,826 Posting Genius Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.