User profile: phalangium

User info
User name:phalangium
Name:John
Location:Dorset
Bio:Have dabbled in C/C++ for a number of years and am currently attempting to produce a program to help in my population dynamics project.
Generally have more problems than solutions ...
History
Joined:
Number of posts:15
Latest posts:

Reading integers of unknown length correctly.
Thank you for the responses. Looks like option 1 is the way to go. My confusion lay in thinking th...

Reading integers of unknown length correctly.
Sorry for not being clear. It is the length of the integers in digits.

Reading integers of unknown length correctly.
I am writing data to a file (using fprintf) and then reading it back in (using fscanf). The resul...

Passing an array of a structure to that structure's functions
Thank you both for your responses. My impression is that the second solution is probably the more e...

Passing an array of a structure to that structure's functions
I'm having problems with line 61, but let me tell you what is supposed to be happening: I have a str...