[using xyz]
or with C++ you have to start with
[#include <iostream>]
Otherwise certain things you use in your code, like the syntax to output to a printer will not know how to work. I have searched the internet for "how to find standard libraries", etc., but am not finding what I am looking for. Maybe I'm not sure how to ask the question, but...
If say I want to print to a printer and I find the syntax for my particular language, how do I know what library, class, header, etc. I need to include in order to use that syntax?
Also How can I look at the code in that library, class, etc. to see what is included in it?
Any clarification would really be helpful. It seems like it should be very easy to find my answer, but I'm just really confused on this and would love some help.
thank you!

New Topic/Question
Reply


MultiQuote









|