Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while (buf[0] != '\0')
  2. {
  3. cout << buf << endl;
  4. queue[i] = buf[0];
  5. i++;
  6. buf += 1;
  7. k = i;
  8. }
  9. if (digital(queue[0]))
  10. {
  11. strnum[i1] = queue[0];
  12. i1++;
  13. queue += 1;
  14. i--;
  15. continue;
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement