I am not a C programmer but, using a SCADA package that uses C for its scripting. I need help with the following code snipet.<br>rfp = fopen(c:\textfile\group.lvl)<br>fread(name,1,8,rfp)<br>fread(password,1,26,rfp)<br>fclose rfp<br>In the fread funtion what are the ,1,8 and ,1,26 parameters?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.