RE: not sure where to post this question... bit C++ implementation specific....

CAVEY GERARD <[email protected]>
Newsgroups gmane.games.devel.general
Message-ID <71A291D8E360AF4EA6FFFAF9CAD136CA0146F9D9@FR-MAILBOX2.fr.sgam.socgen>
>its a bit C++ specific, but does anyone know of a way of getting the
>"meaning" of this to compile...
>
>const float ropeLength = 12.5f;
>const float knotSpace = 3.3f;
>int array[ ropeLength / knotSpace ];
>
>... its sorta meaning we have to break our own coding guidlines.... (no
>#defines unless truly necessary)
Hi

AFAIK the number of tokens in an array must be an integer .
An easy solution could be to compute the division in a temp variable
then see if it give us a modulo ,if yes increase by one our result 
and finally use that result to create the array.

GC.


*************************************************************************
Ce message et toutes les pieces jointes (ci-apres le "message") sont
confidentiels et etablis a l'intention exclusive de ses destinataires.
Toute utilisation ou diffusion non autorisee est interdite. 
Tout message electronique est susceptible d'alteration. 
SG Asset Management et ses filiales declinent toute responsabilite au titre
de ce message s'il a ete altere, deforme ou falsifie.

Découvrez l'offre et les services de SG Asset Management sur le site
www.sgam.fr 

				********

This message and any attachments (the "message") are confidential and
intended solely for the addressees.
Any unauthorised use or dissemination is prohibited. 
E-mails are susceptible to alteration.   
Neither SG Asset Management nor any of its subsidiaries or affiliates shall
be liable for the message if altered, changed or falsified. 

*************************************************************************





-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Gamedevlists-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gamedevlists-general
Archives:
http://sourceforge.net/mailarchive/forum.php?forum_idU7
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.