Hi could any one explain to me the various ways in which the term “wrapping” is used in programming lingo? I have heard it being used in many contexts esp compilers
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can try and explain the limited knowledge I have here.
Obviously, you have text wrapping, but I take it you’re not talking about that.
You can have a
wrapper library, that is, a library that ‘translates’ another library’s functions into easier to use ones, for example.As for other wrapper terminology, I’m kinda lost there. Sorry.
James