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

C / C++ / MFC

 
QuestionRe: How to know when Dialog is open [modified] Pin
sschilachi8-Jun-06 23:14
sschilachi8-Jun-06 23:14 
AnswerRe: How to know when Dialog is open [modified] Pin
Roger Stoltz9-Jun-06 2:05
Roger Stoltz9-Jun-06 2:05 
QuestionRe: How to know when Dialog is open Pin
sschilachi9-Jun-06 14:00
sschilachi9-Jun-06 14:00 
AnswerRe: How to know when Dialog is open Pin
valikac8-Jun-06 11:02
valikac8-Jun-06 11:02 
QuestionRe: How to know when Dialog is open [modified] Pin
sschilachi8-Jun-06 11:20
sschilachi8-Jun-06 11:20 
AnswerRe: How to know when Dialog is open [modified] Pin
valikac8-Jun-06 11:35
valikac8-Jun-06 11:35 
AnswerRe: How to know when Dialog is open Pin
ThatsAlok8-Jun-06 19:36
ThatsAlok8-Jun-06 19:36 
Question2D array Pin
ramamaru8-Jun-06 9:54
ramamaru8-Jun-06 9:54 
I don't think my query(on C) is directly related to this board..however i post it here cos of urgency...

I wrote:

--------------------------
#include<stdio.h>
void fun(int** x)
{
printf("%d",**x);
}

int main(void)
{
int a[2][2]={1,2,3,4};
fun(a);
return 0;
}
--------------------------

to get '0' as output and not '1',i.e.the 1st element in the array.

I ran this on TC 2.01.

Help me if this is buggy.

Thanx!
QuestionRe: 2D array Pin
David Crow8-Jun-06 10:25
David Crow8-Jun-06 10:25 
AnswerRe: 2D array Pin
Velmont8-Jun-06 14:26
Velmont8-Jun-06 14:26 
AnswerRe: 2D array Pin
ThatsAlok8-Jun-06 19:38
ThatsAlok8-Jun-06 19:38 
GeneralRe: 2D array Pin
ramamaru9-Jun-06 4:02
ramamaru9-Jun-06 4:02 
GeneralRe: 2D array Pin
Sebastian Pipping10-Jun-06 18:10
Sebastian Pipping10-Jun-06 18:10 
Questionm_pCtrlSite Pin
hmklakmal8-Jun-06 9:09
hmklakmal8-Jun-06 9:09 
AnswerRe: m_pCtrlSite Pin
David Crow8-Jun-06 9:40
David Crow8-Jun-06 9:40 
AnswerRe: m_pCtrlSite Pin
ThatsAlok8-Jun-06 19:39
ThatsAlok8-Jun-06 19:39 
GeneralRe: m_pCtrlSite [modified] Pin
hmklakmal9-Jun-06 11:49
hmklakmal9-Jun-06 11:49 
QuestionWin32 and HTML Pin
adiilah8-Jun-06 7:38
adiilah8-Jun-06 7:38 
AnswerRe: Win32 and HTML Pin
Chris Meech8-Jun-06 7:46
Chris Meech8-Jun-06 7:46 
QuestionRe: Win32 and HTML Pin
David Crow8-Jun-06 8:06
David Crow8-Jun-06 8:06 
AnswerRe: Win32 and HTML Pin
Steve Echols8-Jun-06 16:44
Steve Echols8-Jun-06 16:44 
AnswerRe: Win32 and HTML Pin
ThatsAlok8-Jun-06 19:39
ThatsAlok8-Jun-06 19:39 
QuestionGetThreadId Pin
messages8-Jun-06 7:36
messages8-Jun-06 7:36 
AnswerRe: GetThreadId Pin
Chris Meech8-Jun-06 7:52
Chris Meech8-Jun-06 7:52 
GeneralRe: GetThreadId Pin
messages8-Jun-06 7:56
messages8-Jun-06 7: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.