Support Board
Date/Time: Wed, 17 Dec 2025 09:52:44 +0000
Post From: C++ List and Maps
| [2015-12-12 12:54:39] |
| FerroTrader - Posts: 72 |
|
Hello, sorry for "re-opening" this thread... Would you be so kind to provide and example of "dinamically creating" the vector ? For instance, I create the pointer to the vector like this: std::vector<int> *MyAttempt; but once I try to write something like: MyAttempt = new std::vector<int>(); Visual Studio does not compile the solution... Could you be so kind to help me please ? Thanks CP |
