![]() |
| Forums | Gaming News | Videos | Downloads | Today's Posts | Mark Forums Read | Chat | FAQ | Members List | Contact |
| ||||||
This is a discussion on vector problem :( within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; i have this : #include <vector> vector<int> v; and it doesn't compile it says that is expecting a contructor, destructor ...
![]() |
|
|
LinkBack | Thread Tools |
|
|
#2 |
![]() |
wtf r u talking about!?!?!
but if its illegal
__________________
[CENTER][SIZE="3"][FONT="Comic Sans MS"][URL="http://forums.qj.net/f-qjnet-news-and-help-25/t--posting-guidelines-updated-04-04-07--73115.html"] [COLOR="Lime"]| Posting Guidelines | [/COLOR][/URL] [URL="http://forums.qj.net/f-qjnet-news-and-help-25/t--piracy-policy-updated-dec-28-2006--4394.html"][COLOR="Lime"]Piracy Policy | [/COLOR][/URL] [URL="http://forums.qj.net/f-qjnet-news-and-help-25/t-operation-positive-posting-73114.html"][COLOR="Lime"]Operation: Positive Posting | [/COLOR][/URL] [URL="http://forums.qj.net/f-qjnet-news-and-help-25/t-qj-quick-justice-policy-must-read-69509.html"][COLOR="Lime"]Quick Justice Policy | [/COLOR][/URL][/FONT][/SIZE] [IMG]http://sigs.guildlaunch.net/wsig.php/1813305VpsDo.png[/IMG] [IMG]http://img523.imageshack.us/img523/2470/towleiieesighw8.gif[/IMG][/CENTER] |
|
|
|
|
|
#4 | |
![]() ![]() Developer
|
I've never used C++ so excuse me if this is completely off the mark...
You're doing something like this though, right? Code:
#include <vector>
using namespace std;
main()
{
vector<int> v;
//etc etc
Code:
#include <vector>
main()
{
std:: vector<std::int> v;
//etc etc
__________________
![]() Check out my homebrew & C tutorials at http://insomniac.0x89.org/ Coder formerly known as Insomniac197 Quote:
|
|
|
|
|
|
|
#5 |
![]() |
wow u guys lost me at #
__________________
[CENTER][SIZE="3"][FONT="Comic Sans MS"][URL="http://forums.qj.net/f-qjnet-news-and-help-25/t--posting-guidelines-updated-04-04-07--73115.html"] [COLOR="Lime"]| Posting Guidelines | [/COLOR][/URL] [URL="http://forums.qj.net/f-qjnet-news-and-help-25/t--piracy-policy-updated-dec-28-2006--4394.html"][COLOR="Lime"]Piracy Policy | [/COLOR][/URL] [URL="http://forums.qj.net/f-qjnet-news-and-help-25/t-operation-positive-posting-73114.html"][COLOR="Lime"]Operation: Positive Posting | [/COLOR][/URL] [URL="http://forums.qj.net/f-qjnet-news-and-help-25/t-qj-quick-justice-policy-must-read-69509.html"][COLOR="Lime"]Quick Justice Policy | [/COLOR][/URL][/FONT][/SIZE] [IMG]http://sigs.guildlaunch.net/wsig.php/1813305VpsDo.png[/IMG] [IMG]http://img523.imageshack.us/img523/2470/towleiieesighw8.gif[/IMG][/CENTER] |
|
|
|
|
|
#6 | |
![]() |
Quote:
__________________
[b][center] [URL="http://forums.qj.net/showthread.php?t=65032"][SIZE="3"][COLOR="Blue"]Omicron[/COLOR] - [COLOR="DeepSkyBlue"]A hacking simulation game for the PSP[/COLOR][/SIZE][/URL] [url=http://profile.mygamercard.net/dr+nutterbutter][img]http://card.mygamercard.net/gbar/live/dr+nutterbutter.gif[/img][/url][/b][/center] |
|
|
|
|
![]() |
| Tags |
| problem , vector |
| Thread Tools | |
|
|