cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
printf format - frontslash
printf format - frontslash
Jun 26, 2012 at 9:27pm UTC
Skyboarder
(45)
Hi,
I would like to print out a frontslash (
/
) in a printf.
Is there a special code for that?
My google search didn't help me much...
Thank you
Sky
Jun 26, 2012 at 9:29pm UTC
vlad from moscow
(6539)
And what is the problem?
std::printf( "%c\n", '/' );
Jun 26, 2012 at 9:39pm UTC
Skyboarder
(45)
With you, no problem anymore!!
Thanks a lot
Topic archived. No new replies allowed.