Search Results

1
vote

Best practices for a C++ portable opensource application

Here is a book to answer all your questions. Cross-Platform Development in C++: Building Mac OS X, Linux, and Windows Ap …
1
vote

Where should validation logic be implemented?

A contract (interface) between two parties say, A and B such that both have certain obligations. What does the contract say? Is B supposed to receive validated data? If that is the case, B should n …