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

C / C++ / MFC

 
AnswerRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
CPallini3-Mar-08 22:46
mveCPallini3-Mar-08 22:46 
AnswerRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
Cedric Moonen3-Mar-08 22:47
Cedric Moonen3-Mar-08 22:47 
AnswerRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
Rajkumar R3-Mar-08 22:51
Rajkumar R3-Mar-08 22:51 
GeneralRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
gentleguy4-Mar-08 13:51
gentleguy4-Mar-08 13:51 
GeneralRe: error C2440: '=' : cannot convert from 'unsigned int' to 'unsigned int *'? Pin
Rajkumar R4-Mar-08 17:00
Rajkumar R4-Mar-08 17:00 
Generalgetting installation path of currently running exe Pin
neha.agarwal273-Mar-08 22:34
neha.agarwal273-Mar-08 22:34 
GeneralRe: getting installation path of currently running exe Pin
CPallini3-Mar-08 22:39
mveCPallini3-Mar-08 22:39 
Questionhow to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
savitri3-Mar-08 22:02
savitri3-Mar-08 22:02 
hi everyone,
i am learning vc++.so i am getting some problems. please help me.
For ctr = 0 To 15
dout(ctr) = Asc(" ")
Next
For ctr = 0 To Len(strData) - 1
dout(ctr) = Asc(Mid(strData, ctr + 1, 1))
Next
this code is in VB but i am working in VC++ so i am not getting the equivalent functions please help me if anybody know. its my kind request.

thanku in advance.
savitri Sniff | :^)

savitri s p
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 22:09
professionalRajesh R Subramanian3-Mar-08 22:09 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
CPallini3-Mar-08 22:35
mveCPallini3-Mar-08 22:35 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 22:39
professionalRajesh R Subramanian3-Mar-08 22:39 
QuestionRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
CPallini3-Mar-08 22:41
mveCPallini3-Mar-08 22:41 
QuestionRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 22:48
professionalRajesh R Subramanian3-Mar-08 22:48 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
BadKarma3-Mar-08 23:01
BadKarma3-Mar-08 23:01 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 23:09
professionalRajesh R Subramanian3-Mar-08 23:09 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
CPallini3-Mar-08 23:04
mveCPallini3-Mar-08 23:04 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 23:08
professionalRajesh R Subramanian3-Mar-08 23:08 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
David Crow4-Mar-08 2:52
David Crow4-Mar-08 2:52 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian4-Mar-08 5:44
professionalRajesh R Subramanian4-Mar-08 5:44 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
markkuk3-Mar-08 23:12
markkuk3-Mar-08 23:12 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
Rajesh R Subramanian3-Mar-08 23:16
professionalRajesh R Subramanian3-Mar-08 23:16 
GeneralRe: how to use the symbols like & and % in VC++ and also how to find the middle value in VC++?? Pin
savitri7-Mar-08 23:54
savitri7-Mar-08 23:54 
QuestionHow to give a static link by using static text control in VC++ 6.0 or MFC ? Pin
anuragguptartm3-Mar-08 21:06
anuragguptartm3-Mar-08 21:06 
AnswerRe: How to give a static link by using static text control in VC++ 6.0 or MFC ? Pin
Hamid_RT3-Mar-08 21:11
Hamid_RT3-Mar-08 21:11 
AnswerRe: How to give a static link by using static text control in VC++ 6.0 or MFC ? Pin
David Crow4-Mar-08 2:56
David Crow4-Mar-08 2:56 

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.