User profile: EricDu

User info
User name:EricDu
Name:Eric Du
Location:Toronto, Canada
History
Joined:
Number of posts:113
Latest posts:

Where am I going wrong?
check finalCost to see where it should be calculated.

Switch statement help please !
use single quote for char type.

Create Large File Quickly
fseek or lseek plus write should do the work. That means after call fseek/lseek to set the file size...

Reverse Number program almost there, 1 last error
If you hard coded these numbers in your source file, I think your results are correct. The reason is...

header files were included in the program, but cannot use them for errors
These are linking errors, you need to link the library of pack_c.h with your program.