| |

| Getting started with OpenGL Posted in C and Cpp > Graphics by tutorialgrub on Jun 15, 2011
Getting started with OpenGL; The first OpenGL program. |
| |

| mysql connection example Posted in C and Cpp > Database Related by tutorialgrub on Apr 15, 2011
Mysql is a database, and to gain access to the data within C++ you will need to be able to "talk" to the database via queries (just like on the mysql command line interface e.g. select * from tablename), the connection process is very similar to the command line interface you will need to supply connection details as in hostname (localhost normally), username, password, database to use and also there are other details that you can pass e.g port number more information can be gained from the MYSQL API pages |
| |

| Bitmaps in MFC Posted in C and Cpp > Graphics by tutorialgrub on Mar 26, 2011
This tutorial wrap many topics on how to use bitmaps, how to avoid color distortion, how obtain palette from bitmap, how convert from one bitmap format to another, and how to manipulate image pixels. |
| |

| Operating XML Data in C# Posted in C and Cpp > Miscellaneous by tutorialgrub on Mar 25, 2011
XML,databases, C#, Visual Studio, xml data, ASP.NET |
| |

| Displaying the Newest Entries from a Database in C# Posted in C and Cpp > Database Related by tutorialgrub on Mar 25, 2011
This tutorial will show how to display the latest entries to a database using a Repeater Control in ASP.NET 4.0 and C#. |
| |

| ADO.NET Fundamentals Posted in C and Cpp > Miscellaneous by tutorialgrub on Mar 25, 2011
This lesson introduces you to database connection using ADO.NET classes. It will show you how to connect to a SQL Server and access its records. |
| |

| Using Fonts in MFC Posted in C and Cpp > Graphics by tutorialgrub on Mar 22, 2011
This tutorial is detailed tutorial on very important GDI object called font. |
| |

| Multi-threaded Servers with Win32 Posted in C and Cpp > Graphics by tutorialgrub on Mar 16, 2011
The tutorial is intended to form a series to create a multi threading fame server using win32. |
| |

| FTP Uploading Posted in C and Cpp > Development by tutorialgrub on Mar 16, 2011
This tutorial is concerning to write an application that will connect to their server so that they can upload files. |
| |

| 5 Top Mistakes Software Developers Make Posted in C and Cpp > Miscellaneous by tutorialgrub on Mar 14, 2011
Five mistakes all developers and programmers most commonly make. Inserting programs into startup, having no pause button. |
<< 1 2 3 4 5 >> Next |