Top "Wrapper" questions

A wrapper is an OOP technique where an object encapsulates (wraps) another object, resource (dynamically allocated memory, OS file/widow handle, socket, thread mutex, etc) or a set of subroutines, hiding/protecting it and providing another (possibly easier to use) interface.

Is there any LAME C++ wrapper\simplifier (working on Linux Mac and Win from pure code)?

I want to create simple pcm to mp3 C++ project. I want it to use LAME. I love LAME but …

c++ c cross-platform wrapper lame
Why doesn't #include <Python.h> work?

I'm trying to run Python modules in C++ using "#include <Python.h>", however, after setting the "Additional Include …

c++ python visual-studio-2010 wrapper
Simple way to get wrapper class type in Java

I have a piece of code where I need to pass the class of a field in a method. Because …

java reflection wrapper
PHPUnit tests real example

I've created a mail wrapper class. I know that there are lots of libraries to send e-mails but i want …

php email tdd phpunit wrapper
Using Java to wrap over C++

I have a project written in C++ and I'm looking to write a Java GUI as an interface to it. …

java c++ user-interface wrapper
Snappy & wkhtmltopdf : page numbering in footer

I would like to have the page number in the footer of every page generated with Snappy and Wkhtmltopdf, but …

php pdf wrapper wkhtmltopdf snappy
C Wrapper for C++

I'd like to use Pure Data as a prototyping tool for my own library. I found out that Pure Data …

c++ c wrapper puredata
What's the relative order with which Windows search for executable files in PATH?

If I have a.com, a.cmd, a.bat, and a.exe files %PATH%, which one would Windows pick if …

batch-file path vim wrapper
Using == operator in Java to compare wrapper objects

I'm reading SCJP Java 6 by Kathy Sierra and Bert Bates and this book is confusing me so much. On page 245 …

java integer wrapper equals operator-keyword
Java vs. C++ for building a GUI which has a C++ backend

I currently have a C++ backend that I need to connect with a GUI, and since I've never built a …

java c++ user-interface wrapper backend