Posts by Tworc • 13 points
1 post
-
1
votes2
answers457
viewsQ: How to omit certain arguments for which standard values were given in the function prototype parameters?
How to omit specific arguments of the function in C++ for which standard values were given in the function prototype parameters? E.g. how to omit the second argument (b = 4 by default), passing the…