C++ HELP

Mar 12, 2013 at 9:06am
i need to have a program that has controlled structures loop and using predefined functions for my homework
Mar 12, 2013 at 9:16am
Show us what you already done, and tell us what problems do you have.
Mar 12, 2013 at 9:29am
i dont have one . i still need to propose my work, but i dont have any idea what to program. i need a program that is used in business
Mar 12, 2013 at 9:43am
we are not going to make your homework for you.. you have to at least start with something and then we can help you...
Mar 12, 2013 at 9:45am
how about giving me ideas on what to program i can make the codes :( i just need ideas :(
Mar 12, 2013 at 10:10am
can i ask is <time.h> a predefined function?
Mar 12, 2013 at 11:52am
can i ask is <time.h> a predefined function?
No, it's a file you #include <time.h>

See

http://cplusplus.com/reference/ctime/

what predefined functions it contains.

Generally it's not wrong to take a look at the 'Reference' and other section of this site. It contains source code samples as well
Topic archived. No new replies allowed.