Search results

  1. J

    In c++ need help with hangman game...?

    In my program i am having problems displaying how the blkanks and letters here is the coding... #include <cstdlib> #include <iostream> using namespace std; int main(int argc, char *argv[]) { int lives=6; int j,k; int n=0; char guess; int i; char yn; char word[] = {}; do { cout<<"Player 1...
  2. J

    Poem rate it, rip it, trash it?

    yet again another poem feel free to rate it or rip it up to change it (repost it pls) or give suggestions as i write in my book i think of all the things she took things that can't be returned things that must be relearned she took my love and all my joy she used my heart like a toy but...
Back
Top