Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralI purchased Visual C++ .net Standard Version 2003... Pin
Anonymous30-Aug-03 6:29
Anonymous30-Aug-03 6:29 
GeneralRe: I purchased Visual C++ .net Standard Version 2003... Pin
bneacetp30-Aug-03 7:04
bneacetp30-Aug-03 7:04 
QuestiontimeGetTime() illegal ? Pin
wogerdoger30-Aug-03 2:03
wogerdoger30-Aug-03 2:03 
AnswerRe: timeGetTime() illegal ? Pin
User 665830-Aug-03 2:13
User 665830-Aug-03 2:13 
GeneralRe: timeGetTime() illegal ? Pin
wogerdoger30-Aug-03 2:21
wogerdoger30-Aug-03 2:21 
GeneralRe: timeGetTime() illegal ? Pin
User 665830-Aug-03 2:39
User 665830-Aug-03 2:39 
GeneralRe: timeGetTime Thankyou Pin
wogerdoger30-Aug-03 8:53
wogerdoger30-Aug-03 8:53 
GeneralSetting Array SIZE....help! Pin
colormyiris30-Aug-03 0:34
colormyiris30-Aug-03 0:34 
Hello all .

i having some question about array size.

lets say i wanto declare this array...its an "unsigned long".

lets say i wanted it the array to have the size of "8"..

so i will declare like this :

unsigned long Data[8];


ok...lets say now.. i wanto to create a "unsigned long" array.. but i not yet sure whats the size...becoz its depends on the datas that will be key in by user...

ok.. lets say..

int arraysize;
arraysize=a+b;

(where a and b are both int keyed in by user...)

then.. how i wanto set the Data array into the size of "arraysize"??

can i do it like this :

unsigned long Data[arraysize];

i tired but..error... so i hope u guys can help me out..how to solve this problem...what should i do to set my array size according to wat the datas user keyed in?

thanks...

thong
twh81@tm.net.my

...
GeneralRe: Setting Array SIZE....help! Pin
Abin30-Aug-03 0:48
Abin30-Aug-03 0:48 
GeneralRe: Setting Array SIZE....help! Pin
Simon.W31-Aug-03 2:34
Simon.W31-Aug-03 2:34 
GeneralRe: Setting Array SIZE....help! Pin
User 665830-Aug-03 1:13
User 665830-Aug-03 1:13 
GeneralRe: Setting Array SIZE....help! Pin
Mira30-Aug-03 1:20
Mira30-Aug-03 1:20 
Questionwhat do i make for my major project Pin
IT_student30-Aug-03 0:31
IT_student30-Aug-03 0:31 
AnswerRe: what do i make for my major project Pin
Beer2630-Aug-03 3:29
Beer2630-Aug-03 3:29 
GeneralRe: what do i make for my major project Pin
IT_student30-Aug-03 7:56
IT_student30-Aug-03 7:56 
GeneralRe: what do i make for my major project Pin
Maximilien30-Aug-03 8:48
Maximilien30-Aug-03 8:48 
GeneralRe: what do i make for my major project Pin
IT_student30-Aug-03 8:58
IT_student30-Aug-03 8:58 
GeneralRe: what do i make for my major project Pin
Simon.W31-Aug-03 2:41
Simon.W31-Aug-03 2:41 
GeneralRe: what do i make for my major project Pin
IT_student31-Aug-03 5:16
IT_student31-Aug-03 5:16 
GeneralRe: what do i make for my major project Pin
wogerdoger1-Sep-03 21:36
wogerdoger1-Sep-03 21:36 
QuestionRegistry ??? Pin
dirand8529-Aug-03 22:27
dirand8529-Aug-03 22:27 
AnswerRe: Registry ??? Pin
vcplusplus30-Aug-03 0:59
vcplusplus30-Aug-03 0:59 
GeneralRe: Registry ??? Pin
dirand8530-Aug-03 3:07
dirand8530-Aug-03 3:07 
GeneralCircular rotating Buttons.. Pin
cutti29-Aug-03 21:45
cutti29-Aug-03 21:45 
GeneralRe: Circular rotating Buttons.. Pin
PJ Arends29-Aug-03 22:56
professionalPJ Arends29-Aug-03 22:56 

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.