piexil

Untitled

May 24th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. quests.open ("quests.txt");
  2. for(int k=0;k<10;k++)
  3. {
  4. for(int i=0;i<100;i++){
  5. quest[k][i];
  6. quests << quest[k][i];
  7. }
  8. }
  9. quests.close();
Advertisement
Add Comment
Please, Sign In to add comment