Click here to Skip to main content
15,902,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Dawners wrote:
I didn't even define the value of size...

Actually you did. It had a value of 10.

When switching from array[] to pointers, keep in mind that array[j] is equivalent to *(array + j).


"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen


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 
GeneralRe: HyperLink without mfc Pin
Michael Dunn15-Sep-04 9:26
sitebuilderMichael Dunn15-Sep-04 9:26 
GeneralRe: HyperLink without mfc Pin
Paolo Ponzano15-Sep-04 20:51
Paolo Ponzano15-Sep-04 20:51 
GeneralRe: HyperLink without mfc Pin
Michael Dunn16-Sep-04 9:41
sitebuilderMichael Dunn16-Sep-04 9:41 
QuestionGetAdaptersAddresses IPv6 Where the problem is ?? Pin
Alpha Siera15-Sep-04 5:30
Alpha Siera15-Sep-04 5:30 
AnswerRe: GetAdaptersAddresses IPv6 Where the problem is ?? Pin
David Crow15-Sep-04 5:43
David Crow15-Sep-04 5:43 
GeneralRe: GetAdaptersAddresses IPv6 Where the problem is ?? Pin
Alpha Siera15-Sep-04 18:55
Alpha Siera15-Sep-04 18:55 

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.