intelliproject logo

Desktop development - C/C++ ( 25 articles )

General
  Article Author Rating
1 Accessing a MySQL Database from C++

A wrapper class that can be useful when you want to connect to a MySQL database from C + +

Silviu Caragea 5.00
2 Remote control PC's across a LAN

This is a basic remote control application for Windows.

Silviu Caragea 5.00
3 Building A SOAP Client With Visual C++

A simple way to create a SOAP client using C++

Silviu Caragea 5.00
4 Exporting a digital certificate to a PFX file

A simple way to export a digital certificate to a PFX file

Silviu Caragea 4.50
5 How to use Regular Expressions in Visual C++

CATLRegExp - Microsoft regular expression implementation.

Silviu Caragea 3.00
6 Limit applications to one instance in Visual C++

How to limit 32-bit applications to one instance in Visual C++

Silviu Caragea 5.00
7 Internet Explorer Key Logger using Browser Helper Objects

Describe how to create an Internet Explorer Key Logger using Browser Helper Objects (BHO)

Silviu Caragea 5.00
8 Check if a specific TCP or UDP port is open

Describe a very simple way that you can use to check if a specific TCP or UDP port is open

Silviu Caragea 5.00
9 Create shortcuts with the IShellLink Interface in Visual C++

Describe how to create shortcuts with the IShellLink Interface in Visual C++

Silviu Caragea 4.00
10 Download a remote file from a valid URL in C++

You can use this code to download a remote file from a valid URL using API functions or MFC classes

Silviu Caragea 0.00
11 Connecting to a database from C++ using ADO

Provides an easy technique to access ADO objects from C++

Silviu Caragea 5.00
12 Encoding and decoding base64 with C++

Describes how Base64 encoding Works

Silviu Caragea 4.00
13 How to compile Xvid with Microsoft Visual C++

Describes how to compile Xvid with Microsoft Visual C++

Silviu Caragea 5.00
14 How to export C++ classes and functions from a DLL

This article describes different methods to export a C++ function or class from a DLL module. It presents the advantages of using DLLs, the types of DLLs and finally the advantage / disadvantages of using ATL interfaces to export objects from DLLs.

Silviu Caragea 5.00
15 How to change proxy settings under Internet Explorer using C++

This article describe how can you change the Internet Explorer proxy settings on-the-fly using C++ and Win32 API.

Silviu Caragea 0.00
16 Windows porting of tailf command from Linux

This is a port of tailf on Windows. tailf is a program on Unix and Unix-like systems used to display the last few lines of a text file or piped data.

Silviu Caragea 0.00
17 Using class members as callback functions

In the object oriented programming of C++, using C-style callback functions is not possible without some little hacks. This article describes how can we use class members as callback functions.

Silviu Caragea 5.00
18 Using CURL to download a remote file from a valid URL in c++

Describe how to download a remote file from a valid URL in c++

Silviu Caragea 4.00
19 Generic Derived Class Factory in C++

A reusable C++ implementation of a factory for derived classes

Mark Jundo P. Documento 5.00
20 Lock Leveling

Use lock leveling to prevent multi-threading deadlocks

Wong Shao Voon 5.00
21 Per Thread Singleton

Per thread instance of singleton

Wong Shao Voon 5.00
22 Optimize through simplifying the formula

Optimize through Simplifying the Formula

Wong Shao Voon 0.00
23 Remote control PC's across a LAN part 2

This is a basic remote control application for Windows.

Silviu Caragea 5.00
24 How to Use Fonts Without Installing them

How to Use a Font Without Installing it on user's system

Wong Shao Voon 5.00
25 std::sort Comparison Function

How to write comparison function for std::sort

Wong Shao Voon 5.00