Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unload Shell Extension Pin
Prakash Nadar2-Mar-04 4:05
Prakash Nadar2-Mar-04 4:05 
GeneralRe: Unload Shell Extension Pin
afj6662-Mar-04 12:26
afj6662-Mar-04 12:26 
GeneralDisable CListCtrl Pin
rrrado2-Mar-04 1:24
rrrado2-Mar-04 1:24 
GeneralRe: Disable CListCtrl Pin
valikac2-Mar-04 5:35
valikac2-Mar-04 5:35 
GeneralStupid include files Pin
LittleCodingFox2-Mar-04 1:23
LittleCodingFox2-Mar-04 1:23 
GeneralRe: Stupid include files Pin
Prakash Nadar2-Mar-04 1:39
Prakash Nadar2-Mar-04 1:39 
GeneralAnother cast problem Pin
Mazdak2-Mar-04 0:46
Mazdak2-Mar-04 0:46 
GeneralRe: Another cast problem Pin
Prakash Nadar2-Mar-04 0:51
Prakash Nadar2-Mar-04 0:51 
It will be helpfull with little bit of code that you are trying to convert.

char *pszString;
pszString = new char[20];

now pszString can store upto 19 bytes of string.
you can either access it as
pszstring,
if you want to access each char then
*(pszString+index)
or
pszString[index]

hope i answered ur question properly.
GeneralRe: Another cast problem Pin
Rickard Andersson202-Mar-04 1:22
Rickard Andersson202-Mar-04 1:22 
GeneralRe: Another cast problem Pin
Prakash Nadar2-Mar-04 1:28
Prakash Nadar2-Mar-04 1:28 
GeneralRe: Another cast problem Pin
David Crow2-Mar-04 7:43
David Crow2-Mar-04 7:43 
GeneralRe: Another cast problem Pin
Prakash Nadar2-Mar-04 13:16
Prakash Nadar2-Mar-04 13:16 
GeneralRe: Another cast problem Pin
David Crow3-Mar-04 2:23
David Crow3-Mar-04 2:23 
GeneralRe: Another cast problem Pin
Mazdak2-Mar-04 1:27
Mazdak2-Mar-04 1:27 
GeneralRe: Another cast problem Pin
Rickard Andersson202-Mar-04 1:32
Rickard Andersson202-Mar-04 1:32 
GeneralRe: Another cast problem Pin
Mazdak2-Mar-04 1:44
Mazdak2-Mar-04 1:44 
GeneralRe: Another cast problem Pin
Prakash Nadar2-Mar-04 1:34
Prakash Nadar2-Mar-04 1:34 
GeneralRe: Another cast problem Pin
Prakash Nadar2-Mar-04 1:36
Prakash Nadar2-Mar-04 1:36 
GeneralRe: Another cast problem Pin
Mazdak2-Mar-04 1:42
Mazdak2-Mar-04 1:42 
GeneralRe: Another cast problem Pin
Rickard Andersson202-Mar-04 1:15
Rickard Andersson202-Mar-04 1:15 
GeneralRe: Another cast problem Pin
Mazdak2-Mar-04 1:30
Mazdak2-Mar-04 1:30 
GeneralDisplaying an EMF file Pin
Pazzuzu1-Mar-04 23:41
Pazzuzu1-Mar-04 23:41 
QuestionInstallShield commands? Pin
Dov Sherman1-Mar-04 22:31
Dov Sherman1-Mar-04 22:31 
Generaldelete Pin
vikramlinux1-Mar-04 21:23
vikramlinux1-Mar-04 21:23 
GeneralRe: delete Pin
valikac2-Mar-04 5:36
valikac2-Mar-04 5:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.