Click here to Skip to main content
15,891,529 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: help me this: CreateDirectory fails on VISTA Pin
KarstenK30-Oct-08 22:26
mveKarstenK30-Oct-08 22:26 
AnswerRe: help me this: CreateDirectory fails on VISTA Pin
Michael Dunn31-Oct-08 12:15
sitebuilderMichael Dunn31-Oct-08 12:15 
QuestionConversion of DLL from VS6 to VS 2005 Pin
Member 188188830-Oct-08 19:57
Member 188188830-Oct-08 19:57 
Questionerror C2440: 'static_cast' : cannot convert from 'LRESULT (__thiscall CTextProgressCtrl::* )(UINT,LPCTSTR)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' Pin
VCProgrammer30-Oct-08 19:22
VCProgrammer30-Oct-08 19:22 
AnswerRe: error C2440: 'static_cast' : cannot convert from 'LRESULT (__thiscall CTextProgressCtrl::* )(UINT,LPCTSTR)' to 'LRESULT (__thiscall CWnd::* )(WPARAM,LPARAM)' Pin
CPallini30-Oct-08 23:17
mveCPallini30-Oct-08 23:17 
Questionno stdint.h in VC9 Pin
followait30-Oct-08 18:42
followait30-Oct-08 18:42 
Questionfunction help Pin
jonig1930-Oct-08 18:23
jonig1930-Oct-08 18:23 
AnswerRe: function help Pin
SandipG 30-Oct-08 21:20
SandipG 30-Oct-08 21:20 
I am not sure if i understood problem but
do you want something like this

void PrintArray (const int grades[])
{
    const int MAX_WIDTH = 10;
    cout << "The scores are: " << endl << endl;
    for(int i = 0; i <= MAX_GRADES; i++)
    {
        cout << setw(4) << grades[i];
        if((i+1)%MAX_WIDTH==0) cout<<endl;
    }
}

I hope it helps.

Regards,
Sandip.

GeneralRe: function help Pin
Garth J Lancaster30-Oct-08 21:27
professionalGarth J Lancaster30-Oct-08 21:27 
AnswerRe: function help Pin
Garth J Lancaster30-Oct-08 21:26
professionalGarth J Lancaster30-Oct-08 21:26 
GeneralRe: function help Pin
jonig1931-Oct-08 6:35
jonig1931-Oct-08 6:35 
Questionmultiple iterators within custom stl container Pin
mellib30-Oct-08 18:17
mellib30-Oct-08 18:17 
QuestionAutomated builds Pin
bigcivilmelon30-Oct-08 13:50
bigcivilmelon30-Oct-08 13:50 
AnswerRe: Automated builds Pin
Rolf Kristensen30-Oct-08 14:24
Rolf Kristensen30-Oct-08 14:24 
QuestionSystem owned process that is accessible through a UI from differed Windows user Pin
Darrel Q Pham30-Oct-08 10:40
Darrel Q Pham30-Oct-08 10:40 
AnswerRe: System owned process that is accessible through a UI from differed Windows user Pin
bigcivilmelon30-Oct-08 22:19
bigcivilmelon30-Oct-08 22:19 
GeneralRe: System owned process that is accessible through a UI from differed Windows user Pin
Darrel Q Pham31-Oct-08 9:35
Darrel Q Pham31-Oct-08 9:35 
QuestionHow to get currently windows logged on users profile directory. Pin
WindowsPistha30-Oct-08 8:03
WindowsPistha30-Oct-08 8:03 
AnswerRe: How to get currently windows logged on users profile directory. Pin
Mark Salsbery30-Oct-08 8:31
Mark Salsbery30-Oct-08 8:31 
GeneralRe: How to get currently windows logged on users profile directory. Pin
WindowsPistha30-Oct-08 8:34
WindowsPistha30-Oct-08 8:34 
QuestionRe: How to get currently windows logged on users profile directory. Pin
David Crow30-Oct-08 9:07
David Crow30-Oct-08 9:07 
GeneralRe: How to get currently windows logged on users profile directory. [modified] Pin
WindowsPistha30-Oct-08 18:58
WindowsPistha30-Oct-08 18:58 
QuestionRe: How to get currently windows logged on users profile directory. Pin
David Crow31-Oct-08 2:45
David Crow31-Oct-08 2:45 
GeneralRe: How to get currently windows logged on users profile directory. Pin
Mark Salsbery30-Oct-08 9:52
Mark Salsbery30-Oct-08 9:52 
GeneralRe: How to get currently windows logged on users profile directory. Pin
WindowsPistha30-Oct-08 19:04
WindowsPistha30-Oct-08 19:04 

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.