Click here to Skip to main content
15,867,686 members

Comments by k5054 (Top 200 by date)

k5054 3 days ago View    
I missed the part where you were looking for a Windows version. There's no mention of windows AFAICS on the web site, and the Wikipedia page https://en.wikipedia.org/wiki/NaCl_(software) only shows that the supported OS is "Unix Like". So it seems that it's unlikely you're going to find Windows specific source. However, the source is available. You should be able to download the tar file from the web site. I'm not up on how well Windows does with bzipped tar files, but there must be loads of solutions out there. Or you could install WSL and play with Linux inside your windows environment.
k5054 21-Mar-24 16:50pm View    
I assume you mean
formula = 5/(1+k) + 9/(2+k) + 13/(3+k) + 17/(4+k) - 16 ?
k5054 19-Mar-24 11:19am View    
I can confirm that even as far back as gcc 2.95, compilation ends in an error "too few arguments to function".
k5054 18-Feb-24 10:13am View    
My 5. Intuiting that the OP was trying to redirect the system() output into a variable is worth every point.
k5054 4-Feb-24 18:28pm View    
K&R style function definitions have been removed in C23. But the OP is probably not being forced into C23.