2 questions from the last 7 days
-2
votes
1
answer
132
views
How can I parse ASCII byte input into integers for dates and readings in C? [closed]
I have a C function that receives data from an input source (e.g., a USB stick or sensor), where the input is ASCII characters representing numeric values. For example, I might receive:
"12/04/23&...
Best practices
0
votes
4
replies
29
views
Are there any convinient ways to facillate 64bit size allocatable arrays without changing the default integer in the IFX fortran compiler?
I have a Fortran code compiled with with the following flags:
-fc=ifx -O3 -r8 -i4 -fpe0 -no-ftz -fp-model=fast=2 -heap-arrays 0 -init=zero -init=arrays -I ./include/ -L ./lib/ -lfmetis -lmetis -o
...