right so I'm new to creating windows applications as I have mostly used console up until this point. I'm confident with the ideas and understand OOP and have been using MSDN to create a simple window.
As you can see the characters used are not the same. Using MSDN I've found that the character set for LPCSTR is ANSI and I'm fairly sure VS uses Unicode so I'm not sure if that is the issue or not
If anyone can tell me why that would be great!