+ 3
How to get smilie in c++ without using headerfile
16 Antworten
+ 4
Well if you don't mind the guy being a bit old fashioned or a stick figure or lying down when he smiles at you, you can always try this:
https://code.sololearn.com/c16AY1jPsV0Q/?ref=app
+ 4
~ swim ~ great solution.
+ 3
How do i get that smile in pc
+ 3
My pc is a bit older which has windows 7 in it how can i?
+ 3
R Vijay Anand just use the cout function to print smile.
cout<<"🙂"<<end;
+ 2
Smilie in the sense i meant "emojis"
+ 2
Dude. Even if your computer is windows 7, it should still support unicode standards.
+ 2
R Vijay Anand it doesn't matter what pc your are using. What matters is software you are using.
+ 2
I am using dev c++
+ 2
As ~ swim ~ already mentioned
Try this... #include <iostream>
using namespace std;
int main() {
cout << "😁" << '\n';
return 0;
}
+ 2
But i dont have that smile icon in my keyboard
+ 2
And use WIN + ; (semi-colon) key to have a list of emmojis
+ 2
Thank you everyone my problem is solved
+ 2
I was writing it but by mistake i pressed enter key
+ 2
You are welcome R Vijay Anand ~ swim ~ 🗿
+ 1
😅