In June 2008, Made to Order Software created a new software library called odbcpp. This library is an Open Source C++ wrapper of the Open Database Connectivity (ODBC) library started by Microsoft in 1988.
ODBC hides the details of back-end database systems. In other words, if you support ODBC, you can effortlessly connect to a very large number of database systems such as MS-SQL, Access, Oracle, MySQL and PostgreSQL.
odbcpp is an extension for C++ programmers. It is easy to use and it is a great solution to avoid many bugs as it will automatically handle all the possible ODBC errors for ...
Made to Order Software Corporation offers software consulting, analysis, and development services at any stage of a project. Our analysts can provide you well-defined and thorough user and developer documentation for your project in a timely manner. We can determine the skill set necessary to accomplish the goals of the project, and maximize the number of workers on the project to shorten the development period.
From simple applications to complex e-Business solutions through realtime software and complex database systems, our people work at your convenience—in your office or ours.
...
Made to Order Software Corporation specializes in corporate consulting, analysis and development services, as well as cutting-edge professional developer tools, libraries, training, and support. Our team of passionate developers are dedicated to uncovering your perfect software solution to analyze, enhance, or improve your critical computer systems—large or small.
In 2007, Made to Order Software created a software package to support the eFax protocol using PHP. Early in 2008, we offered the package for your developers to send faxes from your web server in just minutes anywhere in the world. Now, we offer PHP eFax version 1.1 that not only sends faxes, it also parses inbound faxes with a single call to the PHP eFax object.
eFax® is a company offering a reliable system to send and receive faxes cheaply. Their system works with the Internet and thus is directly accessible to your web server.
This newer version includes Unit Tests that are used to ...
This year, 2008, I decided to register and go to LinuxWorld. It is in August and my kids are not at school so it was easy to manage. Also, I had to go to the French consulate to get a birth certificate for my daughter. In other words, I had the chance to do two things at once!
I found it quite interesting to hear that many people were not too excited about the event. Many of the people walking around are like me: they themselves sell their own Linux solution. In other words, they are not going to be customers. I had the chance to talk with Roger Levi, the Vice President of the Open Platform ...
More and more, enterprises make use of Open Source software. Why is this a good idea for your company as well?
Many people are scared to do the move. The result is very costly. When you use proprietary software, each time you need an upgrade, you need to pay for it. And in most cases, it is not just once, but a number of times equal to the number of computers you own or the number of staff that use the software. A $200 software may sound really cheap. But if you have 1000 staff, it makes it $200,000.
This is of course very good business for the vendors. However, many small companies just ...
Made to Order Software created a new software package to support the eFax protocol using PHP.
eFax® is a strong and still growing company providing a very fast and reliable system to send faxes cheaply nearly anywhere worldwide. Their system works with the Internet and thus is accessible to your website.
PHP is a powerful language used to program Internet Websites. It has many features to handle dynamic pages as required by today's corporate world. PHP comes with very many free libraries and also many enhancements offered by companies.
Made to Order Software combined both: the eFax ...
The software engineers at m2osw have been hard at work developing and testing the next major release of Order Made!®, version 1.7 that has an incredible new feature! Order Made! is a premier turn key website for patrons of restaurants to place their orders online.
Recently, Wayne Mok of the New Rice Bowl Restaurant in Carmichael, CA told us that the best thing about Order Made! is that it keeps he and his wife off the phone. They love to cook, and talking on the phone is often difficult and time consuming. But for delivery orders, Wayne told us they were still spending time on the phone ...
This is a subject that comes back all the time in C/C++ boards.
Should you use assertions?
The answer is clearly yes. But the C/C++ assert() function is usually defined using a macro. Macros have several problems. The most common ones are: they offer no type checking, they do not warn you about weird side effects, they have a different syntax than the C/C++ language itself.
One good thing: for a fast program, the debug code used to check parameters, results, etc. is gone.
One really bad thing: if the expression in the macro has a side effect, the release program is different from ...
Today I had to debug a set of HTML pages. One feature of a website would not work with Internet Explorer. The code was like this: