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
Va list replacement values
Va list replacement values
Apr 20, 2011 at 6:48pm UTC
AGlass0fMilk
(10)
I haven't really found a definitive list of all of the Va_list replacement values (by which I mean "%d" and "%s" or whatever) and I would like to know what argument type corresponds with %(*). Thanks
Apr 20, 2011 at 7:50pm UTC
hamsterman
(4538)
http://www.cplusplus.com/reference/clibrary/cstdio/printf/
http://www.cplusplus.com/reference/clibrary/cstdio/scanf/
?
Though if you're writing C++ code, stick to cin and cout.
Last edited on
Apr 20, 2011 at 7:51pm UTC
Apr 20, 2011 at 7:58pm UTC
AGlass0fMilk
(10)
I was looking in the wrong place, thanks.
Topic archived. No new replies allowed.