pointers - How do I store hex values in char* variables in c -


i have following variables

char *key;

char*text;

i want store hex value 0xaaaaaaaaaaaaaa in key , want store hex value 0xdddddddddddddddddddddddddddddddddddddddddddddddd in text. correct way of doing this?


Comments

Popular posts from this blog

matlab - error with cyclic autocorrelation function -

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

c# - What is a good .Net RefEdit control to use with ExcelDna? -