This code is not compilable:
LPSTR a1 = "a1"; LPSTR lpResult = a1 + "a2";
How can I get a long pointer lpResult to the "a1a2" string?
No comments:
Post a Comment