If you are referring to the Help File, ...
Yes, it should have said, 'Help File' and not 'User Manual'. I corrected the original post. Thank you
you should read the parts about the Integrated Environment, to learn how to use the IDE and familiarize yourself with the Command Line Tools for information about the various flags and defines they present.
Yes, I do see the referenced sections inside the Help File.
The 3rd section is titled, 'Integrated Environment'
the 4th section is titled, 'Command line tools'.
You might also familiarize yourself with C's keywords and it's operators (you'll also get this from your training manuals).
Ok. I see the keywords listed under C language reference --> Elements of C --> Keywords
Beyond that you can quite safely treat it as a "reference text" that you go to when you need information...
Glance at the lists of standard headers and private headers with the goal of knowing how to access the information when you need it but don't think you need to know them in any meaningful way beyond that.
Yes I see them as well.
The 5th section titled: Standard C #include files
The 6th section titled: Private #include files
The big joy in POIDE is that each keyword and library function is easly checked... If it's present the syntax highlighter will colour it for you... if it's coloured, placing your edit cursor on it and pressing F1 will give you the details.
Ok, Thank you for helping