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

C / C++ / MFC

 
AnswerRe: Multiply Threads and Termination Pin
David Crow26-Mar-09 17:27
David Crow26-Mar-09 17:27 
QuestionSHBrowseForFolder and shell namespace extensions Pin
Greg Ingels26-Mar-09 9:40
Greg Ingels26-Mar-09 9:40 
AnswerRe: SHBrowseForFolder and shell namespace extensions Pin
Code-o-mat26-Mar-09 9:55
Code-o-mat26-Mar-09 9:55 
QuestionRun-time error in Matrix ADT Pin
Ma7moud El-Naggar26-Mar-09 9:35
Ma7moud El-Naggar26-Mar-09 9:35 
AnswerRe: Run-time error in Matrix ADT Pin
Stuart Dootson26-Mar-09 11:03
professionalStuart Dootson26-Mar-09 11:03 
GeneralOT - Welcome Pin
CPallini26-Mar-09 11:15
mveCPallini26-Mar-09 11:15 
GeneralRe: OT - Welcome Pin
Ma7moud El-Naggar31-Mar-09 8:58
Ma7moud El-Naggar31-Mar-09 8:58 
GeneralRe: OT - Welcome Pin
CPallini31-Mar-09 9:32
mveCPallini31-Mar-09 9:32 
Nothing soooo bad, actually, but you're wasting the first element of the array, and, of course, you've declare the array having needed itemss plus one if you don't want to go out of bounds in your loops, for instance
#define N 10;
int a[N+1];
int i;
for (i=1; i<=N; i++)
{
// whatever
}

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

[My articles]

QuestionWhat is the best solution for this problem?? Pin
Kiran Satish26-Mar-09 8:36
Kiran Satish26-Mar-09 8:36 
AnswerRe: What is the best solution for this problem?? [modified] Pin
CPallini26-Mar-09 8:56
mveCPallini26-Mar-09 8:56 
GeneralRe: What is the best solution for this problem?? Pin
Kiran Satish27-Mar-09 7:04
Kiran Satish27-Mar-09 7:04 
QuestionActive Directory ExecuteSearch enum results with LDAP_DIRSYNC_ANCESTORS_FIRST_ORDER Pin
Petr Stejskal26-Mar-09 6:16
Petr Stejskal26-Mar-09 6:16 
QuestionHow to set Header and footer in Excel file With use of MFC in VC++6.0 [modified] Pin
rocky8226-Mar-09 6:06
rocky8226-Mar-09 6:06 
AnswerRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
Michael Schubert26-Mar-09 6:16
Michael Schubert26-Mar-09 6:16 
GeneralRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
led mike26-Mar-09 8:35
led mike26-Mar-09 8:35 
JokeRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
CPallini26-Mar-09 9:16
mveCPallini26-Mar-09 9:16 
AnswerRe: How to set Header and footer in Excel file With use of MFC in VC++6.0 Pin
David Crow26-Mar-09 8:37
David Crow26-Mar-09 8:37 
QuestionHow to update the CFormView Pin
Koutans26-Mar-09 5:52
Koutans26-Mar-09 5:52 
AnswerRe: How to update the CFormView Pin
Stuart Dootson26-Mar-09 8:13
professionalStuart Dootson26-Mar-09 8:13 
QuestionCalling javascript function from mfc activex control Pin
B060611526-Mar-09 4:59
B060611526-Mar-09 4:59 
AnswerRe: Calling javascript function from mfc activex control Pin
led mike26-Mar-09 5:57
led mike26-Mar-09 5:57 
GeneralRe: Calling javascript function from mfc activex control Pin
Michael Schubert26-Mar-09 6:03
Michael Schubert26-Mar-09 6:03 
JokeRe: Calling javascript function from mfc activex control Pin
Cedric Moonen26-Mar-09 6:05
Cedric Moonen26-Mar-09 6:05 
JokeRe: Calling javascript function from mfc activex control Pin
CPallini26-Mar-09 7:24
mveCPallini26-Mar-09 7:24 
GeneralRe: Calling javascript function from mfc activex control Pin
led mike26-Mar-09 8:11
led mike26-Mar-09 8:11 

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.