It's UWAweek 42 (2nd semester, week 12)

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 738 articles.
Currently 68 other people reading this forum.


 UWA week 37 (2nd semester, week 7) ↓
SVG not supported

Login to reply

👍?
helpful
3:36pm Fri 13th Sep, Amitava D.

ANONYMOUS wrote:
> once we finished transcribing the ml language into C code in a separate file, I assume we need to call the system function to run shell commands to run the C file right? > > the problem with this is that we require a main function for it before it compiles right? also how do we deal with the datatypes considering our ml file only accepts float datatypes, even if lets say the file sample contains a: > > function main argc argv > # some code here > > the main function requires a return value to be int, argc to be int, and argv to be string array. > > the translation will either be > > float main(float argc, float argv) {} > > or > > void main(float argc, float argv) {} > > which is incorrect i assume
I didn't have much time to look at the project carefully. However, main() is also valid in C, without any parameters like argc and argv

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