HBITMAP to .net Bitmap through PInvoke 0 down vote favorite i am trying to use unmanaged code from managed code i would like to p...
i need a good book or resource to understand pointers please hi can you help me to find a good book or a resources that describe pointers well
c string question [quote]Line 8 is wrong... you need to make a char array instead. [/quote] thank you but can you te...
c string question [code] #include "stdafx.h" #include "iostream"; using namespace std; void swap (char * , int n)...
c string question i have a question that confusing me alot we know in c++ to declare an pointer-based string we use ...