Search:

Type: Posts; User: MrMatt027

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    898

    Excellent, I'm going to try this out. Thank you...

    Excellent, I'm going to try this out. Thank you both very much.
  2. Replies
    4
    Views
    898

    Array question

    Hello everyone,
    I was just messing around in C++ and decided to make a random number generator to select lottery numbers. It looks like this:

    #include <iostream>
    #include <cstdlib>
    #include...
  3. Considering there aren't many "Tower Defense"...

    Considering there aren't many "Tower Defense" games on Facebook, there's potential. But an online multiplayer game, even a simple one, is going to take a lot of coding. If you have a small team of...
  4. Replies
    13
    Views
    2,256

    Stay active in what you are trying to learn or...

    Stay active in what you are trying to learn or achieve.
    Read up on what you're doing and find different methods of solving those problems.
    Set some short term personal goals and maybe a few...
  5. Replies
    4
    Views
    2,229

    Merry Christmas

    Merry Christmas
  6. Replies
    10
    Views
    1,641

    I'd rather "eat lightning and crap thunder".

    I'd rather "eat lightning and crap thunder".
  7. Replies
    5
    Views
    2,722

    Xbox 360 Controller Support for PC (video game...

    Xbox 360 Controller Support for PC (video game concept)

    Here's a list of PC games that support the Xbox360 controller. I was thinking about buying one for the same reason not too long ago, but I...
  8. Thread: Pointers

    by MrMatt027
    Replies
    14
    Views
    2,352

    Tyvm, you've cleared up some other questions I've...

    Tyvm, you've cleared up some other questions I've been asking myself.
  9. Thread: Pointers

    by MrMatt027
    Replies
    14
    Views
    2,352

    Oh I see, I think understand now. Thank you. I...

    Oh I see, I think understand now. Thank you. I was over thinking this whole thing and probably getting ahead of myself in the process. The hexadecimals and the ability to "dynamically accolate...
  10. Thread: Graphics

    by MrMatt027
    Replies
    2
    Views
    1,027

    Cprogramming.com - Programming Tutorials: C++...

    Cprogramming.com - Programming Tutorials: C++ Made Easy and C Made Easy

    Scroll down and look for "Graphics Programming", there's an SDL, OpenGL, 3D rotation, and C/C++ DOS Graphics tutorials. Hope...
  11. Thread: Pointers

    by MrMatt027
    Replies
    14
    Views
    2,352

    Pointers

    #include <iostream>

    using namespace std;

    int main()
    {
    int x; // I understand this is an integer and it's named x.
    int *p; // I understand this is a pointer to an...
  12. Long story short, I tried programming a while...

    Long story short, I tried programming a while back when I was 17 and it's been a learning process since.
    It's one of those things that still interests me.
    I'm also using CodeBlocks. It's great and...
  13. These two questions aren't specific to just one...

    These two questions aren't specific to just one person, they're just general questions I felt like asking to everyone. Just for the sake of some friendly conversation.

    What made you want to...
  14. Replies
    8
    Views
    1,073

    else if (x == y) cout

    else if (x == y)
    cout << "X and Y are both equal" << endl;
    Seems like it needs this lol.
    Thanks nick753, I was also wondering about this same thing earlier.
  15. Replies
    7
    Views
    1,971

    Oh I see, my bad. Honestly, I couldn't figure out...

    Oh I see, my bad. Honestly, I couldn't figure out why j was ever in that until you said it was to set the flag.
    Thank you grumpy.
  16. Replies
    4
    Views
    1,258

    Take away the ; in if (a==1); and also in ...

    Take away the ; in
    if (a==1); and also in
    else;
    That's what I did in CodeBlocks and it's working fine. :)
  17. Replies
    7
    Views
    1,971

    Well, I might be wrong, but I think in this for...

    Well, I might be wrong, but I think in this for loop it's stating that j < i and not asking.
    So, it doesn't matter what i is, j will keep increasing.
    You're right though, numerically 2 isn't less...
  18. Replies
    15
    Views
    2,008

    Nope, It's just my favorite number number on a...

    Nope, It's just my favorite number number on a top hat. I couldn't think of anything to use as my avatar, I'll change if it's inappropriate in any way.
  19. Replies
    0
    Views
    1,297

    My Introduction

    Hello everyone, I just wanted to introduce myself to this forum of fine people. I'm currently going to College for computer programming. I'm not currently taking any programming classes yet, but I...
  20. Replies
    15
    Views
    2,008

    Hello digitalknight, Welcome to the Discussion...

    Hello digitalknight,
    Welcome to the Discussion Board.
    Happy Programming! :)
  21. Replies
    5
    Views
    6,726

    Try to locate your (Settings), then go to...

    Try to locate your (Settings), then go to (Compiler and Debugger...), then find (Reset Defaults). I'm using CodeBlocks, but I figure it's the same with most compilers, you just need to keep looking.
Results 1 to 21 of 22