Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Harvey

Pages: [1]
1
I am finding errors in expected expressions with these line numbers...
expected expression....
21617.........while (gjfgets (inline, 256, radar_main_fi) != NULL)

21620........(stristr (inline, “max”) != NULL)

21622........(stristr (inline, “min”) ! = NULL)

21628........latitude = atof( inline),

21629.........place = afterwhitespace (inline);
Too few arguments to function
1404..........char *(gjfgets) (char *buf, int n, struct GJFILE *str)
21620........char *stristr ( char *s, char *t)

2
Need help preparing this c code to compile on Linux

3
Not sure it uploaded

4
David

I did edit the c file, there are still one or two comments that are needed.

See psplinux2.c

5
I was able to download pspltlinux.c.
I tried gcc -o pspltlinux pspltlinux.c -lm

pspltlinux fatal error: conio.h No such file or directory
#include <conio.h>

ls conio.h
conio.h


6
Dave

Thank you

I am having difficulty downloading the pspltlinux.c file .  Can you email or to me?

I have two other c programs I need help on....if there is a fee just let me know please
snowbird

7
Have some c code compiled for os2.   I would like to prepare the c code to compile with gcc compiler on Linux.   Looking for some expertise.
snowbird

Pages: [1]