Search:

Type: Posts; User: venomgts550

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,374

    well wrong is just the word I use but the code in...

    well wrong is just the word I use but the code in the loop checks if answer is in the word, and then makes wrong = true if it is
    so if(wrong!=true) should work but it doesnt, if there is another way...
  2. Replies
    5
    Views
    1,374

    Well the problem i was running into was that...

    Well the problem i was running into was that where i placed the count++; code it would not work out and add too many letters or just not add at all, so if I put it out of the for loop it will count...
  3. Replies
    5
    Views
    1,374

    Hangman program Help!

    I made this hangman program and everything works except I have been trying to put a variable named count which adds one everytime an incorrect letter is guessed and after six incorrect guesses the...
  4. Replies
    1
    Views
    1,379

    Hangman program

    I have to create a program that asks the user for a word clears the screen then lets the user guess the letters or the whole word so far i have it so that is clears the screen after the word is...
  5. Replies
    1
    Views
    833

    structs and arrays

    What code would i use to put a struct into an array
  6. Replies
    7
    Views
    1,613

    i changed the program to this but it still wont...

    i changed the program to this but it still wont work

    #include <iostream.h>


    struct BaseballType *baseball
    {
    string name;
    string name2;
    int year;
  7. Replies
    7
    Views
    1,613

    help with struct program

    i made this program to have the user choose from a menu what they want to do then enter information about a baseball card and view the data if they want but it doesnt work right and I cant figure out...
  8. Replies
    3
    Views
    1,531

    wut docs are u referring to

    wut docs are u referring to
  9. Replies
    3
    Views
    911

    try some of the tutorials on this site

    try some of the tutorials on this site
  10. Replies
    3
    Views
    1,531

    Changing letter case

    How could I change a lower case letter in a string to an upper case letter
  11. Replies
    5
    Views
    4,104

    the getchar() at the bottom is causing the double...

    the getchar() at the bottom is causing the double enter
  12. Replies
    5
    Views
    9,253

    What does isdigit do

    What does isdigit do
  13. Replies
    27
    Views
    2,367

    i tried to get the output to work

    i tried to get the output to work
  14. Replies
    27
    Views
    2,367

    bump

    bump
  15. Replies
    27
    Views
    2,367

    Can someone please help me I cant seem to get...

    Can someone please help me I cant seem to get this input right
    this is what i have so far

    #include
    #include
    #include
    #include
    #include
    #include
    int main()
  16. Replies
    27
    Views
    2,367

    ok thanx for all your help good night

    ok thanx for all your help
    good night
  17. Replies
    27
    Views
    2,367

    ok i got it to work

    ok i got it to work
  18. Replies
    27
    Views
    2,367

    Its a little confusing to me but it looks like it...

    Its a little confusing to me but it looks like it open betazip.txt then copies it to venomgts550.txt
  19. Replies
    27
    Views
    2,367

    ok this outputs about 100 numbers with the spaces...

    ok this outputs about 100 numbers with the spaces

    #include <iostream.h>
    #include <fstream.h>
    #include <iomanip.h>
    #include <stdlib.h>
    #include <time.h>
    #include <stdio.h>
    #include <string.h>
  20. Replies
    27
    Views
    2,367

    ok, thanx for all of your help so far

    ok, thanx for all of your help so far
  21. Replies
    27
    Views
    2,367

    sry im willing to think its just i get so...

    sry im willing to think its just i get so frustrated sometimes
    didnt know i could open it in notepad, i thought it deleted what I wrote to it when I closed the file.
    yea I see some numbers in the...
  22. Replies
    27
    Views
    2,367

    I made this new code and tried to incorporate...

    I made this new code and tried to incorporate what you said but when I use instream.eof() i get no output at all.
    #include <iostream.h>
    #include <fstream.h>
    #include <iomanip.h>
    #include...
  23. Replies
    27
    Views
    2,367

    Hey thanx for the help It makes more sense now...

    Hey thanx for the help
    It makes more sense now
    only thing is when I use instream.put(' ')
    my complier says it that .put is not a memeber of the ifstream
    so wut should I include to make it...
  24. Replies
    8
    Views
    1,109

    the last space is exit condition

    the last space is exit condition
  25. Replies
    27
    Views
    2,367

    I dont know what markers are and when I put...

    I dont know what markers are and when I put cout<<x in the part where its supposed to write to the file it makes all 100 number but i dont think it writes any to the file.

    If I make x into a...
Results 1 to 25 of 32
Page 1 of 2 1 2