Skip to content

luismtorresv/interop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

st0244-2023-1-lab1

Field Value
Full name Luis M. Torres V.
OS Ubuntu 22.04.01 LTS
C++ compiler g++ 11.3.0
Java JDK opendjk 18.0.2-ea

Known limitation

The mean return value can be very inaccurate if the input numbers are close to the limit of capacity of the long primitive data type because of the loss of precision when converting to a double.

Parse another file of integers

The default file to parse from is nums.txt.

You can override this when calling make like so:

 make NUMS_FILE=yourfile.txt

or

make NUMS_FILE=yourfile.txt run

The file must be in the src directory.

About

The aim of this programming lab is to use a C++ function from a Java program.

Topics

Resources

Stars

Watchers

Forks

Contributors