Looking For Games Sales Figures
by Kenneth Bathgate · in General Discussion · 05/02/2005 (5:38 pm) · 17 replies
Hey
I need some help i am looking for sales figures for FPS and RPG games but im a bit stuck, i need sales for idividual games not the genre as a whole but when i search for the game name it comes up blank
any ideas or suggestions
regards
Kenneth
I need some help i am looking for sales figures for FPS and RPG games but im a bit stuck, i need sales for idividual games not the genre as a whole but when i search for the game name it comes up blank
any ideas or suggestions
regards
Kenneth
#2
05/02/2005 (6:00 pm)
To quote.. well, everyone : "How long is a piece of string?"
#5
05/03/2005 (10:56 am)
@Dreamer - That would give you a syntax error
#7
05/03/2005 (11:33 am)
Whats games are you looking for?
#8
05/03/2005 (3:08 pm)
@Chris, so does your fabled question :)char* String = "How long is a piece of String?";
printf ("%d\n", sizeof(String));
#9
Whats it gonna print to the buffer now, huh?
05/03/2005 (4:14 pm)
Fair enough. That will definately give me the size of a defined string... but the string I was asking about is not defined. . . It would look like htis:char* String;
printf ("%d\n", sizeof(String));Whats it gonna print to the buffer now, huh?
#10
Are you guys looking for the strlen function, perhaps? ;)
05/03/2005 (4:27 pm)
The size of a char pointer (4, usually), just like Dreamer's example would.Are you guys looking for the strlen function, perhaps? ;)
#11
Mine would likely return 1 or 0 or give you an error.
Its just a play onthe common "How long is a piece of string?" statement people give in regards to the how much money can I make? questions noobs ask.
05/03/2005 (4:29 pm)
Dreamers example would not return 4. It would return 31 I believe...Mine would likely return 1 or 0 or give you an error.
Its just a play onthe common "How long is a piece of string?" statement people give in regards to the how much money can I make? questions noobs ask.
#12
Properly formed questions, can and do look a lot like code, so "How long is a piece of String" cannot be converted into a true programming function, ergo it is an improperly formatted question.
In short, I was getting my smartass remarks for the day :)
05/03/2005 (4:57 pm)
Yeah, I'm just being a smart alek. I think we both are, the point I was really making is that if a concept cannot really be nailed down in code, it also presents a syntax error in the context of the english language.Properly formed questions, can and do look a lot like code, so "How long is a piece of String" cannot be converted into a true programming function, ergo it is an improperly formatted question.
In short, I was getting my smartass remarks for the day :)
#13
Try compiling them both and see what you get!
05/03/2005 (5:03 pm)
I understand you guys were joking. I was just nitpicking the joke.Try compiling them both and see what you get!
#14
Back on point. The equation for success is this:
sales = hardwork * funFactor;
That is the only reliable equation. and even then it is inaccurate asyou need an unknown constant (marketing)
const float MARK = marketing;
mSales = mHardwork * mFunFactr * MARK;
I dont think anyone can dispute that with any kind of logic.
05/03/2005 (5:16 pm)
I dont have tiem to compile that kinda useless junk... Back on point. The equation for success is this:
sales = hardwork * funFactor;
That is the only reliable equation. and even then it is inaccurate asyou need an unknown constant (marketing)
const float MARK = marketing;
mSales = mHardwork * mFunFactr * MARK;
I dont think anyone can dispute that with any kind of logic.
#15
05/03/2005 (7:13 pm)
Wow this is what i hate about the garagegames community you ask a question it just go's way off topic
#16
05/03/2005 (7:22 pm)
Nah! You shouldn't hate that, We usually answer the question quick within the first 5-6 responses anyways, then move on to debating semantics with one another :)
#17
05/03/2005 (7:24 pm)
Answered in the second post in this case! There really is no comprehensive free source for this information.
Associate Logan Foster
Logan