I get this while trying to compile my C++ program
error: stray ‘\342’ in program
���func("a","b",3,0);
^
But when I paste from Atom (the text editor I use) I get this
func("a","b",3,0);
I need to add that I pasted this from WhatsApp web and there are 40 lines like this that would take way too long to rewrite. I would like to know what and where the bad character is.
More code:
func("a","b",3,0);
func("c","d",1,3);