How to change an ASCII code to a picture in MFC?If I get an ASCII code like 65, and I want to get a pointer that points to a bmp which can be showed...
sth about excutable string?Got it . Thank u so much~
sth about excutable string?#include <stdio.h> int main(int a) { char* x = "bB_Z#^B_Z#h1AI.BMB5#VB2>2:B>>=6#RB@1.>>L12#NB6N:...
where can i find the source code?I wanna compare my code with the source code in STL.... But I cannot find it.. Does anybody know w...
some questions about reference and arrayQ1: EG: int array[size]; Can I use: int &reference = array; and then sth = refe...