Thread
:
OT: Stupid c++ (Roguelike development)
View Single Post
#
4
August 7th, 2006, 07:19 PM
PvK
National Security Advisor
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
Re: OT: Stupid c++
Vector isn't a built-in type, so you need to have something, typically in the header file, like:
#include <vector>
and probably you want:
using namespace std;
and then to declare it, something like:
vector <MouseCheeseWhatever> NarfsVector;
__________________
OMG updated links!
Price of Power mod for
Dominions 3
Deadly Seas mod for
Dominions 3
Proportions mod for
Space Empires IV Gold
PvK Balance Mod for
Space Empires IV Gold
PvK
View Public Profile
Send a private message to PvK
Visit PvK's homepage!
Find all posts by PvK