Search:

Type: Posts; User: DeanDemon

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Out of ideas

    by DeanDemon
    Replies
    3
    Views
    872

    I'm sure you still have some C++ to learn. Just...

    I'm sure you still have some C++ to learn. Just read tutorials and try to apply what they teach you. Then write something to try to tie every single concept you've learned together.

    A text RPG is...
  2. Replies
    41
    Views
    27,965

    Well good. Anyone too lazy to type a few extra...

    Well good. Anyone too lazy to type a few extra lines to save lots of memory, and is too lazy to type return 0; is an idiot. Laziness like that is only rewarded with a weak program that can have tons...
  3. Replies
    12
    Views
    3,321

    Yup!

    Yup!
  4. Replies
    12
    Views
    3,321

    Check Out My Drawing!

    I drew this at school. I'm not too happy with the way some of it came out, but I think it's not too bad. This is my new character Sebba (Well, not EXACTLY new. It depends on how you look at him. He's...
  5. Replies
    2
    Views
    1,474

    Please Answer My Question:

    What's the difference between contructors and member accessors like SetValue(int x)?

    I already know what constructors do, and that they're automatically called when you declare an object, but...
  6. Replies
    20
    Views
    5,115

    I personally like Sebba better:

    I personally like Sebba better:
  7. Replies
    1
    Views
    3,659

    What's A Graphics Api?

    I must know

    :)
  8. Hmmm..... I'm still not seeing the point of...

    Hmmm.....

    I'm still not seeing the point of them. Could someone just give me an idiot's guide to constructors?
  9. Hmm... Constructors dont even really take up...

    Hmm...

    Constructors dont even really take up much memory.
  10. Constructors And Destructors... What's The Point?

    See above question.
  11. Replies
    20
    Views
    5,115

    For a game, yes. Yobo's been the king of Flash...

    For a game, yes.

    Yobo's been the king of Flash games, but I think Sebba is better. If more people like Sebba, he'll replace Yobo(the one on the left)

    BTW: Sorry this pic looks all crappy and...
  12. Replies
    20
    Views
    5,115

    Pardon me sirs, but Knuckles is a guy, right?...

    Pardon me sirs, but Knuckles is a guy, right? He's naked besides his shoes and gloves, right? Everyone knows he's a guy, but the creator didn't draw a penis on him or anything. Everyone just assumed...
  13. Replies
    20
    Views
    5,115

    She? Umm.... Yobo's a guy.

    She?

    Umm....

    Yobo's a guy.
  14. Replies
    20
    Views
    5,115

    Which One Looks Cooler?

    Which one looks better?:
  15. Two Questions That've Haunted Me Ever Since I Started C++

    These questions have haunted me ever since I started C++.

    1.) What EXACTLY is object oriented programming, and what are the advantages of using it?

    2.) What are some practical uses for C++, and...
  16. Replies
    8
    Views
    1,231

    I got it fixed. Yay!

    I got it fixed. Yay!
  17. Replies
    8
    Views
    1,231

    Well yeah, but it's pretty much the same...

    Well yeah,

    but it's pretty much the same exact thing as the code in my first post.
  18. Replies
    8
    Views
    1,231

    :(

    Hmm....

    It still doesn't work
  19. Replies
    25
    Views
    4,562

    Say Wha?

    I dont believe I've heard of that.
  20. Replies
    25
    Views
    4,562

    What Do The Pro's Use To Build Video Games?

    Does anybody know?
  21. Replies
    8
    Views
    1,231

    This Has Been Troubling Me For Some Time.

    Here is a header file in which I declare and define the class "Sebba": (My character)

    class Sebba
    {
    public:
    int GetHealth(int x);
    private:
    int Health;
    };
    int Sebba::GetHealth(int x)
  22. What's The Most Important Thing To Learn In C++?

    SEE QUESTION ABOVE.
  23. Another Survey! This Time, It's Shorter, People! :)

    1.)WHICH NAME IS THE MOST MYTHICAL, AND COOL?

    Mosadna (Muh-sod-nuh)
    Echidna (ech-id-nuh)
    Majicia (Muh-jee-shuh)

    2.)WHAT'S THE COOLEST SPECIES?

    Tiger
    Mole
  24. Replies
    13
    Views
    2,666

    Public Survey! Please Take!

    Here’s a quick video game and personality survey:

    1.)Which of these names sounds the best to you?

    Cross
    Sebba
    Sebbu
    Pyren
    Dran
    Masidin
  25. Replies
    1
    Views
    848

    I Need Help With Member Accessors.

    #include <iostream.h>
    class Cat
    {
    public:
    int GetAge();
    void SetAge(int Age);
    int GetWeight();
    void SetWeight(int Weight);
    int Meow();
    private:
Results 1 to 25 of 42
Page 1 of 2 1 2