using "new"Thanks for reply,
using "new"Hi, I have a question regarding dynamic memory allocation using "new". [code]MyDataType* obj; ob...
How to access 16 bitsThanks, This solved the problem. [code]unsigned int* ptr =(unsigned int *)*(arr16_bit + 5); ...
How to access 16 bitsThanks for reply, [code]typedef unsigned int UINT; typedef UINT* ID_PTR; unsigned short int...
How to access 16 bitsHi, I have problem putting a value to 16 bits variable. Here is, how I am doing it. [code]typedef...
This user does not accept Private Messages