Click here to Skip to main content
15,888,351 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralC++ Question. Pin
WREY24-Jan-04 4:42
WREY24-Jan-04 4:42 
GeneralRe: C++ Question. Pin
Jörgen Sigvardsson24-Jan-04 5:09
Jörgen Sigvardsson24-Jan-04 5:09 
GeneralRe: C++ Question. Pin
WREY24-Jan-04 5:56
WREY24-Jan-04 5:56 
GeneralRe: C++ Question. Pin
PJ Arends24-Jan-04 9:35
professionalPJ Arends24-Jan-04 9:35 
GeneralRe: C++ Question. Pin
MrNiceBerG24-Jan-04 5:25
MrNiceBerG24-Jan-04 5:25 
GeneralRe: C++ Question. Pin
Jörgen Sigvardsson24-Jan-04 5:59
Jörgen Sigvardsson24-Jan-04 5:59 
GeneralRe: C++ Question. Pin
WREY24-Jan-04 6:04
WREY24-Jan-04 6:04 
GeneralRe: C++ Question. Pin
Michael Dunn24-Jan-04 6:13
sitebuilderMichael Dunn24-Jan-04 6:13 
If you're thinking of something like this:
size_t x, y;
//... set x and y somehow ...

int bigarray[x][y];
then no, that is illegal because array sizes must be known at compile time. (gcc allows this, but it's a non-standard extension.)
You can build your own array at runtime with lots of new calls though.

--Mike--
Ericahist | CP SearchBar v2.0.2 | Homepage | 1ClickPicGrabber New v2.0.1! | RightClick-Encrypt
"Linux is good. It can do no wrong. It is open source so must be right. It has penguins. I want to eat your brain."
  -- Paul Watson, Linux Zombie

GeneralRe: C++ Question. Pin
Jörgen Sigvardsson24-Jan-04 9:42
Jörgen Sigvardsson24-Jan-04 9:42 
GeneralRe: C++ Question. Pin
Inam24-Jan-04 6:57
Inam24-Jan-04 6:57 
GeneralRe: C++ Question. Pin
WREY25-Jan-04 0:22
WREY25-Jan-04 0:22 
GeneralRe: C++ Question. Pin
wb25-Jan-04 4:48
wb25-Jan-04 4:48 
GeneralRe: C++ Question. Pin
Gerald Schwab25-Jan-04 16:29
Gerald Schwab25-Jan-04 16:29 
GeneralRe: C++ Question. Pin
toxcct25-Jan-04 22:58
toxcct25-Jan-04 22:58 
GeneralRe: C++ Question. Pin
WREY26-Jan-04 3:58
WREY26-Jan-04 3:58 
GeneralRe: C++ Question. Pin
toxcct26-Jan-04 6:35
toxcct26-Jan-04 6:35 
GeneralRe: C++ Question. Pin
WREY26-Jan-04 10:14
WREY26-Jan-04 10:14 
Generalconvert .net project to vs6 project Pin
sstoyan24-Jan-04 3:28
sstoyan24-Jan-04 3:28 
GeneralRe: convert .net project to vs6 project Pin
Jörgen Sigvardsson24-Jan-04 5:11
Jörgen Sigvardsson24-Jan-04 5:11 
GeneralRe: convert .net project to vs6 project Pin
sstoyan25-Jan-04 1:30
sstoyan25-Jan-04 1:30 
GeneralVLDB question... Pin
Orkun GEDiK24-Jan-04 2:01
Orkun GEDiK24-Jan-04 2:01 
Generalto make a transparent image Pin
emmatty24-Jan-04 1:50
emmatty24-Jan-04 1:50 
GeneralRe: to make a transparent image Pin
Delfny26-Jan-04 8:42
Delfny26-Jan-04 8:42 
GeneralUsing theCArray class with a non trival Class Pin
magpierre24-Jan-04 1:36
magpierre24-Jan-04 1:36 
GeneralRe: Using theCArray class with a non trival Class Pin
John R. Shaw24-Jan-04 7:18
John R. Shaw24-Jan-04 7:18 

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.