Search:

Type: Posts; User: Bparm

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,106

    I'm only doing 2 dimensional arrays for the maps....

    I'm only doing 2 dimensional arrays for the maps. I'm not touching upon 3d stuff yet.

    Overall idea for this is just a 'game' that is like an old monster rancher game. Except that you can move...
  2. Replies
    3
    Views
    1,106

    Sequential file question

    Currently in the final three weeks of this semester and stressed to a level that is unheard of right now. The final piece is to make a game all in C++, I have an idea and I am trying to figure out...
  3. Replies
    7
    Views
    1,142

    I fixed the typos I think that are right in the...

    I fixed the typos I think that are right in the header, I'm just starting on the cpp file trying to add the class:: before each of the functions(I think that is correct.) I just want to try to work...
  4. Replies
    7
    Views
    1,142

    Thank you hk, so I can just add the Class name...

    Thank you hk, so I can just add the Class name and the :: and for what I want to call, have it as a const, and it should work? as you showed in your example.

    foo::GetWhatever() const

    like...
  5. Replies
    7
    Views
    1,142

    Thank you for answering. So I delete the class...

    Thank you for answering. So I delete the class asteroid part from the core cpp file(Asteroids.cpp) and then go on from there? It's late and I've done enough late nights. Thankfully with spring break...
  6. Replies
    7
    Views
    1,142

    Confusion with Constructors in classes

    Hello, everyone. I currently am having some trouble with C++, mostly the Object Oriented aspect of it. I have been working on a series of problems on one homework assignment and I am left stumped to...
Results 1 to 6 of 6