0
Need help pleaseš
What code to use for superscript and subscript in c++ Iike this C1e^(x) 1 should be a subscript and x should be a superscript https://code.sololearn.com/cUeXf9oZ02Jy/?ref=app
4 Answers
0
There is no usage of superscript, or subscript in c++.
But ^ is bitwise exclusive opearator...
See this:
https://www.sololearn.com/learn/4074/?ref=app
Edit:
Why included others, not related code..? Can you remove it..?..
0
Thank you for the answerš¤
it is a part of the code on my project and i just really cannot find what code to use for the output to be a superscript and subscript
0
Awtš¤¦š¬ sorry I don't know how that code was included on my post .
(I cannot find where to click to remove it)
0
If you mean, to display output as superscript or subscript, the ascii charecters can help you..,
See these link:
https://stackoverflow.com/questions/4038377/superscript-in-c-console-output
https://www.sololearn.com/Discuss/794515/how-can-you-output-something-as-a-superscript-and-subscript-in-c
Edit: (about delete link)
By edit option, you can select link, and press back button.. It just like clear text there...