Print Smiling Face on Screen in C++. To print smiling face on the screen in C++ programming, first you have to ask from the user that how many smiling face he/she want to print on the output screen to print required number of smiling face on the screen.. So to print smiling face on the screen, use the ASCII value of smiling face, which is 1, first make a variable say sml of int type and ...