Any downsides using '?' instead of L'?' with wchar_t?

The only downside is that your program might fail on stone-age systems using EBCDIC. On any real world system worth consideration char and wchar_t values for the portable character set are all ASCII, and on increasingly many (but not all) wchar_t is a Unicode codepoint number.

They have the wrong datatype and encoding, so that's a bad idea. The compiler will silently widen character literals (for strings you'd get a type mismatch compile error), using the standard integral conversions (such as sign-extension). But the value might not match.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions


Thank You!
send