Decoding descriptions

wxdqz

New Member
Hi

I'm getting deeper in all this and am reading more books and manuals.

I keep running in to things like for example:
int fopen(string filename, string mode);
string fread(int fp, int length);

(actually I can make the above work from using other real life examples but not from reading that)

What is int? fp? and how are you supposed to know when to use quotes and commas, and just generally know how to put it together.

Is there any information on how to understand this?

I mean I understand some things like I know what a string is and such and sometimes I can guess about things but it would be a huge help to get clear on this.

Thanks!

Richard
 
Back
Top