Search:

Type: Posts; User: FingerPrint

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,010

    Oh ok. Thanks for clearing that up for me. I got...

    Oh ok. Thanks for clearing that up for me. I got it now.
  2. Replies
    5
    Views
    1,010

    Return a string in a class

    This seems like it would be easy to solve, but im not sure how to do it. I made a class called Person, and in it, I have a getName(). This is what it looks like:




    #include <iostream>...
  3. Replies
    1
    Views
    7,080

    Basic question involving data types

    I skipped around a lot in learning C++ and in doing so, I didnt comprehend things as good as I should have. I decided to start over, well almost over. I was looking at cplusplus.com and in like the...
  4. Replies
    5
    Views
    1,782

    Converting words to *'s

    Garanteed everyone here has seen this done. Where text entered is turned into *'s. Like when you signed up for this forum, as you entered your password.

    Does anyone know how this can be done? I am...
  5. Replies
    8
    Views
    1,935

    Thanks for telling me how to fix that part dwks....

    Thanks for telling me how to fix that part dwks. But I dont have a way of telling if I have fixed the rest of the problems. It still opens the game for me, so I cant tell whats still wrong. I dd edit...
  6. Replies
    8
    Views
    1,935

    What exactly does it mean by "conversion from...

    What exactly does it mean by "conversion from 'time_t' to 'unsigned int'"? Does 'time_t' have something to do with Sleep()?


    EDIT: I looked up time_t, but I still dont get exactly what the error...
  7. Replies
    8
    Views
    1,935

    I honestly dont know what an IDE is heh. But I...

    I honestly dont know what an IDE is heh. But I just did a debug and noticed something I never noticed before. Apparently there was a little popup, I guess I didnt notice it because it came up behind...
  8. Replies
    8
    Views
    1,935

    Cant edit my game anymore :(

    I finished my first text based game not to long ago. The original copy worked just fine. As in, it compiled, ran, played and did everything it was supposed to do...just fine. Then I went through it...
  9. Replies
    14
    Views
    1,927

    Look at what I have started...

    Look at what I have started...
  10. Wow, this got way off topic lol. Well, I got...

    Wow, this got way off topic lol.

    Well, I got the answers I needed out of it. Thanks for the help guys. :D
  11. >>Setting age or any other property should be no...

    >>Setting age or any other property should be no different, except you use an appropriate data type.

    Well I dont see how I could use an if statement toaccept every possible age. The only way I can...
  12. I came up with this. It doesnt say Male or...

    I came up with this. It doesnt say Male or Female, but it will shows M or F which stand for male and female.



    do{
    cout << "\n\n Gender: Male(1) or Female(2)\n\n";
    cin >> gen;...
  13. Well I have got it where it shows the age and...

    Well I have got it where it shows the age and height. But I cant figure out how to set gender to either male or female and have it appear where I want it.
  14. Thanks for posting, but you didnt really help me...

    Thanks for posting, but you didnt really help me heh. I know the basics of WHAT is supposed to go there. I guess I should have asked my question differently. Hmm...

    Can anyone type some sample...
  15. Making a human class...not sure what to do

    I wanna make a class called Human. Then I would like to have a little menu in main that says:

    1. Gender
    2. Age
    3. Hieght

    And things like that. What I need help with is the making of the...
  16. Replies
    4
    Views
    923

    The brain, normally I dont include cin.ignore(),...

    The brain, normally I dont include cin.ignore(), just cin.get(). But for some reason when I made this, when you selected "1. Check Processor Speed" it shows the processor speed and then brings the...
  17. Replies
    4
    Views
    923

    Need some minor help here

    I havent looked into classes much, so I started to about an hour ago. I basically just made the tutorial class, on this site, and then added in virus as like the processorspeed and stuff. So you...
  18. Replies
    3
    Views
    1,021

    You should go to the C section...

    You should go to the C section and post there.
  19. Replies
    6
    Views
    1,063

    I figured it was something pretty simple. ...

    I figured it was something pretty simple.

    Richie T, the reason I have it like that is because Ive used( result = x + y; ) before and it worked. Wel, worked in that spot.

    >>>If you do the...
  20. Replies
    6
    Views
    1,063

    Cant figure it out...

    I recently took a break from programming(like a month, month an a half maybe). So as a little warmup to get back in the habit of programming, I made this small program. You just chose a...
  21. AHA! WOOT! I figured it out. I hadnt noticed it...

    AHA! WOOT! I figured it out. I hadnt noticed it before, but they were actually saved in different directories. At some point I made the same file in 2 different places, and saved myfunctions.h to one...
  22. Hmmm...I dont know what else to do. I dont get...

    Hmmm...I dont know what else to do. I dont get it, if the code is correct why isnt it working? Well, thanks for your help. Ill continue to work on it. If anyone happens to get a bright idea on whats...
  23. Here is what I have. // Main file for...

    Here is what I have.



    // Main file for entire program(beginning of it)

    #include "myfunctions.h"

    #include <iostream>
    #include <stdlib.h>
  24. Yes, im positive.

    Yes, im positive.
  25. Well, I may have seen what I did wrong. But ill...

    Well, I may have seen what I did wrong. But ill ask you guys real quick.

    I make the header file IN my main program and just name it 'header.h' right?

    When I try to compile and run it, it gets...
Results 1 to 25 of 61
Page 1 of 3 1 2 3