It's UWAweek 3

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 1168 articles.
Currently 1 other person reading this forum.


SVG not supported

Login to reply

👍?
helpful
5:08am Thu 31st Aug, Christopher M.

ANONYMOUS wrote:
> Can I assume that all numerical values in the csv file will be integers? Thanks.
Hi, yes all values in the 2 files are integers. The space-or-tab separated words in the files, such as "200usecs", can easily be captured with an expression such as int x = atoi(word); because the atoi() function will return its result at the first non-digit. Thus, the "usecs" is simply ignored, and the value is 200.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy