Posts Tagged ‘Tutorial’



24
Apr

Silverlight – Carousel in C# – So easy! – Tutorial

Here I explain how to develop a carousel to show images in a circle. You will be able to select the perspective and other parameters. This is a good tutorial and a easy to understand about silverlight.

Click to continue…

22
Apr

C++ Picmiz Source (Qt, QImage, Drag’n Drop, Qthread)|C++ Picmiz les sources (Qt, QImage, Drag’n Drop, Qthread)

As you may know I developed a software in Qt to resize multiple images using QImage and QThread (multithreading). This software also use drag and drop and search recursively into the path to find images.

The source are a very good example and a very good tutorial for every one who want to stuffs in Qt.

I use Icon for mac and windows etc. So it is a complete example from A to Z.

But I did it very quickly because my girl friend wanted to tag some picture on her mac (and I am on windows) so the code is sometime not clean and the architecture not efficient! I KNOW!

Click to continue…

26
Feb

O(n) – Algorithms/Computational complexity, may I help you?

When I had started to learn Software development I learned about computational complexity. Since this time I did not use it any more. But, it is good to refresh your knowledge sometime (and why not to avoid failing an interview).

Click to continue…

22
Feb

C++ – Style Guide, Advices & Tips

A few months ago I developed several applications in C++. So, I create a small style guidelines and I list some optimizations useful to develop good programs.

Click to continue…

13
Feb

C++ – Thread, Mutex, Semaphore, Sleep a Cross platform Framework (for Windows & POSIX)

In this post, I describe and give the source to create cross platform Thread, Mutex, Semaphore or Sleep that work on Windows and POSIX.
Click to continue…

9
Feb

Silverlight – What you need to create a Game

I will write many stuff needed to write a game in Silverlight. Maybe you can find better solution but It works for me :)
It like a tutorial to create Game in silverlight.
Click to continue…

3
Feb

Silverlight – Ressources to create a Chat very easily in Silverlight/C#

All you need to create a TCP/IP chat in Silverlight using socket. If you want more details about the server and the socket client please refer to the previous post.

Click to continue…

1
Feb

A Silverlight Chat using socket and C#/.Net for server – Easy, fast and stable

In this post, I write about creating a Chat in silverlight (for the client) and .Net for the server.
The both are using socket to communicate, and the server is only doing a broadcast of the messages to others clients.

Click to continue…

30
Jan

C++ – Share a QT (trolltech) application with MySql (sql driver)

My last post was about creating the MySql driver for QT (trolltech).
But, I want to write a little post for people who, like I did, do want to share their QT Application with others. In fact, even if it works correctly on your computer, it is not the case on another one you have the (very ugly) : “SQL Driver is not loaded”, lets look at the solution…

When I shared my application with a friend, the program started without any error. But, when it tried to connect to the database it showed an error “Driver not loaded”. It was a surprise because, I put every dlls in the application directory : mingwm, mvscr90, qtcore, qtgui, qtsql,and also qsqlmysql4.
I checked with Dependency Walker no error were found…
But it was clear that something was missing… After some research, you have to copy every dll from C:\Qt\2009.X\qt\plugins\sqldrivers on the computer where you want to test your application. You have to use the same directory as usual plugins :

So copy sqldrivers dir into your executable dir. So near your executable, you must have usual dlls and sqldrivers directory (with every dll needed into it).
Then it will work.

If it doesn’t copy the sqldrivers dir in the same (original) path (for example C:\Qt\2009.X\qt\plugins\sqldrivers).
Good luck!

30
Jan

C++ – Qt (trolltech) and Mysql, load the driver

You can easily find tutorials about how to use Mysql with QT. But most of time, it is difficult to find how to create the Mysql driver (which can cause the error : “Driver not loaded”).
So here is some help to do that.

Please, note that if the tutorial is done correctly, you DO NOT NEED TO COMPILE QT COMPLETELY (compiling QT takes 1 hours – here 10 minutes are needed).

Click to continue…

Celadon theme by the Themes Boutique