Click here to Skip to main content
15,887,746 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pointers to an array and array of pointers [modified] Pin
Laxman Auti6-Jun-06 20:27
Laxman Auti6-Jun-06 20:27 
GeneralRe: pointers to an array and array of pointers [modified] Pin
Hamid_RT6-Jun-06 21:03
Hamid_RT6-Jun-06 21:03 
AnswerRe: pointers to an array and array of pointers Pin
yang__lee6-Jun-06 20:48
yang__lee6-Jun-06 20:48 
AnswerRe: pointers to an array and array of pointers Pin
Viorel.6-Jun-06 21:29
Viorel.6-Jun-06 21:29 
GeneralRe: pointers to an array and array of pointers Pin
Laxman Auti6-Jun-06 23:35
Laxman Auti6-Jun-06 23:35 
GeneralRe: pointers to an array and array of pointers Pin
Viorel.7-Jun-06 0:19
Viorel.7-Jun-06 0:19 
GeneralRe: pointers to an array and array of pointers Pin
Laxman Auti7-Jun-06 0:31
Laxman Auti7-Jun-06 0:31 
GeneralRe: pointers to an array and array of pointers Pin
Viorel.7-Jun-06 1:18
Viorel.7-Jun-06 1:18 
As I know the number of array’s elements, as well as the number of dimensions in multi-dimensional array is not limited by the language, but is limited by the compiler, libraries and available resources.

The size of available memory is a factor which determines the array’s limits. If no enough memory for new operator, an exception is thrown.

Compiler and libraries included in VS 2003 enforce the total size of an array to be less then 0xFFFFFFFF. Therefore an array of integers cannot have more then approx. 1e9 elements, but the available memory space is usually smaller.
AnswerRe: Google Login [modified] Pin
Laxman Auti6-Jun-06 20:00
Laxman Auti6-Jun-06 20:00 
GeneralRe: Google Login [modified] Pin
Rahul.RK6-Jun-06 20:10
Rahul.RK6-Jun-06 20:10 
GeneralRe: Google Login [modified] Pin
Laxman Auti6-Jun-06 20:20
Laxman Auti6-Jun-06 20:20 
GeneralRe: Google Login [modified] Pin
Rahul.RK6-Jun-06 20:23
Rahul.RK6-Jun-06 20:23 
QuestionHow to display 2 sheets in Excel Pin
MikeRT6-Jun-06 19:25
MikeRT6-Jun-06 19:25 
AnswerRe: How to display 2 sheets in Excel Pin
FarPointer6-Jun-06 19:48
FarPointer6-Jun-06 19:48 
GeneralRe: How to display 2 sheets in Excel Pin
MikeRT6-Jun-06 20:02
MikeRT6-Jun-06 20:02 
GeneralRe: How to display 2 sheets in Excel Pin
FarPointer6-Jun-06 20:12
FarPointer6-Jun-06 20:12 
GeneralRe: How to display 2 sheets in Excel Pin
MikeRT6-Jun-06 20:36
MikeRT6-Jun-06 20:36 
QuestionText file stream? Pin
supernalle6-Jun-06 19:16
supernalle6-Jun-06 19:16 
Questionask for suggestion Pin
cheng_guo6-Jun-06 19:00
cheng_guo6-Jun-06 19:00 
AnswerRe: ask for suggestion Pin
_AnsHUMAN_ 6-Jun-06 19:11
_AnsHUMAN_ 6-Jun-06 19:11 
GeneralRe: ask for suggestion Pin
cheng_guo7-Jun-06 5:24
cheng_guo7-Jun-06 5:24 
QuestionRe: ask for suggestion Pin
Hamid_RT6-Jun-06 19:33
Hamid_RT6-Jun-06 19:33 
QuestionWhich interface can I use to set background-repeat property? Pin
Tcpip20056-Jun-06 18:55
Tcpip20056-Jun-06 18:55 
AnswerRe: Which interface can I use to set background-repeat property? Pin
Tcpip20056-Jun-06 21:48
Tcpip20056-Jun-06 21:48 
QuestionAdding const won't compile Pin
MALDATA6-Jun-06 18:48
MALDATA6-Jun-06 18:48 

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.