Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
An array problem
Message
Information générale
Forum:
Visual C++
Catégorie:
Codage, syntaxe et commandes
Titre:
An array problem
Divers
Thread ID:
00613107
Message ID:
00613107
Vues:
36
If I have a global int NumFields, and need to create an array of that size, I require a constant. Here's what I have at the moment.

const int ArraySize = (const int)NumFields;
Element TempSchema[ArraySize];

This, of course, does not work. "expected constant expression"

Any suggestions ?
Chris Zangarine
Software Development Engineer
Pipeline Compliance System (PCS)
American Innovations
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform