Click here to Skip to main content
15,904,415 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CAsynSocket CWinthread Question Pin
sashoalm9-Aug-09 23:01
sashoalm9-Aug-09 23:01 
GeneralRe: CAsynSocket CWinthread Question Pin
ForNow10-Aug-09 2:50
ForNow10-Aug-09 2:50 
GeneralRe: CAsynSocket CWinthread Question Pin
sashoalm10-Aug-09 4:31
sashoalm10-Aug-09 4:31 
GeneralRe: CAsynSocket CWinthread Question Pin
ForNow10-Aug-09 12:34
ForNow10-Aug-09 12:34 
Questionpointer Pin
kumarashoka6-Aug-09 2:31
kumarashoka6-Aug-09 2:31 
AnswerRe: pointer Pin
CPallini6-Aug-09 2:35
mveCPallini6-Aug-09 2:35 
AnswerRe: pointer Pin
sam_psycho6-Aug-09 10:26
sam_psycho6-Aug-09 10:26 
AnswerRe: pointer Pin
David Crow6-Aug-09 10:36
David Crow6-Aug-09 10:36 
kumarashoka wrote:
a[2][2]={1,2,3,4,5}
{2,4,6,8,9}


To make this compilable, you'll need to make a larger and correct the syntax errors:

int a[2][5] =
{ 
    {1,2,3,4,5},
    {2,4,6,8,9}
};


"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


Questionhow to disconnect from internet? Pin
Joseph Marzbani6-Aug-09 2:11
Joseph Marzbani6-Aug-09 2:11 
AnswerRe: how to disconnect from internet? [modified] Pin
Adam Roderick J6-Aug-09 17:58
Adam Roderick J6-Aug-09 17:58 
QuestionPrint Preview on Main frame in MDI Application Pin
Harsh Shankar6-Aug-09 2:01
Harsh Shankar6-Aug-09 2:01 
AnswerRe: Print Preview on Main frame in MDI Application Pin
sashoalm6-Aug-09 22:19
sashoalm6-Aug-09 22:19 
GeneralRe: Print Preview on Main frame in MDI Application Pin
Harsh Shankar6-Aug-09 22:42
Harsh Shankar6-Aug-09 22:42 
GeneralRe: Print Preview on Main frame in MDI Application Pin
sashoalm6-Aug-09 23:08
sashoalm6-Aug-09 23:08 
GeneralRe: Print Preview on Main frame in MDI Application Pin
Harsh Shankar6-Aug-09 23:26
Harsh Shankar6-Aug-09 23:26 
GeneralRe: Print Preview on Main frame in MDI Application Pin
sashoalm7-Aug-09 0:17
sashoalm7-Aug-09 0:17 
GeneralRe: Print Preview on Main frame in MDI Application Pin
Harsh Shankar7-Aug-09 0:47
Harsh Shankar7-Aug-09 0:47 
GeneralRe: Print Preview on Main frame in MDI Application Pin
sashoalm7-Aug-09 1:57
sashoalm7-Aug-09 1:57 
GeneralRe: Print Preview on Main frame in MDI Application Pin
Harsh Shankar7-Aug-09 3:26
Harsh Shankar7-Aug-09 3:26 
GeneralRe: Print Preview on Main frame in MDI Application Pin
sashoalm7-Aug-09 4:29
sashoalm7-Aug-09 4:29 
GeneralRe: Print Preview on Main frame in MDI Application Pin
sashoalm7-Aug-09 4:36
sashoalm7-Aug-09 4:36 
QuestionCrypto API Chain of Trust Pin
William Engberts6-Aug-09 1:41
William Engberts6-Aug-09 1:41 
QuestionRead MySQL Table Pin
rdop6-Aug-09 1:00
rdop6-Aug-09 1:00 
AnswerRe: Read MySQL Table Pin
CPallini6-Aug-09 1:57
mveCPallini6-Aug-09 1:57 
GeneralRe: Read MySQL Table Pin
rdop6-Aug-09 2:44
rdop6-Aug-09 2: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.