Recent content by nemisis

  1. N

    C/C++ C++ Object-Oriented Assignment: Test Your Motion Knowledge

    here is something new Motion.h Code: ( cpp ) #ifndef MOTION_H #define MOTION_H #include <iostream> #include <string> using namespace std; class Motion { friend ostream &operator << (ostream &out, const Motion &m); public: Motion(); virtual ~Motion(){}; virtual string...
  2. N

    C/C++ C++ Object-Oriented Assignment: Test Your Motion Knowledge

    so anybody has anything to tell me? i don't have much time left with other things in hand......
  3. N

    C/C++ C++ Object-Oriented Assignment: Test Your Motion Knowledge

    Srry i use Microsoft visual studio 8...... hehehehehe guess i am too lost to remember that too, anyhow anybody who can code the game program in c++ still find it tough to understand
  4. N

    C/C++ C++ Object-Oriented Assignment: Test Your Motion Knowledge

    yup C would have been easier, I got friends who are doing Java too..... but C++ is one language in which i can't get the codes, it just freaks me out. but I am still strying, working on the code and will post it when i haven made some(or any) progress at all. Anyways thanks guys for...
  5. N

    C/C++ C++ Object-Oriented Assignment: Test Your Motion Knowledge

    Hi Everyone I have a object oriented C++ assignment which is due this week and I have no idea as to how start it.... This program prints a motion verb ( fly, run, swim, crawl, walk, or roll ), waits for a second, then prints the name of an entity and repeats the verb (for example: fly ..1s...
Back
Top