| Search Results |
|
| Would you like to know how to create XML-enabled applications using Visual C++ with TinyXML? What is TinyXML? TinyXML is a simple, small C++ XML parser that can be easily integrated into your applications. Are you looking for a way to create compact and yet very powerful applications with built-in XML parsing capabilities without having to use other heavy-weight bloated XML parsers? You will have |
|
|
| |
|
|
|
|
|
| tutorial/howto about programming and using static, dynamic and shared libraries on GNU Linux |
|
|
| |
|
|
|
|
|
| Transforming a string into ASCII code using int() and the 'while' loop. Good for beginners in programming and C++. |
|
|
| |
|
|
|
|
|
| Multithreading is growing in importance in modern programming |
|
|
| |
|
|
|
|
|
| This tutorial introduces the key concepts of C++ classes. Designed for experienced C programmers who wish to learn the fundamentals of object-oriented programming. |
|
|
| |
|
|
|
|
|
| This tutorial will teach you how to run the Horner's algorithm, for number convertion. It converts numbers from specified numeric system into decimal, without using powers, which makes the whole process faster. The tutorial won't explain why these arithmetic calculations do so, but just how to run them. |
|
|
| |
|
|
|
|
|
| This tutorial is dedicated on the pointers and the arrays in C. It introduces the concept and usages of pointers and arrays. |
|
|
| |
|
|
|
|
|
| HTML Snapshot ActiveX Component uses the internet explorer's functionality to take (capture) a snapshot of a given URL. It hosts the web browser control on windows to download webpage and then capture it as image. It can be easily integrated into applications written in languages that support ActiveX Compoent such as Visual C++, Visual Basic, Delphi, C++ Builder, .Net languages and Scripts. |
|
|
| |
|
|
|
|
|
| C++ Copy constructor is a constructor function with the same name as the class used to make deep copy of objects. There are 3 important places where a copy constructor is called |
|
|
| |
|
|
|
|
|
| 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 co |
|
|
| |
|
|
|
|