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

"Fredrik Bengtsson" <[email protected]>
Newsgroups gmane.games.devel.general
Message-ID <[email protected]>
> How would that help? In C++ you simply cannot do this:
> 
>     int a = 6;
>     int array[a];

But you could always do

  std::vector<int> array(a);

To get around it :-) STL is your friend.

/Fredrik Bengtsson
 Blueberry3D


-------------------------------------------------------
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.