Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CStrings in MFC/ATL/Whatever 7.0 Pin
Chris Losinger9-Oct-02 15:44
professionalChris Losinger9-Oct-02 15:44 
GeneralRe: CStrings in MFC/ATL/Whatever 7.0 Pin
me9-Oct-02 15:57
me9-Oct-02 15:57 
GeneralRe: CStrings in MFC/ATL/Whatever 7.0 Pin
Joe Woodbury9-Oct-02 20:04
professionalJoe Woodbury9-Oct-02 20:04 
GeneralRe: CStrings in MFC/ATL/Whatever 7.0 Pin
me9-Oct-02 21:22
me9-Oct-02 21:22 
GeneralRe: CStrings in MFC/ATL/Whatever 7.0 Pin
Joe Woodbury9-Oct-02 22:01
professionalJoe Woodbury9-Oct-02 22:01 
GeneralMultidimensional array Pin
Todd Smith9-Oct-02 12:52
Todd Smith9-Oct-02 12:52 
GeneralRe: Multidimensional array Pin
Jörgen Sigvardsson9-Oct-02 13:50
Jörgen Sigvardsson9-Oct-02 13:50 
GeneralRe: Multidimensional array Pin
Michael Dunn9-Oct-02 13:51
sitebuilderMichael Dunn9-Oct-02 13:51 
Todd Smith wrote:
array = new unsigned long[4][256];

Is that even legal? I thought you could only allocate one-dimensional arrays with new.

But the difference bewteen the two declarations is the types.

unsigned long (*array)[256];

"array" is a pointer to an array of 256 long.

unsigned long* array[256];

"array" is an array of 256 long*

Totally different beasts.

--Mike--
Just released - 1ClickPicGrabber - Grab & organize pictures from your favorite web pages, with 1 click!
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralTemplate Q Pin
Todd Smith9-Oct-02 12:24
Todd Smith9-Oct-02 12:24 
GeneralRe: Template Q Pin
Paul M Watt9-Oct-02 12:58
mentorPaul M Watt9-Oct-02 12:58 
GeneralRe: Template Q Pin
Jörgen Sigvardsson9-Oct-02 13:56
Jörgen Sigvardsson9-Oct-02 13:56 
Generalaccesing the registry Pin
Loin Chiviki9-Oct-02 11:15
sussLoin Chiviki9-Oct-02 11:15 
GeneralRe: accesing the registry Pin
Ranjan Banerji9-Oct-02 11:21
Ranjan Banerji9-Oct-02 11:21 
GeneralRe: accesing the registry Pin
Carlos Antollini9-Oct-02 11:43
Carlos Antollini9-Oct-02 11:43 
GeneralThis is wierd regarding MSFlexgrid licensing... Pin
JohnnyG9-Oct-02 11:08
JohnnyG9-Oct-02 11:08 
GeneralBoehm framework Pin
S van Leent9-Oct-02 11:05
S van Leent9-Oct-02 11:05 
GeneralRe: Boehm framework Pin
Joaquín M López Muñoz9-Oct-02 11:26
Joaquín M López Muñoz9-Oct-02 11:26 
GeneralRe: Boehm framework Pin
S van Leent10-Oct-02 10:52
S van Leent10-Oct-02 10:52 
QuestionCreate a process, wait til its finished, then continue? Pin
dazinith9-Oct-02 11:04
dazinith9-Oct-02 11:04 
AnswerRe: Create a process, wait til its finished, then continue? Pin
Ranjan Banerji9-Oct-02 11:07
Ranjan Banerji9-Oct-02 11:07 
Generalparsing a text file and store into SQL Server Pin
vinnieqtran9-Oct-02 9:45
vinnieqtran9-Oct-02 9:45 
GeneralRe: parsing a text file and store into SQL Server Pin
Daniel Turini9-Oct-02 9:56
Daniel Turini9-Oct-02 9:56 
GeneralRe: parsing a text file and store into SQL Server Pin
vinnieqtran9-Oct-02 10:34
vinnieqtran9-Oct-02 10:34 
GeneralRe: parsing a text file and store into SQL Server Pin
Daniel Turini9-Oct-02 10:45
Daniel Turini9-Oct-02 10:45 
GeneralRe: parsing a text file and store into SQL Server Pin
vinnieqtran9-Oct-02 11:09
vinnieqtran9-Oct-02 11:09 

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.