0
How to cout "Something" if that something is an expression?
I want to cout x*10^a, but program starting to calculate it.How do i program NOT to calculate that expression?
1 Answer
+ 3
Silly young me :) simply by making a "*10^". Reading codes made by other people can really help sometimes ;)