Click here to Skip to main content
15,890,690 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Adding overrides to OnOK, OnInitDialog Pin
JudyL_MD31-Aug-07 2:20
JudyL_MD31-Aug-07 2:20 
QuestionHow to create a dialog box at Runtime with controls? Pin
vikramkarthik30-Aug-07 18:33
vikramkarthik30-Aug-07 18:33 
AnswerRe: How to create a dialog box at Runtime with controls? Pin
Nishad S30-Aug-07 18:49
Nishad S30-Aug-07 18:49 
QuestionHow to set the radio background transparent in dialog [modified] Pin
fanchat30-Aug-07 18:10
fanchat30-Aug-07 18:10 
QuestionWiFi scanner Pin
Archyami30-Aug-07 17:24
Archyami30-Aug-07 17:24 
QuestionSpin Control Problem Pin
alberthyc30-Aug-07 15:49
alberthyc30-Aug-07 15:49 
AnswerRe: Spin Control Problem Pin
Russell'30-Aug-07 22:08
Russell'30-Aug-07 22:08 
Questionbrothers and sisters,help me! Pin
youbo30-Aug-07 15:35
youbo30-Aug-07 15:35 
the quertion is that please cout a map like this
1 3 6
2 5 8
4 7 9
and my code is this:where is my wrong, and can you give me a full code ?

#include <iostream>
using namespace std;
void mm(int n,int aa[n]);
main()
{
cin>>n;
int sum=0 ;
int aa[n];
for(m=1;m<=n;m++)
{
sum=sum+n;

aa[m-1]=sum;
};

mm(n,aa[n]);
return 0;
};


void mm(int n,int aa[n])
{
int bb[n];
for(k=0;k<=n-1;k++)
{
if (k=n-1)
{
bb[n-1]=aa[n-1]+n-1;
cout<< aa[n-1]+n-1<
AnswerRe: brothers and sisters,help me! Pin
Russell'30-Aug-07 22:19
Russell'30-Aug-07 22:19 
QuestionFilling Dialog Box from .txt file Pin
dtagliente30-Aug-07 12:04
dtagliente30-Aug-07 12:04 
QuestionRe: Filling Dialog Box from .txt file Pin
Mark Salsbery30-Aug-07 12:23
Mark Salsbery30-Aug-07 12:23 
AnswerRe: Filling Dialog Box from .txt file Pin
Iain Clarke, Warrior Programmer30-Aug-07 12:26
Iain Clarke, Warrior Programmer30-Aug-07 12:26 
AnswerRe: Filling Dialog Box from .txt file Pin
Mark Salsbery30-Aug-07 12:56
Mark Salsbery30-Aug-07 12:56 
Questionclistcrtl OnUpdate() [modified] Pin
shiftwik30-Aug-07 10:31
shiftwik30-Aug-07 10:31 
AnswerRe: clistcrtl OnUpdate() Pin
David Crow30-Aug-07 10:38
David Crow30-Aug-07 10:38 
QuestionRe: clistcrtl OnUpdate() Pin
David Crow31-Aug-07 3:08
David Crow31-Aug-07 3:08 
Questionfailed to identify calling batch script Pin
Jack Rong30-Aug-07 9:22
Jack Rong30-Aug-07 9:22 
QuestionAssigning port number to TDI server code Pin
barun_iit30-Aug-07 8:50
barun_iit30-Aug-07 8:50 
QuestionMFC Displaying Text Pin
barbarini30-Aug-07 6:15
barbarini30-Aug-07 6:15 
AnswerRe: MFC Displaying Text Pin
hxhl9530-Aug-07 6:22
hxhl9530-Aug-07 6:22 
GeneralRe: MFC Displaying Text Pin
barbarini30-Aug-07 6:25
barbarini30-Aug-07 6:25 
QuestionRe: MFC Displaying Text Pin
hxhl9530-Aug-07 6:28
hxhl9530-Aug-07 6:28 
GeneralRe: MFC Displaying Text Pin
Dennis Gourjii30-Aug-07 6:29
Dennis Gourjii30-Aug-07 6:29 
GeneralRe: MFC Displaying Text Pin
barbarini30-Aug-07 6:42
barbarini30-Aug-07 6:42 
GeneralRe: MFC Displaying Text Pin
Dennis Gourjii1-Sep-07 22:58
Dennis Gourjii1-Sep-07 22:58 

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.