Archive

Archive for the ‘C++’ Category

C++ win-forms feed reader application

March 11, 2009 1 comment

I have started to develop a win-forms based Visual C++ web feed reader application. The application basically extends the idea of the web based Ajax application I created for my Masters dissertation. I enjoyed developing the web application so much that I thought it would be interesting to develop one in the win-forms environment.

As usual more information can be found after the jump..

Read more…

Categories: C++, feedreader, RSS, winforms

Connecting a C++ application to a SQL database

February 2, 2009 Leave a comment

Connecting to a SQL server database with either C# or VB is a straightforward process. However, the support for C++ is relatively very poor. In this post I will provide a walk-through to outline the steps necessary to interact with a SQL database using C++.

Read more…

Categories: C++

Requesting a file using C#, ASP.net and the Microsoft Ajax Toolkit

January 21, 2009 1 comment

In this post I will describe how to request a small text file from the server and display its content inside a ASPX page, using server side logic along with the Microsoft Ajax toolkit to provide a more interactive experience for the user. Please see my earlier post on the toolkit for more information.
Read more…

From web to desktop: DAY 1

January 8, 2009 Leave a comment

I am currently working on developing a desktop based RSS reader application. Instead of a web application environment (see the post below) I am planning on using the win-form environment. Again the primary language will be C#. If all goes to plan I’ll try to post some screen shots and so you too can keep track of my progress. Screen shots from day 1 can be seen after the jump.

Read more…

Categories: C++, RSS, winforms

Undergraduate university projects

January 6, 2009 Leave a comment

Final year project as part of undergraduate BSc in Software Engineering.

Language used: C++

Application: Network News Reader NNTP

More info about project:

Read more…

Categories: C++, project, winforms
Follow

Get every new post delivered to your Inbox.