Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Trap Windows Messages Pin
Laxman Auti12-Jun-06 21:06
Laxman Auti12-Jun-06 21:06 
AnswerRe: Trap Windows Messages Pin
Ganesh_T12-Jun-06 22:19
Ganesh_T12-Jun-06 22:19 
AnswerRe: Trap Windows Messages Pin
ThatsAlok13-Jun-06 1:13
ThatsAlok13-Jun-06 1:13 
AnswerRe: Trap Windows Messages Pin
Hamid_RT13-Jun-06 1:57
Hamid_RT13-Jun-06 1:57 
QuestionOh! No , its .Net Pin
gagan_84212-Jun-06 20:34
gagan_84212-Jun-06 20:34 
AnswerRe: Oh! No , its .Net Pin
Sarath C12-Jun-06 20:43
Sarath C12-Jun-06 20:43 
AnswerRe: Oh! No , its .Net [modified] Pin
_AnsHUMAN_ 12-Jun-06 20:48
_AnsHUMAN_ 12-Jun-06 20:48 
GeneralRe: Oh! No , its .Net Pin
gagan_84212-Jun-06 21:03
gagan_84212-Jun-06 21:03 
Thank you! but I am unaware of the programming pattern in VC++.Net or else is it the same as in VC++
//Taking simple interger addition function as an example

#include....
void main(void)
{
int i=10,j=20,k;
k=add(i,j);
Console::WriteLine (k.ToString());
}

int add(int a, int b)
{
return (a+b);
}

Please also tell me that to which header file does this ToString() function belong?
Thanks Once again

Gagan..
GeneralRe: Oh! No , its .Net Pin
Sarath C12-Jun-06 22:04
Sarath C12-Jun-06 22:04 
GeneralRe: Oh! No , its .Net Pin
_AnsHUMAN_ 12-Jun-06 22:19
_AnsHUMAN_ 12-Jun-06 22:19 
Questionhelp Pin
ABRHA12-Jun-06 20:29
ABRHA12-Jun-06 20:29 
AnswerRe: help Pin
khan++12-Jun-06 20:46
khan++12-Jun-06 20:46 
QuestionHow to replace the occurences of a macro with the new one? Pin
Ritesh S.12-Jun-06 20:19
Ritesh S.12-Jun-06 20:19 
AnswerRe: How to replace the occurences of a macro with the new one? Pin
Laxman Auti12-Jun-06 20:29
Laxman Auti12-Jun-06 20:29 
AnswerRe: How to replace the occurences of a macro with the new one? Pin
gagan_84212-Jun-06 20:51
gagan_84212-Jun-06 20:51 
AnswerRe: How to replace the occurences of a macro with the new one? Pin
Viorel.12-Jun-06 20:59
Viorel.12-Jun-06 20:59 
Questionquestion on dialog box Pin
Kiran Pinjala12-Jun-06 20:00
Kiran Pinjala12-Jun-06 20:00 
AnswerRe: question on dialog box [modified] Pin
Laxman Auti12-Jun-06 20:11
Laxman Auti12-Jun-06 20:11 
AnswerRe: question on dialog box Pin
_AnsHUMAN_ 12-Jun-06 20:11
_AnsHUMAN_ 12-Jun-06 20:11 
AnswerRe: question on dialog box Pin
khan++12-Jun-06 20:15
khan++12-Jun-06 20:15 
AnswerRe: question on dialog box Pin
Ganesh_T12-Jun-06 20:25
Ganesh_T12-Jun-06 20:25 
AnswerRe: question on dialog box Pin
Sarath C12-Jun-06 20:39
Sarath C12-Jun-06 20:39 
QuestionProblem in getting the active view Document pointer Pin
narayanagvs12-Jun-06 19:55
narayanagvs12-Jun-06 19:55 
QuestionHow to embed external document? Pin
Super Lloyd12-Jun-06 19:55
Super Lloyd12-Jun-06 19:55 
Questionhow we can move the bitmap when the mouse dragged Pin
happy_ram12-Jun-06 19:44
happy_ram12-Jun-06 19:44 

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.