www.fileedge.com
Search Software
Reviews | Awards | Top 100 | New & Updated
Learn how to create MySQL clients in C and C
Use your Visual C compiler to compile HTML files into a Windows executable
Learn how to create embedded SQL database applications using Visual C

ICT eBooks by Yeoh HS info

Web site:

Contacts:

Malaysia, Georgetown, 17-3-1 Lorong Batu Bukit Dua

<author at yeohhs dot com>

Contact person: HS Yeoh

ICT eBooks by Yeoh HS programs

Easy Way to Build MySQL Client Programs 2.0
Would you like to know how to create MySQL client applications using Visual C++ with MySQL C API? What is MySQL? The MySQL database server is the world's most popular open source database. Its C API allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet. If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL C API to access a MySQL.
 
Easy Way to Create eBooks using C++ 2.0
This eBook "How to Create an eBook Using Visual C++" is a step-by-step illustrated guide for Visual C++ developers to learn how to compile HTML files into a Windows executable, therefore avoiding the need to use commercial HTML compilers.
Review by bruce: Excellent! I was able to create my own ebook. Thanks! (5/5 - 2-Jul-2005)
 
Easy Way to Use SQLite 2.0
Would you like to know how to create embedded SQL database applications using using Visual C++ with SQLite? What is SQLite? SQLite is a C library that implements an embeddable SQL database engine. Download this sample eBook.
 
Easy Way to Use MySQL++ 1.0
Would you like to know how to create MySQL client applications using Visual C++ with MySQL++ class library? What is MySQL? The MySQL database server is the world's most popular open source database. Its MySQL++ C++ class library allows you to easily create clients that accesses the database, either on a local computer, LAN or the Internet. If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL++