Need Assistance
Hay have a problem with a few things so there will be lots of need help post's in here
firstly i only just need to get my array.h file working i keep getting constant errors on this Code:
The Errors im getting are Code:
error C2039: 'vector' : is not a member of 'std' |
Are you sure this is the Small scripting language? ;-)
|
Looks like C++ to me, are you writing a module?
Either way, you std::vector syntax is wrong.. looks like you want: Code:
std::vector<REAL> v; |
:evil: I cant get it to work
Code:
i went to that website and it said alot of different stuff...but not what im looking for... this is the code im using (the bottom part of the code is the error part) Code:
Error's im getting Code:
array.h(67) : error C2039: 'vector' : is not a member of 'std' |
Are you making a module or trying to make a plugin? Because if you are trying to make a plugin you are making it all wrong. The script language you are writing in is C++(duh) and the amxx language is Small
|
lol....C+...
|
Making a module
Can you just help me fix this error..i would greatly appreciate the help...and yes i am well aware it is not small and that it is C++...i just thought you guys could give me a hand |
Quote:
You're going to find a lot of Small programmers in the Scripting Help forum and barely any C++ programmers here. Post your problem in the Modules forums. |
| All times are GMT -4. The time now is 09:54. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.