Search:

Type: Posts; User: GreenCherry

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,440

    Or you can just use "getch()" intead of whatever...

    Or you can just use "getch()" intead of whatever syntax you use for inputing the w, a, s, or d.
  2. Thread: Classes

    by GreenCherry
    Replies
    13
    Views
    2,717

    Thanks for all your help, but I don't need...

    Thanks for all your help, but I don't need anymore. Normally I would lock the post, but I am unable to do so, or too ignorant to figure it out. ;)
  3. Thread: Classes

    by GreenCherry
    Replies
    13
    Views
    2,717

    I did, I just would appreciate it if someone...

    I did, I just would appreciate it if someone would look it over and make sure its correct. I'm not very good at classes. Also, just so you dont get confused, the struct is in the main cpp file and...
  4. Replies
    8
    Views
    2,787

    I really dont see where your program is going....

    I really dont see where your program is going. Factor will always be two at the end, unless both numbers are evens, then it will be 3.
  5. Thread: Classes

    by GreenCherry
    Replies
    13
    Views
    2,717

    C'mon people, this isn't just limited to Prelude,...

    C'mon people, this isn't just limited to Prelude, andyone with knowledge can point out the simplest of my errors. If you do a run through and find nothing wrong just say so, its not very hard.
  6. Thread: Classes

    by GreenCherry
    Replies
    13
    Views
    2,717

    Thank you so much prelude! I appreciate it. I...

    Thank you so much prelude! I appreciate it. I changed all those things, i was wondering if you were willing to check my whole program, just a quick runthrough, I would appreciate it.


    ...
  7. Thread: Classes

    by GreenCherry
    Replies
    13
    Views
    2,717

    Here is my struct: struct UserInfo; {...

    Here is my struct:


    struct UserInfo;
    {
    string name;
    int pin;
    double balance;
    }user[40];
  8. Thread: Classes

    by GreenCherry
    Replies
    13
    Views
    2,717

    ya thats right so heres some examples: My...

    ya thats right so heres some examples:

    My Class In the Headerfile:


    class ATM_Database
    {
    int halt;

    public:
  9. Thread: Classes

    by GreenCherry
    Replies
    13
    Views
    2,717

    Classes

    If I declare "int halt" in my private section of the header file, how can I use it in one of the functions in the source file?
  10. Thread: maze game

    by GreenCherry
    Replies
    8
    Views
    2,524

    That game is awesome! You should try to randomly...

    That game is awesome! You should try to randomly generate the mazes though. It would be quite hard though...
  11. Replies
    3
    Views
    810

    Emptying Values

    how do you make an integer worth nothing? Would you use empty[x]? I haven't tried that yet. And I am assuming you empty an apstring by doing:
    x = "";
    Quick answers would be appreciated.
  12. Replies
    1
    Views
    919

    Why dont you post this code on the board so I can...

    Why dont you post this code on the board so I can look through it? I would ather not d/l it.
  13. Replies
    4
    Views
    1,979

    Win32 Programming

    I am an intermiade programmer with C++ Win32 Console Apps and I was wondering where I should go. What could Allegro do for me? If someone could fill me in on the ways it works I would appereciate it....
  14. Replies
    8
    Views
    2,610

    I remember that packard bell thing, it thougt it...

    I remember that packard bell thing, it thougt it was cool back in the day, although sometimes it was a hassle to use.
  15. Replies
    19
    Views
    3,077

    ok, Ill try that later, and fill you in. BTW im...

    ok, Ill try that later, and fill you in. BTW im using MSVS 6.0
  16. Replies
    19
    Views
    3,077

    Yes, that does work, it turns my entire program...

    Yes, that does work, it turns my entire program red, and it prints 'hej', but how is that supposed to help me?
  17. Replies
    7
    Views
    1,205

    Ya, I was kinda lost, cuz even if it was a char...

    Ya, I was kinda lost, cuz even if it was a char is would still be one of the three.

    YAAY! This is my 50th post!!!
  18. Replies
    19
    Views
    3,077

    I get this: U:\Assignments\Ch9\Quiz.cpp(147)...

    I get this:


    U:\Assignments\Ch9\Quiz.cpp(147) : error C2678: binary '<<' : no operator defined which takes a left-hand operand of type 'class ostream_withassign' (or there is no acceptable...
  19. Replies
    19
    Views
    3,077

    Thanks but no thanks, i figured it out already....

    Thanks but no thanks, i figured it out already. If you look at my code the problem was that i put [x+1] when i shouldve put [x] (above the flush lines).
  20. Replies
    19
    Views
    3,077

    Ya, all the text prints correctly, I will try to...

    Ya, all the text prints correctly, I will try to make a smaller program. If anyone else has any ideas before i finish making o test program then by all means tell me.
  21. Replies
    26
    Views
    4,138

    OMG that one is hilarious!

    OMG that one is hilarious!
  22. Thread: My logo

    by GreenCherry
    Replies
    52
    Views
    8,936

    Oh Goodness No! He's going to wreak havoc on all...

    Oh Goodness No! He's going to wreak havoc on all the programming code in the world!!!!!!!! :eek: :eek:
  23. Replies
    19
    Views
    3,077

    Sorry, it wouldn't let me attach the source.

    Sorry, it wouldn't let me attach the source.
  24. Replies
    19
    Views
    3,077

    Coloring with for statements

    I have a program that I am trying to get to color the correct answers. For my testing stages I am just trying to get it to color the T green, and the F red.



    //Easy Coloring Of Words/Letters...
  25. Replies
    4
    Views
    1,260

    Thanks It Worked!

    Thanks It Worked!
Results 1 to 25 of 66
Page 1 of 3 1 2 3