Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Extract an ISO File To the Local disk Pin
Alexander M.,16-Sep-04 10:00
Alexander M.,16-Sep-04 10:00 
GeneralRe: Extract an ISO File To the Local disk Pin
David Crow16-Sep-04 10:20
David Crow16-Sep-04 10:20 
GeneralRe: Extract an ISO File To the Local disk Pin
Henry miller15-Sep-04 10:39
Henry miller15-Sep-04 10:39 
GeneralRe: Extract an ISO File To the Local disk Pin
ntuyen0115-Sep-04 11:26
ntuyen0115-Sep-04 11:26 
GeneralRe: Extract an ISO File To the Local disk Pin
cmk15-Sep-04 19:46
cmk15-Sep-04 19:46 
QuestionGain SuperCapture of the mouse? Pin
DaFrawg15-Sep-04 8:40
DaFrawg15-Sep-04 8:40 
GeneralUsing pointers with an array Pin
Anonymous15-Sep-04 7:52
Anonymous15-Sep-04 7:52 
GeneralRe: Using pointers with an array Pin
Chris Losinger15-Sep-04 8:07
professionalChris Losinger15-Sep-04 8:07 
Anonymous wrote:
for (int j=0; j if (*iPtr > *iPtr+1);

do you mean:
for (int j=0; j if (*iPtr > *(iPtr+1));
?

also, don't you need to move the pointer somewhere? looks like iPtr is always pointing at the first element of the array.


Software | Cleek

GeneralRe: Using pointers with an array Pin
Dawners15-Sep-04 9:18
sussDawners15-Sep-04 9:18 
GeneralRe: Using pointers with an array Pin
Chris Losinger15-Sep-04 9:25
professionalChris Losinger15-Sep-04 9:25 
GeneralRe: Using pointers with an array Pin
Dawners15-Sep-04 9:32
sussDawners15-Sep-04 9:32 
GeneralRe: Using pointers with an array Pin
David Crow15-Sep-04 9:28
David Crow15-Sep-04 9:28 
GeneralRe: Using pointers with an array Pin
Dawners15-Sep-04 10:03
sussDawners15-Sep-04 10:03 
GeneralRe: Using pointers with an array Pin
David Crow15-Sep-04 10:54
David Crow15-Sep-04 10:54 
GeneralRe: Using pointers with an array Pin
David Crow24-Sep-04 6:14
David Crow24-Sep-04 6:14 
GeneralRe: Using pointers with an array Pin
Bob Stanneveld15-Sep-04 10:20
Bob Stanneveld15-Sep-04 10:20 
GeneralRe: Using pointers with an array Pin
Tom Wright15-Sep-04 12:25
Tom Wright15-Sep-04 12:25 
GeneralRe: Using pointers with an array Pin
Antony M Kancidrowski16-Sep-04 2:22
Antony M Kancidrowski16-Sep-04 2:22 
GeneralRe: Using pointers with an array Pin
Bob Stanneveld16-Sep-04 4:33
Bob Stanneveld16-Sep-04 4:33 
GeneralRe: Using pointers with an array Pin
SandeepN15-Sep-04 15:14
SandeepN15-Sep-04 15:14 
GeneralRe: Using pointers with an array Pin
Muhammad Azam15-Sep-04 23:41
Muhammad Azam15-Sep-04 23:41 
GeneralCreating a Bitmap On The Fly Pin
#realJSOP15-Sep-04 6:44
professional#realJSOP15-Sep-04 6:44 
GeneralRe: Creating a Bitmap On The Fly Pin
Michael Dunn15-Sep-04 9:24
sitebuilderMichael Dunn15-Sep-04 9:24 
GeneralTransparent Check Box in Dialog Pin
LukeV15-Sep-04 6:36
LukeV15-Sep-04 6:36 
GeneralHyperLink without mfc Pin
Paolo Ponzano15-Sep-04 6:06
Paolo Ponzano15-Sep-04 6: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.