printf format - frontslash

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
And what is the problem?

std::printf( "%c\n", '/' );
With you, no problem anymore!!
Thanks a lot
Topic archived. No new replies allowed.