Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
for (ctr=0; ctr <=15; ctr++)
{
 dout[ctr]=' ';
}
for (ctr=0; ctr <strlen(strData); ctr++)
{
  dout[ctr] = strData[ctr+1];
}

Provided dout and strData are character arrays (but if they are really character arrays, you probably don't need the above code Big Grin | :-D ).

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


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 
QuestionHow to handle notify message in both reflect way and normal way? Pin
followait3-Mar-08 20:54
followait3-Mar-08 20:54 
AnswerRe: How to handle notify message in both reflect way and normal way? Pin
Alexander M.,3-Mar-08 21:15
Alexander M.,3-Mar-08 21:15 

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.