Click here to Skip to main content
15,860,972 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help needed to print the value nth number raised to the power n. Pin
Vaclav_23-Mar-13 4:52
Vaclav_23-Mar-13 4:52 
GeneralRe: Help needed to print the value nth number raised to the power n. Pin
Richard MacCutchan23-Mar-13 6:00
mveRichard MacCutchan23-Mar-13 6:00 
SuggestionRe: Help needed to print the value nth number raised to the power n. Pin
David Crow23-Mar-13 16:05
David Crow23-Mar-13 16:05 
QuestionDirectX SDK – which version? Pin
Vaclav_22-Mar-13 8:38
Vaclav_22-Mar-13 8:38 
AnswerRe: DirectX SDK – which version? Pin
dusty_dex22-Mar-13 8:45
dusty_dex22-Mar-13 8:45 
QuestionUse InternetSetOption() to change proxy Pin
Oren_Davod21-Mar-13 23:03
Oren_Davod21-Mar-13 23:03 
AnswerRe: Use InternetSetOption() to change proxy Pin
Richard MacCutchan21-Mar-13 23:38
mveRichard MacCutchan21-Mar-13 23:38 
Generalc++ queue OUTPUT ? Pin
kr kumar21-Mar-13 9:33
kr kumar21-Mar-13 9:33 
Q1. What would be the contents of queue Q after the following code is executed and the following data are entered?
Q = createQueue
Loop (not end of file)
Read number
If (number not 0)
Enqueue (Q, number)
Else
Queuerear (Q , x)
Enqueue( Q , x)
Endif
End loop
Data are – 5, 7, 12, 4, 0, 4, 6, 8, 67, 34, 23, 5, 0, 44, 33, 22, 6, 0
GeneralRe: c++ queue OUTPUT ? Pin
jeron121-Mar-13 10:18
jeron121-Mar-13 10:18 
QuestionRe: c++ queue OUTPUT ? Pin
David Crow21-Mar-13 17:08
David Crow21-Mar-13 17:08 
QuestionChoosing which information that Windows Vista's folder contents displayer is to display Pin
Anthony Appleyard21-Mar-13 3:41
Anthony Appleyard21-Mar-13 3:41 
AnswerRe: Choosing which information that Windows Vista's folder contents displayer is to display Pin
David Crow21-Mar-13 4:44
David Crow21-Mar-13 4:44 
GeneralRe: Choosing which information that Windows Vista's folder contents displayer is to display Pin
Anthony Appleyard21-Mar-13 5:16
Anthony Appleyard21-Mar-13 5:16 
GeneralRe: Choosing which information that Windows Vista's folder contents displayer is to display Pin
David Crow21-Mar-13 5:26
David Crow21-Mar-13 5:26 
GeneralRe: Choosing which information that Windows Vista's folder contents displayer is to display Pin
Anthony Appleyard21-Mar-13 6:07
Anthony Appleyard21-Mar-13 6:07 
GeneralRe: Choosing which information that Windows Vista's folder contents displayer is to display Pin
David Crow21-Mar-13 6:14
David Crow21-Mar-13 6:14 
GeneralRe: Choosing which information that Windows Vista's folder contents displayer is to display Pin
Anthony Appleyard21-Mar-13 7:49
Anthony Appleyard21-Mar-13 7:49 
GeneralRe: Choosing which information that Windows Vista's folder contents displayer is to display Pin
David Crow21-Mar-13 7:58
David Crow21-Mar-13 7:58 
GeneralRe: Choosing which information that Windows Vista's folder contents displayer is to display Pin
Anthony Appleyard21-Mar-13 11:05
Anthony Appleyard21-Mar-13 11:05 
GeneralRe: Choosing which information that Windows Vista's folder contents displayer is to display Pin
David Crow21-Mar-13 17:01
David Crow21-Mar-13 17:01 
QuestionRAII Theory Pin
Richard Andrew x6421-Mar-13 1:52
professionalRichard Andrew x6421-Mar-13 1:52 
AnswerRe: RAII Theory Pin
Stephen Hewitt21-Mar-13 6:41
Stephen Hewitt21-Mar-13 6:41 
AnswerRe: RAII Theory Pin
pasztorpisti22-Mar-13 3:41
pasztorpisti22-Mar-13 3:41 
GeneralRe: RAII Theory Pin
Stephen Hewitt22-Mar-13 21:17
Stephen Hewitt22-Mar-13 21:17 
GeneralRe: RAII Theory Pin
pasztorpisti23-Mar-13 1:06
pasztorpisti23-Mar-13 1:06 

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.