Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. int i,j,num_fighters = 0,buy_cost, found_where;
  2. bool found = false;
  3. string option;
  4.  
  5. if(ship.side==IMPERIAL){
  6. cout<<"Enter fighter type (tf/tb/ti/ta):";
  7. getline(option);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement