Sunday, August 2, 2009

Was c.Ronaldo captin on Sudays game against Arsenal?

NO, and he'd better not be captain for Manchester United until he gets more experience. Yes, he's an excellent footballer and all, but there are others on the team who have been there a lot longer and who deserve to be captain a lot more than C.Ronaldo.

Was c.Ronaldo captin on Sudays game against Arsenal?
No Ferdinand was, do u see him with the Armband in any of these shots





this one has Ferdinand wearing the band not Ronaldo 0:20 seconds too 0:24


http://www.youtube.com/watch?v=PQR8lGqfw...








also see


http://www.mysoccermedia.com/index.php?m...





shows Ronaldo not wearing it its clearer





see also


http://www.mysoccermedia.com/index.php?m...
Reply:I just thought I'd add the fact that he WAS captain for 1 game this season already. This was when Neville, Giggs and Rio were rested, but funnuly enough, Scholes played....





Sign of things to come...?
Reply:Noooooo it was Rio Ferdinand who was captain....
Reply:Nooooo


Are u crazzy it was Rio Ferdinand.
Reply:no surely he wasn't!It was Rio Ferdinard!
Reply:No he wasn't captain,it was Rio Ferdinand.
Reply:No. Rio was.
Reply:No.
Reply:no it was ferdinand
Reply:no........
Reply:no
Reply:no

potential breakup song

D.C. united vs. La Galaxy Game?

Im going to it give me some good ideas for a banner. Ethier team, or anti or pro beckahm

D.C. united vs. La Galaxy Game?
Why is this on English football mate. We really don't care about the MLS. I'm not being nasty but I think that yahoo should have a web site for the MLS fans. Good luck mate.
Reply:I don't blame you for using English Football section cos the EPL is the best in the world.





your ans: D.C utd looks like a better team to me.
Reply:err....





last time i checked D.C. united and L.A. galaxy weren't in the UK





but i could be wrong...
Reply:Zzzzzzzzzzzzzz....boring game


Hey i need help wit a c++ project - creating a tic tac toe game?

Create a class TicTacToe that enables U to write a complete program to play d game tic-tac-toe. The class contains as private data a 3 by 3 double-subscripted array of integers. The constructor should initialize d empty board to all zeros. Allow 2 human players. Wherever the 1st player moves, place a 1 in the specified square. Place a 2 wherever the 2nd player moves. Each move must be to an empty square. After each move, determine whether d game has been won or is a draw. Allow an unlimited number of games until the user wishes to exit d program. Allow each player 2 enter his/her name before playin each game. At d end of d game, assign a score of 10 points - win, 5 - draw, and 0 - loss to each name %26amp; save d score to a file named 'highscore.dat’. At d end of each new game, add d player’s current score 2 any previously existing scores for dat player. Construct a basic Menu that allows d user the option to 1. Play the Game, 2. View the list of High Scores. 3 Exit the game.

Hey i need help wit a c++ project - creating a tic tac toe game?
That is lot of work, may be you can contact a c++ expert at websites like http://askexpert.info/
Reply:there is a lot of lofic, work and testing involved. No one here will help u unless theyhave the code ready in C++. Contact any C++ expert. but i think they will charge you. So its better to develop the logic by urselves.


Plzzzzzzz .. i want a programmer help me to program the game called (snake) in c++ ??

There's a million places you can download this game. Just use these as examples, and recode the thing using the previous code as a template.


Why is C/C++ so much better for game programming than other langues, like Java?

Just curious really.

Why is C/C++ so much better for game programming than other langues, like Java?
C and C++ compiles into machine code of the processor on which the program was compiled. This means that the game can communicate directly with the processor in the closest way possible, ensuring that as much resources as possible go towards running the game and not wasting any resources on other stuff. C/C++ also requires more low-level operations, like talking directly with the graphic drivers and/or graphics subsystem of the operating system.





Java, on the other hand, while very optimized in the latest versions (5 and 6) does not compile into machine code, but into a Java-specific byte code that something called a Java Virtual Machine (JVM for short) understands. This byte code is platform independent, meaning that it is not tied to a specific processor or operating system, but it also means that when the application (game) is run, the JVM needs to translate the byte code into the machine code on which the program is being run. This causes overhead and a waste of resources that often cannot be wasted when making games. Also, Java is a very high-level language, and does not provide direct access to the low level layers of the OS, like the graphics driver and the graphical subsystem of the OS. This means that you cannot as efficiently work with graphics.
Reply:If such speed is critical from java code, you can compile to native -- JNI -- and bypass the JRE. You are then on that platform's limitations at that point and will need to write a program in C to launch.





There is much tweaking required with C++ / C and that means at the source code level before you find a suitable platform for compile.





And, depends on your definition of game programming. If you're just programming the graphics card for xx platform, OpenGL is the better choice over C++. If you want to construct a virtual world for an immersion helmet, java looks pretty good from a productivity standpoint.
Reply:Java runs in a sandboxed virtual machine and doesn't have the same level of access to the graphics hardware that a native program does.
Reply:I'm not a real big programmer, but I remember reading somewhere that C/C++ require a lot less strings of information to get what you want done. It's a lot more customizable. I'm not 100% sure really but I know it was something really big :P.

love song

How many points does it take on this Q&A game before I become C.E.O. of Yahoo, Inc....???

Over nine-thoouusaaand!!!!

How many points does it take on this Q%26amp;A game before I become C.E.O. of Yahoo, Inc....???
1525987598745698725145899651114756325874... Give or take a couple
Reply:more than you have.
Reply:Cut me in for a commission and I'll tell ya.
Reply:763,831,073 will get you the job.
Reply:journalism/english? okay i want to talk to you. msg'd you.
Reply:Would you really want to be? Think of all the complaints you would have to deal with. Pax - C
Reply:Hehehehehe good one
Reply:If you answer and ask half of the total questions then you automatically have this division from owning the most stock. From there use advertising to make enough money to buy Yahoo!
Reply:More than you have now


WHAt t0 WEAR t0 A F00tBALL GAME ( LABOR dAY CLASS!C)?

! dUNN0 WHAt t0 WEAR . ! WANt t0 BE CUtE.SEXY.BUt COMFORTABLE.S0 LEt ME KN0 WHAt U tH!NK

WHAt t0 WEAR t0 A F00tBALL GAME ( LABOR dAY CLASS!C)?
definitely wear the team colours of the team you're supporting. Don't wear heels and avoid wearing too many layers. Also, make your outfit comfortable and according to weather :)


How can i actually PLAY the game i made using C++?

heres the code im using dev and it compiles but nothing pops up?


#include %26lt;allegro.h%26gt;





BITMAP *xSprite;


BITMAP *oSprite;





int board[9] = { 0, 0, 0, 0, 0, 0, 0, 0, 0}; //This will be used to keep


//track of the Xs and Os


int curSquare = 0; //This will keep track of the current square


//the selector is on





int turn = 1; //This will keep track of whose turn it is


//1 Will be for X and 2 for O





int x = 0; //X and Y position of selector


int y = 0;





int tempX = 0; //holds temporary values used to clear selector


int tempY = 0;





void setupBoard(){ //This function will draw in the grid





acquire_screen();





line( screen, 200, 0, 200, 480, makecol( 255, 255, 255));


line( screen, 400, 0, 400, 480, makecol( 255, 255, 255));


line( screen, 0, 150, 680, 150, makecol( 255, 255, 255));


line( screen, 0, 300, 680, 300, makecol( 255, 255, 255));





rect( screen, x+1, y+1, x + 199, y + 149, makecol( 255, 255, 0));





release_screen();





}





void updateBoard(){ //draws in selector





rect( screen, tempX+1, tempY+1, tempX + 199, tempY + 149, makecol( 0, 0, 0));


rect( screen, x+1, y+1, x + 199, y + 149, makecol( 255, 255, 0));


rest(100);


}





void announceWinner(){ //Announces the winner








if( turn == 1){


textout_ex( screen, font, "X Wins!!!!", 300, 240, makecol( 255, 0, 0), makecol(0, 0, 0));


} else {


textout_ex( screen, font, "O Wins!!!!", 300, 240, makecol( 255, 0, 0), makecol(0, 0, 0));


}








}





void checkWin(){ //checks for a winner





if( board[0] == turn %26amp;%26amp; board[1] == turn %26amp;%26amp; board[2] == turn){


announceWinner();


} else if( board[0] == turn %26amp;%26amp; board[3] == turn %26amp;%26amp; board[6] == turn){


announceWinner();


} else if( board[0] == turn %26amp;%26amp; board[4] == turn %26amp;%26amp; board[8] == turn){


announceWinner();


} else if( board[1] == turn %26amp;%26amp; board[4] == turn %26amp;%26amp; board[7] == turn){


announceWinner();


} else if( board[2] == turn %26amp;%26amp; board[4] == turn %26amp;%26amp; board[6] == turn){


announceWinner();


} else if( board[2] == turn %26amp;%26amp; board[5] == turn %26amp;%26amp; board[8] == turn){


announceWinner();


} else if( board[3] == turn %26amp;%26amp; board[4] == turn %26amp;%26amp; board[5] == turn){


announceWinner();


} else if( board[6] == turn %26amp;%26amp; board[7] == turn %26amp;%26amp; board[8] == turn){


announceWinner();


}





}











void drawXO(){ //draws in the X and O





acquire_screen();





if(turn == 1){


draw_sprite( screen, xSprite, x, y);


board[curSquare] = 1;


checkWin();


++turn;


} else if( turn == 2){


draw_sprite( screen, oSprite, x, y);


board[curSquare] = 2;


checkWin();


--turn;


}





release_screen();





rest(100);





}





void moveBox(){ //takes input





clear_keybuf();


tempX = x;


tempY = y;





if( key[KEY_UP] %26amp;%26amp; y != 0){





y -= 150;


curSquare -=3;


updateBoard();





} else if( key[KEY_DOWN] %26amp;%26amp; y != 300){





y += 150;


curSquare +=3;


updateBoard();





} else if( key[KEY_RIGHT] %26amp;%26amp; x != 400){





x += 200;


++curSquare;


updateBoard();





} else if( key[KEY_LEFT] %26amp;%26amp; x != 0){





x -= 200;


--curSquare;


updateBoard();





} else if( key[KEY_ENTER] %26amp;%26amp; board[curSquare] == 0){





drawXO();





}





}





int main(){





allegro_init();


install_keyboard();


set_color_depth(16);


set_gfx_mode( GFX_AUTODETECT, 640, 480, 0, 0);





xSprite = load_bitmap( "x.bmp", NULL);





oSprite = load_bitmap( "o.bmp", NULL);





setupBoard();





while( !key[KEY_ESC]){


moveBox();





}





destroy_bitmap( xSprite);


destroy_bitmap( oSprite);





return 0;





}


END_OF_MAIN();

How can i actually PLAY the game i made using C++?
Maybe im not reading it right, but i dont ever see your main access your function that takes input, along with some other functions. Sorry if im not a help. I'm unfamiliar with some of your syntax, and i would have a different style.





But definitely go to the debug tool step over and such.
Reply:Use a debugger and trace your program step-by-step to see what is not working properly.
Reply:try to test your functions parameter


Urgent reply required is the england game on u.b.c. in thailand tonight?

I don't know a damn thing about what sport your talking about. Is it your soccer? If so a game is on tonight against Ireland. Use the web site below to check the stations for all games. Also it's not UBC anymore, it's true visions.

Urgent reply required is the england game on u.b.c. in thailand tonight?
The Bangkok Post lists the England vs. Switzerland friendly to be televised live at 3:00 AM on Star Sports which is channel 66 on True Visions, the former UBC.

garden flowers

When i attempt to play a game this pops up:...C:\windows\system32\auto... file not suitable...

Uninstall and reinstall the game.

When i attempt to play a game this pops up:...C:\windows\system32\auto... file not suitable...
Hate to say this - but that wont work. This is a common message on XP after certain Spyware or Virus processes are removed from your PC. It is easy to correct see http://support.microsoft.com/d... for details of how to repair. Report It



Does anyone know how to play your PC game(s) w/o c.d in the c.d drive???

I want to know if it is possible coz im afraid that my disc will damage because of being over play... help me please? Im using windows vista and XP btw. =P thanks

Does anyone know how to play your PC game(s) w/o c.d in the c.d drive???
alcohol 120% is a easy to use tool . You can create virtual cds and use them to play games .


Download shareware alcohol 120% from :


http://www.free-downloads.net/programs/A...
Reply:im not sure is its legal, so im definatly not advising it





there are many tools people have made





http://www.zeropaid.com/news/6394/DAEMON...





for example
Reply:Yes. All you need is a no-cd crack. Just google no-cd crack for (name of game).
Reply:I use this all the time. Use Virtual CD V9 it works perfectly.





http://www.virtualcd-online.com/
Reply:Download a program called Daemon Tools. It is an iso image mounter. Just google it. Hope this helps.

calling cards

C# Send Keyboard Input To a DirectX Game?

In a Directx game that i play, i repeatedly have to press a certain button combination. i would like to make and application that when ever i press F8, it presses the combination for me.





I already knowhow to check if i press F8, but i want to know how to stimulate keyboard input on a directx game.





So far, the only thing that has worked is the SendKeys.Send function. unfortunately, SOMETIMES the game misses it and it ackts like if the function was never even used. I think this is becuase the function presses and lets go of the key way to fast before it evens give time for the game to detect it.





Is thhere a way to wait a while before the SendKeys.Send lets go of the button pressed? Is there a better way to send input that will work with directx games?





all help is appreciated





(if your answer is way too long to place on here, feel free to email me at tmpryid@yahoo.com. I prefer a thorough answer by email than a short one here)

C# Send Keyboard Input To a DirectX Game?
SharpKeys 2.1.1


How can somebody play a game in this W.C. for a country that doesn't exist, with anthem that nobody likes?

I think you are talking about Serbia%26amp;Montenegro.If you are I think the players are just playing because they had already qualified and there is no point quiiting just because the country is split up,they may as well just try their best and see what happens.This world cup is also a chance for the players to advance their careers and attract the attention of big clubs!!!


By the way,Which country are you talking about????

How can somebody play a game in this W.C. for a country that doesn't exist, with anthem that nobody likes?
Aha Serbia and Montenegro right? Good question...!
Reply:Holy toledo Batman, the Riddler's back!!!!
Reply:I assume that you are referring to England but:





1. IN terms of the world cup rules (and generally) they do exist as a country;


2. I don't like the national anthem but it is the national anthem - I would concede that I think in a sport where individual nations (as opposed to completely independent countries) can be represented that they should use a 'local' anthem ... like Flower of Scotland.





If you are not referring to England then move on to the next answer :-)
Reply:What are you talking about, are you on the right planet.
Reply:Not sure what you are on about but


solo: England is a country


and that Montenegro and wotsit place may be independent of each other but still play as one country. Sometimes they do that maybe because the country is too small to play alone or something, Like the Eurovision, there was Herzogovina and whatver the other bit is who had a joint one because they were one country.
Reply:so which country doesn,t exist?


if you clarify you question,maybe we can answer it properly!!
Reply:Hello you don't make sense.
Reply:good question, i have no idea what the correct response would be though. are you going to tell us?
Reply:hmmmmmmm,,, u make blone thinking ,,, not good
Reply:Erm....what?
Reply:I think this might be about Angola.....
Reply:Are you talking about Serbia %26amp; Montenegro? I know that they've declared independance of each other, but are playing as a joint team in the world cup. I suppose it's difficult for the players and the countries involved, but since they've all played together for some time, I'm sure they can bury their differences to play the best game possible.


Their respective countries will be supporting them no matter what the political differences. Although if a Serbian loses the match for the team, the Montenegrans will feel cheated and vice versa, I'm sure it won't lead to war. ;o)
Reply:What are you talking about? And where are you if you're in a W.C. country? And what game is it that you want to play? And I haven't heard an anthem that I don't like.
Reply:Any one have any idea what this person is on about


My Naruto: Ninja Destiny Game isn't working :c?

at least, i THINK it won't work. you see, i unlocked temari %26amp; guy in story mode normal, no continues. after doing hard mode and getting Gaara, i don't have Tsunade. if i don't have tsunade, i can't get orochimaru! i might not have her because i used a continue to unlock gaara. does that have anything to do with it? please help me, and thanks for reading this! ^_^♥

My Naruto: Ninja Destiny Game isn't working :c?
no it doesn't a piece of advice you dont have to be on hard you can do it on normal too


I recently purchased the game for PS2 b/c it said you could download, but how on earth do you dl?

wat game

I recently purchased the game for PS2 b/c it said you could download, but how on earth do you dl?
What are you trying to download?

pokemon cards

Is there a burnout game on the p.c?

not that i know off


Is this best for 3d game creation : text editor + c++/c#/java/python compiler ?

nil. Maya is the best.

Is this best for 3d game creation : text editor + c++/c#/java/python compiler ?
Best is such a fuzzy word. It shouldnt be used without also supplying a rubric.





If performance was the dominant measure of "best" then assembler, or a HIGHLY optimized form of C would be best.





If ease of programming was the dominant measure of "best" then a high level language like Java might be "best".





If quality of graphics was the dominant measure of "best" then a custom tool, possibly like maya or other game specific integrated development environments might be best.





You should try to get a reasonable estimate of what "performance" means and how much you need, what "ease of programming" means, and how much you need, and what "quality of graphics means" and how much you need, then investigate the possible develpment environments and languages for quality of fit, cost, and hardware requirements to determine a TRUE best.





You should also consider game environments. There is where development money is being invested so there is where progress is being made. If you have the best game in the universe, but it only runs on deep blue, you have a market problem, and should estimate revenue before you start spending vc dollars. If you have a weak game, but its engaging, and will run on a cell phone, then you might not have to use maya to make it, and might make several hundred million with it.





If you are going to spend $100,000 or more developing and marketing a game, then you should spend $1000 of your time finding a way to make the most and the "best" of the $99,000 left in your budget before you write the first line of code, or invest your degree in a tool that will be obsolete in five years.


When im in a game it either d/c me or the opponent before the game ends.whats wrong?i know its not my computer

Go to this help page in yahoo-it will give you ideas %26amp; instructions on what the prob could be:





http://help.yahoo.com/l/us/yahoo/games/g...


The game of life in C++ code question?

Can someone look at this code and tell me what it is supposed to do?


for(row=row_index-1; row%26lt;=row_index+1; row++)


for(col=col_index-1; col%26lt;=col_index+1; col++)





This was the code that was provided to find the number of neighbors of each cell.

The game of life in C++ code question?
A For statement is one that executes as long as the conditional statement is true.





The first part (row=row_index-1) is the starting condition. This is where your program is at when the for loop begins.





The second part (row %26lt;= row_index+1) is the conditional statement. As long as this statement remains true, the for loop will continue to execute.





The third part (row++) is the "updater" to the equation. Basically, it increases the row_index by 1, so the For statement reruns, this time testing the updated value against the conditional statement.
Reply:This code walks through each neighboring element of the array surrounding the element at (row_index, col_index).


If there is a third line here it would would probably be a comparison against the contents of the array position and a decision about the contents.


By the way some where you have to test for a boundary because the row or column in these loops could be outside the the array and you would have a bug either a crash or an unpredictable condition.

plum

Whats a good game programming book on C or C++?

(1) Game Design - secrets of the sages


edited by Marc Saltzman ISBN 1-56686-987-0





(2) Teach Yourself Windows 95 Programming in 21 days


Calvert


Sams Publishing


has 1 good chapter on a game


ISBN 0-672-30531-3





(3) C++ Builder Unleashed


Calvert


Sams Publishing


ISBN 0-672-31022-8


Has an excellent section - 100 pages - on design of games - with a sophisticated game included. comes with a CD. while it is designed around Borlands C++ programming aid, you could use it as a good start in another system. also, you can buy old copies of c++ builder cheap on eBay.





All these books can be bought used on Amazon for about $2 each.

Whats a good game programming book on C or C++?
C++ for dummies is a great book (don't be put off by the name). You can get it at most good book stores.


So tired of PLaying this game with the dr... i get told if my blood pressure doesn't do down im going in for c

section which i have one scheduled for the 16th, but my blood pressure stayed high they sent me home on bed rest funny how i can be on bed rest i have a 2yr old, then they say oh if your blood pressure doesn't go down this day we're taking you in for a c section... its so frusterating i know at the end of your pregnancy your anxious but im just tired of playing these games ..... any advice on what to do?

So tired of PLaying this game with the dr... i get told if my blood pressure doesn't do down im going in for c
I had a similar situation (though I didn't have a 2 year old at the time!...yikes!)





They really are just following "best practices" to make sure that


1) you stay pregnant as long as you can - the longer they can wait to deliver you, the better for your baby - every day counts! and


2) that they try every option they can before the resort to an early c-section...partly to cover their own liability, partly to look out for your best interest.





Just think of each day that goes by as a gift to your new baby - another day to rest and relax with mom before entering the world!





Pop in some videos for your 2 year old - if ever there was a time when TV would be OK, it would be now! - or call in some favors from friends and family so you really can try to be on some form of bed rest.





Good luck!
Reply:I don't really have any advice, but I can sympathize..





I went through the same thing starting in my final month. It is very frustrating, and I swear the whole situation made my blood pressure get even higher. My husband kept asking the dr. why not just induce now. I was finally induced 1 week before my due date.





Unfortunantly all you can do is try to relax, eat less salt, and wait it out.





Good luck
Reply:Not knowing your 2 year old I can only suggest that if your child will sit with you quietly for a video let him/her lay on the bed with you and watch the video together. My oldest would sit for a video and I could rest when I was pregnant with my middle child. My oldest two were self-sufficient when my youngest was born.





Can you get a friend to come in for an hour or so to play with or take your baby out for a little while during the week so you could rest?
Reply:the same thing happened to me. they're not playing games with you... they're just wanting to be cautious while at the same time giving your baby the maximum chance of developing in utero. i was admitted and sent home so many times i lost count. i had high BP that quickly developed into severe preeclampsia (pregnancy-induced hypertension). i kept begging them to just induce me but they wouldn't. finally at 34.5 weeks my BP couldn't be waited on any longer because of the danger of seizures and kidney failure from the amount of protein my kidneys were leaking. I was unsuccessfully induced and ended up with an emergency c-section. at the time i didn't think it would make that big a difference whether they delivered today or next week as far as development is concerned but looking back on it i am extremely thankful that my doctors held their ground and 'played games' with me. had my daughter been born a week early she would've probably ended up in the NICU and needed medication for lung development. she was only 4 lbs, 15 oz when she was born and the tiniest and most fragile baby in the regular nursery. i know how frustrating it is but hang in there. is there anyone who can help you with your 2-year-old? you're right, caring for a toddler is NOT going to help your BP come down which is why you NEED to get help. this isn't just about your baby's health but also about keeping you as healthy as possible and protecting your vital organs.





hang in there!
Reply:Sometimes it can feel like your doc is making you jump through hoops just for the heck of it, but don't despair! You can make it through this!





Make time for yourself once or twice a day, just to sit down and read or light a scented candle, take a little nap or just close your eyes! Even 15 min can make a HUGE difference on your overall health!





If you have the ability to have someone come over to watch your 2 yr old for just an hour could help as well.





Just remember to take your time and slow down. I know it's not easy having an energetic 2 yr old, but remember to take each day as it comes.


I'm sorry I don't have anything else!





Good luck and hope your delivery goes good, even if it is a c-section!


Can someone tell me if this i a good game? http://s1.bitefight.org/c.php?...

please help me by telling me if this is a good game thanks.

Can someone tell me if this i a good game? http://s1.bitefight.org/c.php?...
Uhh Yea.... not really..
Reply:www.tipsforbitefight.hatebreed...


Ultimate tips and tricks for bitefight! Report It



B.C. versus LSU in BCS championship game?

After B.C. runs the table in its playground team schedule, just how bad will they lose to LSU?

B.C. versus LSU in BCS championship game?
UUUUUUUUHHHHHHHHHHHHHH....... NO!





it will be oregon lsu for the national title game!!





GO DUCKS QUACK DAMNIT!!





oh and bye the way im still really pissed off that the anihiem hockey team stole our team name. just goes to show you that californians cant think for themselves the have to steal victories and team names cause noone is intelligent enough to come up with their own.
Reply:well VT lost to LSU 48-7 BC beat VT 14-10 barely LSU would win 35-10
Reply:Hold up a sec! I think that BC could possibly loss once. They still have to play their ACC schedule, which still has some challenges. I think that the title game may be Ohio State vs. LSU.
Reply:LSU would kill them, even Kentucky,Flordia,South Carolina,Georgia,Alabama,Auburn,Arkansas would kill them. Even Vanderbilt would beat them. LSU would have killed Ohio State last year too
Reply:I'm not convinced either of these teams makes it to the BCS game. LSU still has some tough games left, and BC is waiting for a let down game. If LSU has to Play Florida, or South Carolina again, who knows who wins. I think that nobody will know who is going to be in the Championship game until the last week of the season. If Oregon or ASU Wins out i could see them in the game for sure.
Reply:Yeah, and losing to Kentucky proves that LSU is a national champion.





BC fights its way into the rankings every year while Coaches from State Schools pat eachother on the back in the ratings.





Bring it when BC loses. Until then,have it for dinner.





BTW the score of the game was 14 3. You and I both saw the shadow of Eddie Royals foot on the chalk as he sailed out of bounds. Bullshirt call and everyone knew it.
Reply:I think the question is, just how badly will Ohio State lose to LSU...people whine about how easy OSU's schedule is, and still, they think OSU will lose to somebody they have left to play. Get your minds together...
Reply:bc is good, but they wont make bcs championship. provided ohio st. gets past mich. osu will be in bcs bowl...maybe against lsu. okla. can make a good bid but i dont think theyll make it some may be surpised, the opponent may come from pac 10...and ,unfortuntatly, not usc. watch oregon or az. st.
Reply:BC won't make the national championship and here's why ...





VT will beat Virginia so VT will play BC again in the ACC championship ... VT will be pissed and romp on BC thus eliminating BC as national championship contenders.





Hence, it'll be LSU vs OSU (assuming OSU beats Michigan) in the national championship and LSU will win because they play in the tougher SEC conference and will beat OSU just like SEC's one-loss Florida did against an undefeated OSU last year. So you're basically going to get a repeat of last year but with LSU instead of Florida beating OSU.





But then this is college football ... anything can happen between now and then.
Reply:It would be bad. BC not only needs to win the rest of their games, but hope Ohio State does as well.
Reply:BC is still undefeated.


All other teams have folded under the pressure.


Give them some respect.


You all said you would if they beat VT and now you all are backtracking.


BC has won every Bowl game since 2000? What other team can say the same?


I think it would be a great game but of coarse everyone wants to see a team that has lots of recruits and fans.


Sorry, but Boston is lucky to have more then just college football.


We have the Red Sox in the WS and the Patriots going undefeated.


Boston College not only has a great football program but graduates like 96% of their players.


Unlike most of the high ranked teams that pick up players that never even graduate because they only care about their football skills and not their future.
Reply:LSU will get upset again when they get beat by Alabama tomorrow.
Reply:idk if they would get crushed by lsu... i mean lsu has had nothing but close games.. and so has BC.. i doubt lsu would crush BC..
Reply:LSU AND USC just watch D day is coming hahahahahaha.

parts of a flower

I noticed in the colts saints game the QBs had big "C" on there jersys. why?

the capitol "c" had stars under them

I noticed in the colts saints game the QBs had big "C" on there jersys. why?
Captains
Reply:captains
Reply:C from what i understand is a Captains logo, worn by the player deemed captain of the team, just like in high school...
Reply:It's a captains badge instead of having an armband or anything.
Reply:the c is on the jerseys of the captains


Dev c++ or visual C++ or C++ or KPL is suitable for game?myself?

what kind of software,language do i need to have and learn for The complete game by myself?

Dev c++ or visual C++ or C++ or KPL is suitable for game?myself?
You ask about development environment, not about language, right?


Note than games are very sensitive with e.g. graphics, so you need the most optimized compiler.


VC++ will be good enough for some simple game.


For more complicated one, i'd prefer gcc (see MinGW) or even Borland Builder and not C++ but plain C.


C'mon, who REALLY finishes a game of Monopoly??

seriously! I usually just give up after we've played it for 2 hours.. that game takes wayy to long to finish. lik 4 hours at least. has anyone ever finished a game of Monopoly?

C'mon, who REALLY finishes a game of Monopoly??
i do,i win in like 2 hours,and one time hubby and i were playing and i won in like less than an hour
Reply:I did.





i once play it with 2 of my friend


we chose the 1 that got time limited version(1 year gameplay)





And this one and only time, that i manage to finish a monopoly game
Reply:No! The people I play with end up cheating or throwing money everywhere. I think you have to be EXTREMELY serious about it to finish a game.
Reply:I'd finish monopoly party on the PS2 with some friends otherwise I'd lose interest like half way through the boardgame lmao.
Reply:My sister and I used to play Monopoly often. Those games last forever! I'm not sure if we ever finished a game. It got boring after after a while. So, we just jammed out to Pantera.
Reply:Not us. We usually put a time limit on it. And who ever has the most money wins!
Reply:i played it with my friends it went on and on it starded getting boring and it starded to seem it was never gonna end but then we decided to take taxes from every1 every turn it finally ended
Reply:i have, played it for like 3 or 4 hours when i was like 10. lol
Reply:When it's more then 3 or 4 people then we'll finish, but if it was just played to pass time, then we'll end it whenever we find something else to do.
Reply:Play strickly by the rules and a game of four players can be finished in less than two hours. (That means *no* jackpot for landing on 'Free Parking'!)
Reply:Of course. We always finished the game. That's why we played. Of course, we never got out Monopoly unless we had time to finish it. If you don't, play something else.
Reply:I'll finish the game.... it can be a lot of fun with friends
Reply:We always finish. But on the very few occasions that I am out early, i usually leave the room and don't know if the others really finish.
Reply:I do when I play with family on New Year's Eve, but haven't done that in a long while.
Reply:I have once when we actually had to dare to not get up until the game was finished. :P
Reply:I love Monopoly, and yes I finish when I actually find someone who wants to play.
Reply:The only time I remember actually finishing a game of monopoly was years ago when my brothers an I were playing the Pokemon version... my older brother got the pokemon equivalent of Boardwalk and whatever is next to boardwalk... he eventually got hotels on it and my little brother and I lost all of our money...
Reply:me and my friend when we were kids, it took us four hours and in one time close to six
Reply:OMG. LOL. I agree with you. Sometimes I just get tired of playing Monopoly but I have finished a game of it before. I was up to about 3 in the morning trying to finish it but out of the 4 people that were playing I was the 2nd to get out so yeah. But the other to players did continue with the game until there was a winner. And oh, it only took abut another hour or so! LOL. :]]]
Reply:I love finishing the game. Mine doesn't last more than two hours because I always get everybody broke. That's probably the one game I win at.
Reply:I've played 2p games of Monopoly recently. Of course, that only lasted 1 to 1.5 hours. When I was younger in my elementary school days, we had 2-3 hour games going with 4 to 7 players. We did finish them, but that was back when we had all the free time in the world. Even if we lived close to each other, today, a 3hr+ game of Monopoly just wouldn't be as appealing.





Of course, if i get eliminated early, i woudl stay a while, but leave to do otherstuff and leave the "winners" to be still tied down to their current game :D :p
Reply:I pretty much always finish it.... Unless my opponent quits.
Reply:On the board game, my sisters and i had a game that lasted us a week..no jokes! we took breaks for school, eating, etc and carried our money around with us so there wouldn't be any cheating. and yes, i won!





On the PC game, i am currently in the works of a game that's lasted about 2 months...i haven't played it recently because it just seems like it'll never end. Property-wise, the computer and i are evenly matched (i own two sides, he owns two sides). Even though i have 3 times more money than he does (approx. 170,000 in just cash), it just keeps going round and round. i probably won't finish that one.
Reply:We play several times a week. With rare exceptions a game played by the written rules (not house rules) will last about 90 minutes. 3 of us will usually play 2 or 3 games in an evening. House rules are where the problems begin in bringing a game to a conclusion. Most of these rules add more and more money to the game thus prolonging it indefinitely. If you want to play a game of Monopoly that will last about 45 minutes try the mega edition. New rules in this game make the game end quicker.


Um...my sims 2 game won't work b/c i need a Directx 9.0c....which i don't know what that is sooo...please help

i reeally need it so i can play my game!


does it have anything to do with what windows i have(98,me,200,XP)???

Um...my sims 2 game won't work b/c i need a Directx 9.0c....which i don't know what that is sooo...please help
U can download DirectsX from microsoft site. Also check the minm system requirements for the game.


And yeah, sims 2 will rum on XP only!!
Reply:Go to microsoft.com or directx and download it for free I did

mothers day flowers

My counter strike game tells a report w/c is "it has modified and prompts me to re-install or check for virus

when i try to execute the application of half-life it displays an error report w/c prompts me to re-install the application or check my system for viruses..pls. help

My counter strike game tells a report w/c is "it has modified and prompts me to re-install or check for virus
okay in steam goto


File%26gt;Change User


then log back in and it should be fixed happens to me alot dont worry


What Would I need to know to learn the basics of C++ language, such as game design?

This is a confused question. So I am going to answer, “What would I need to know to program/design windows games as a career?”





First, C++. Thank you, you may rate my answer a five now. Seriously though. C++ isn’t something you are going to pick up over night. Why? Well you can’t just learning C++, you are learning programming paradigms like OOP and/or structured programming, and many computer science concepts and skills at the same time. So you need a lot of knowledge, and it will be slow going, even in a formal environment. C++ also requires you to know what libraries do what. As opposed to what us lazy programmers who use Java do, which is just looks it up on the Java API site. Even if you already know programming and OOAD and what not, it can still be a problem. I tired getting into C++ a while back and wasn't willing to invest the time to learn it. It isn't user friendly and idiot proof like Java.





Windows uses the WIN32 APIs, MFC APIS and .NET. Those APIs, and .NET, let you access windows functionality needed to do things like, bring a window. .NET is by far the highest level and WIN32 is the lowest. Big games like World of Warcraft/ Counter Strike / Half-Life 2 will access the WIN32 APIs, you probably don’t need to worry about that for a long time. For now, as I understand, .NET will provide you with the accesses mechanisms you need, or maybe MFC.





Which one depends on what you are making. If you are making bejewled for IE, you would want .NET. If you are making minesweeper you would need MFC. If you are making World of Warcraft you need WIN32 (Or whatever the 64 bit version is, I don’t know). Most hard game programming isn’t going to lie in your knowledge of C++, but in your knowledge of vector algebra. But, if your just doing design then you might need to know that. But if you want to do anything 3D then it’s off to the world of math.





So what do you need to know to design games:





C++, not just a little, or the basics. Every last god damn thing. Sorry, but there are no short cuts there.





OOAD, not something that makes a lot of sense until you get some experience, so time is the biggest factor on this one.





APIs, which ever they may be. But, you will need to read a book or something to learn what they are. And be smart enough to know how to use them.





Vector Algebra, hit the books now, I hear this is hard.





Server hardware, or PC, but load balancing and resource usage is going to be an issue and you will need to know how to handle it.





That probably sounds discouraging, but keep in mind you can learn a little at a time and apply new skills to what you are doing. You can start simple, you wouldn’t need that much knowledge to make something like minesweeper. And you can probably think of an even simpler game to start with. Also, don’t tie yourself to C++ in the beginning. VB might be a better place to start, at least to work out the game logic. Then worry about MFC or whatever to get your graphics going.

What Would I need to know to learn the basics of C++ language, such as game design?
Game designing is not basic programming.


C++ is a high level general purpose programming language.


There are many higher level game designing languages many of which are written in C++.


Most good ones are probably proprietary. i.e. you have to pay for them.


Do learn the fundamentals like bit, byte, word, object code, structure, field, Boolean algebra, compiler, interpreter, looping etc.


This is easier in Visual BASIC or JAVA.


The language "C" is the procedural foundation of the C++ language. Learn it first.


GOOGLE or Yahoo "game programming" to start.
Reply:In general games are some of the harder things to write unless you're doing very simple stuff. I would head down to the bookstore and see what books on C looked good. Read a bit and see how you feel about them.


On the game beachhead 2002 for p.c?

HOW MANY LEAVELS ARE THERE TO COMPLETE THE GAME ? AND HOW DO I GET MORE AMMUNITION TO COMPLETE LEVEL 21

On the game beachhead 2002 for p.c?
Don't know and don't know.


Can someone direct me to where I can find the C++ code for a game of blackjack?

I need the whole thing: header and source files

Can someone direct me to where I can find the C++ code for a game of blackjack?
I haven't looked but I would try GNU.org





not there try





http://www.bjmath.com/bjcomputer/compute...





close:


http://www.okmij.org/ftp/packages/black-...


http://www.cise.ufl.edu/~manuel/obfuscat...


http://www.codeproject.com/csharp/blackj...

song downloads

Is there a website where i can download new maps for C&C Zero-Hour pc game? and tell me please how?

tell me please in detail.

Is there a website where i can download new maps for C%26amp;C Zero-Hour pc game? and tell me please how?
Try here:





http://www.gamespot.com/pc/strategy/cand...


Tonight's BB8 show won't be live b/c of the Redskins game right? When will they air it then?

It varies depending on your area. Some are showing it around midnight or later. Others, not until Sat. If someone in your area doesn't have an answer, check the listings for those times if you can. Luckily in Dallas we get on a sister station at its normal time.

Tonight's BB8 show won't be live b/c of the Redskins game right? When will they air it then?
I live in Ohio and it will not be on till 1:35am.Guess I will be taking a nap and getting back up and watching it,since I got nothing to tape it with.
Reply:when is it gonna be on in GA?
Reply:BB8?
Reply:They are airing it on KCAL which is channel 9 on Dish Network. Even when I had cable, they did the same thing when something was on CBS instead of BB. Check your guide.
Reply:If you live in the Kansas City,MO area,it will air about 11:35 p.m. or shortly after! They will air the game,then news,then David Letterman show on CBS. I hope that helps!!!
Reply:this game must be a regional game because it's not being shown where i'm at in tennessee. my dvr listing has bb coming on at 8pm as always and the only football game that is coming on network tv in on FOX.
Reply:Well I checked the tv listings and your right there is a football game but on the cbs website it sys it is on at 8pm just check tonight and if it is not on then check the other channels somtimes it is on another channel! Hope I helped!
Reply:Yeah...if you're in NY then people are saying it will be aired at 1:35 am.....this sucks cuz i know ill be tempted to cheat and see who gets evicted before i even watch the show!!
Reply:It's still on at 8 EST. The game is on NBC, BB is on CBS.





(at least in Chicago)
Reply:its going to be live where im at, (in arizona)
Reply:Green bay area the game is on NBC and not CBS...no issues watching BB8 here.


Are the Lakers the best or what? Did u c dat Lakers - Rockets game?

They're the best. Yadadamean!

Are the Lakers the best or what? Did u c dat Lakers - Rockets game?
For some reason I recall The Rockets missing their best player on the court, you tell me it took 2 ot for LA to come out on top. Yeah their the best alright ( sarcasm ) Get real no matter what they still won't win another title.





The days of showtime are DEAD
Reply:Yeah, Kobe is pretty much the man. And Kwame pretty much is NOT.
Reply:That was a great game....go Lakers! Kobe got off...Kwame better not miss those layups in crunch time!
Reply:Whoa! Whoa! Whoa! The Rockets didn't have McGrady. How can you say the Lakers are the best when they beat a team at half strength. You might as well boast if they beat the Knicks. If you are going to judge the Lakers, lets see what they do against the Mavs in Dallas, the Suns in Phx, and the Spurs in SA.





The Lakers are fun to watch, but lets see them beat a contender before we give them a championship.
Reply:Awww man there were down by alot and Kobe got his teammates involved and they won. It was a great game.
Reply:ya that game was awesome, they even won without lamar odom whom they run their triangle offense through.. ive been a laker fan my whole life, kobe is amazing, but he is still not better than jordan.. kwame needs to work on his free throws, or instead of hack-a-shaq its gonna be hack-a-kwame
Reply:Awesome game, started so slow then picked up. Kobe had an awesome game, 53 points, 10 boards and 8 dimes. He would of had a triple double if that useless Kwame Brown would of made those 2 layups Kobe dished to him! Kobe is the best player in the NBA, no doubt.
Reply:no dirrrr!!!! lakers are fkn bad @$$!!! i luv them!!! but kobe had to sit out! it sux! but at least they played a really goood game there!!! lakers r so pimp! i luv them!!!!
Reply:no they're not! though the rockets had less t-mac they still manage to hang with the stupid kobe and lakers in a 2ot, if t-mac was there that should be an easy win for the rockets and lbflow562 kobe is not better than mj and never will be! he still has something to prove to de-throwned mj you stupid ***! and you know what separates kobe from mj! kobe is a cocky dumb ***! and kobe needs to win atleast one ring then you can compare him w/ other legends except mj, and maybe your stupid big juicy monkey eyes has an infection!
Reply:The lakers are number one. I liked kwame last year but I thought he needed some work handling the ball but he fixed that problem this season. Kobe is the best basket-ball player in the history of basket ball, even better than Jordan.
Reply:wow everyones mentioning how the lakers are amazing but they probably didnt even notice that tmac was out...yea sure odom was out as well but he doesnt compare to tmac so he couldnt have made a difference...the only reason the lakers are a good team right now is because of kobe and even with kobe if tmac played yesterday it wouldve been different...and kobe is not a better baller than jordan only people who dont know **** about basketball would be dumb enough to say that
Reply:the lakers suck, kobe is good but the lakers wont even make the playoffs watch kobe can only do so much.


How Do i Transfer my Pokémon from the GB/C Games(VBA) to Pokémon Stadium 2(N64) on Project 64 Emulator?

Downloading Pokémon Stadium 2 was quite a problem as i have a Very Slow Internet and that game is some 45MB's. I please please Want to know how we can Transfer Pokémon from GB/C games that i play on my Visual Boy Advance to Pokémon Stadium 2 that i play on my Project 64 Emulator. Any help that will solve my problem will get the points.





And Please those who Don't know the answer don't post this i am particularly saying to those who say Playing ROM's Is Illegal and stuff like that. Please Help me as i really need Help. Please Help!!!

How Do i Transfer my Pokémon from the GB/C Games(VBA) to Pokémon Stadium 2(N64) on Project 64 Emulator?
There's no compatibility between Visualboy Advance and Project 64, as far as I know.g

easter cards

This guy knows i like him...i will c him @ a softball game...should i talk to him???

and if i do...wat about?????i will be the only gurl there!!!!

This guy knows i like him...i will c him @ a softball game...should i talk to him???
He's just a guy if hes like me hed want you to talk to him talk to him bout the game.
Reply:soo...just go...follow your heart ;]
Reply:yes you should talk to him life is to short not to. Start with something about the game and go from there GOOD LUCK!!
Reply:You need to have him introduced to you in a proper (determined by your parents) social setting. After a proper social meeting then other things are possible.
Reply:talk 2 hm abt ur spelling prublims an how u r gunna fix dem
Reply:YES!! Especially if you think he might like you, but don't come on too strong, you should try to make "small talk" at first then get into more important conversations. You might want to figure out what his favorite team is then research it and talk about that or TV show or movies, ect. I hope this helps you out a little and good luck!!
Reply:Start it by saying how good he played or nice was to warch it...


I'm sure he will answer it back and then go on.
Reply:talk the about the game of course :)


dont be nervous shaky or shy just b ur self
Reply:nope





its softball





similar to baseball, a male thing, just avoid him, let him get on with the male bonding thing
Reply:you send me a picture of you then i could tell you what you should do
Reply:Don't wait.


I've missed so many opportunities waiting. Just go for it, otherwise you'll regret it.
Reply:yes u should,100%
Reply:deffinitely talk to him and you should just be casual like sayin "this is a pretty good game" or asking him wat the score is....like u dnt know.......bre witty but dont try too hard it wont make u look good...I Hope This Helps!!!
Reply:Of course you should talk to him. You could talk to him about softball to start with. Let the conversation flow from there.
Reply:If he know's he likes you then you should let him talk to you first, if he does then he probably likes you back! But if you start talking to him he may feel embaressed in front of the other guys and do the exact opposite of what your expecting! Good Luck!! :D
Reply:If you have ever spoke to him before then bring up something about your last topic or mention something about a mutual friend or the game thats going on. All in all even if that doesn't work just kinda feel things out and relax and go with the flow of the mood.
Reply:just talk to whatever comes up, first say hi and if he is interested he will start a conversation.


Can you tell some hints for writing a c-program for chess game?

chess games are easily available tere is no need for a c-program

Can you tell some hints for writing a c-program for chess game?
Look at the source code for GNUChess and see if that helps you any.
Reply:Nice Way to check how good you are in programming is to develop games.





For Chess you shall have to first learn the basic mechanism which is know as the problem of backtracing, in this u need to decide upto which level the program should go back if the move is wrong. This will help you to have a perfect move virtually before even playing it.





Then implement the comcept known as "8 Queen Problem"





whn u shall finesh this let me know i shall give u some more hints.


Bbye


Is there any place you can download p.c. games?

is there anywhere that you can download (for free) p.c. games e.g. battlefield 2 (and the whole game not like a demo.

Is there any place you can download p.c. games?
i dont know but if you download a whole game, its piracy. dont do it %26gt;:-(
Reply:limewire.com
Reply:Piracy much?? If you download a game, it could have a virus and it's ILLEGAL!!!
Reply:get full monova.org


no virus.


just use nod32 AV or Kaspersky from monova
Reply:I know one.





It's an MMORPG.





It's called 2moons.





www.2moons.acclaim.com


Does ne1 kno how u can c the percentage of game beaten on GTA:San Andreas?!?!?!?

There's a stat screen in the game's option menu where you can see all the stats you'll ever need (distance walked, people killed, times in hospital etc etc) and you'll find the percentage of game complete stat there....

Does ne1 kno how u can c the percentage of game beaten on GTA:San Andreas?!?!?!?
www.gamefaqs.com
Reply:First of all, use enough correct spelling so everyone can read your retarded question. Just look in the miscallaneous part of the stats in the pause menu you ugly yogurt-shaped mofo!

brenda song

Do any one have a c++ program of the game "kaun banega crorepati"?

No, but I think it should be pretty easy to make that one.. (except for the UI of course, which is kinda tough when you do it in C++). Just save the questions and answers in some file/database and pick random questions out of it (use the random number generator function.. I think it is Math.rand() or something like that)..


I have a xbox 360 got it in nov. was playing fine yesterday morning now will not play any game video are c.d.?

Did you get the Red ring of Death? Hopefully not. But he good news is that xbox has aexteneed 3 year warranty if you did.

I have a xbox 360 got it in nov. was playing fine yesterday morning now will not play any game video are c.d.?
it sounds like a disk drive issue try differnet cd's and gme disks even dvd's and see if any work if all or most fail to read you have a disk drive issue. It happens I review games and have 3 360's to save me from issues. Try that and then contact 1-800-4my-xbox.
Reply:Please provide more information as to what is actually happening when you try to use the 360. Do three or four red lights show up around the power button? Does the CD sound like it's spinning in the drive?





Please add info to your question.


Plz give me a c++ program for the game konane plz help me yaar?

That is going to be quite difficult. If you are still stuck with your project assignment may be you can contact a programming


expert live at website like http://askexpert.info/ .


Everyone, can you please vote for big Sal Fassano at C for the all star game?

Not based on numbers at all...just based on the sweet 'stache/mullet combo. The all star game is supposed to be fun, not serious. Thats why SalFal would be a perfect fit. Cuz he would be fun to laugh at.

Everyone, can you please vote for big Sal Fassano at C for the all star game?
Cant do it.. the game is sopposed to highlight the BEST players baseball has to offer.. even though there has to be at least one from the Nationals.





Love the 'stache, but gotta vote NO to Big Sal.
Reply:the all star game is crap anyways, why not
Reply:No.





As awesome as his mullet and handlebar mustache is, haha, I cant do it.
Reply:Sorry man, as much as I like good ol' Italian American Sal Fasano, in most cases I like to vote for the player I believe is most deserving to go based on statistics. Even though the All-Star game has become a popularity contest since there are always players that deserve to go who don't make it.
Reply:Nope. We need to get some people to vote for Russell Martin. I'm not a Dodgers fan, but this guy has obviously been the best catcher in the NL this year and he's 4th in the All-Star balloting right now. He really deserves to go.

bouquet

Give a the complete data structure c++ program in the game called game of life?

Well.... That's too Hard to find... i'm poor at C++...... So can't help.. have good day! Search in Google


Cheat Sheets for C S I video game for Xbox?

dont know.


Im nervous b/c i have volleyball game?

i dont know why.. i always feel like i'll mess up alot what should i do to make me feel less nervous?

Im nervous b/c i have volleyball game?
you will always be nervous, its just a matter of being human. If you practiced hard, you'll be fine, because you play like you practice. Know this: there is no such thing as luck, luck is when preparation meets opportunity!


That being said, what I used to do when I was nervous, was to focus my thoughts inward to a place I loved to be and focus on deep, controlled breathing. I was starting goalie for my lacrosse team and always felt pressure. My place to go in my mind was a waterfall in my town in spring, where the mist of the falls would spray my face and the lilacs smelt heavenly. Find your place: it can be in church, with your favorite pet or in the arms of someone you love and take deep, relaxing breaths.


Also remember you are part of a team, you share everything; talk to them, share your nervousness, your excitement, your joys, etc, then, knowing you have shared emotions, will build unity, a better team and will make you less nervous as an individual. Hope this helps! Now go kick butt!
Reply:Dont think about it. Good luck. You will win.
Reply:Play for fun because you like volleyball, right? Don't worry about others watching. If you mess up, don't worry about it. Every one does. It helps to laugh with everyone else if you've made a mistake too. Most people don't care, you shouldn't either.
Reply:ummm just memba its only a game and its not up to u to win its ur whole team!!! team work!! whoo!! and just memba to have fun cause thats wat its all about!!


I want to hack a pokemon S/G/C or R/B/Y game but I can't find the right program(s). Any help?

I've been trying to hack a Pokemon game (the Silver, Gold, Crystal, Red, Blue or Yellow) but I don't know what programs to use and I'm just a beginner at this. Any help is appreciated.

I want to hack a pokemon S/G/C or R/B/Y game but I can't find the right program(s). Any help?
Well if it is a rom u can use programs such as "Level editor or Pokemon editor or Advance Map" (they're all good) on the pc and change the rom. Others have used this and i play them on my PSP through VisualBoy Advance (GBA Emulator).





But if u have an actual cartridge game, then i guess u will have to somehow connect the GBA to the pc and hack from there
Reply:Give me your home address.I want to get you arrested

yu gi oh cards