Homework-Need Help

Its is a written programme and we want to add a cursor that can be moved by using keybord. and when we move it, we will be able to hit the falling objects when we press "f" and when the cursor on that object.

programme is here: http://www.bufaim.boun.edu.tr/ie201/files/fallingshapeexample.rar

i couldnt copy it because there are too much header files.
are u in school doing this?
Original Post:
memocan wrote:

Its is a written programme and we want to add a cursor that can be moved by using keybord. and when we move it, we will be able to hit the falling objects when we press "f" and when the cursor on that object.

programme is here: http://www.bufaim.boun.edu.tr/ie201/files/fallingshapeexample.rar

i couldnt copy it because there are too much header files.


I don't see a question here. What's the question?
Memocan, I am your C++ lecturer from Boğaziçi Üniversity, due date of this homework is tomorrow. Come to my room after tomorrow and we will discuss how to solve the homework and how to solve a homework.
atu
LOL! Busted! :-P
closed account (1vRz3TCk)
memocan,

Wow, the course web site even has a link to here ... wouldn't you think that someone would be keeping an eye out for cheating?
¿Cheating? ¿what cheating? *sigh* you didn't do anything...

@OP: atu:
file names are case sensitive. By instance you #include "console.h" but the file is Console.h
main must return int.
Don't using namespace in headers. It pollutes everything that includes them.
There is a type of variable bool. Use that for Booleans.

¿Mac has windows.h? ¿what about Linux users?
Last edited on
closed account (1vRz3TCk)
¿Cheating? ¿what cheating?

While I admit that the OP didn't actually ask anything, he is requesting help for a homework assignment that should be done by himself.
I was under the assumption that that was his code.
And requesting for help is not a bad thing. Sadly, he didn't even did that.
Topic archived. No new replies allowed.