Month: February 2012

Qt QListView Tutorial

Qt QListView Tutorial In my last article, I am write about toturial how to use QTableView. In this tutorial, I am try to write about Qt QListView Tutorial. The QListView class provides a list or icon view onto a model. That is like with QTableView. QListView support only one column (if you get a method

Free Plot Library

Free Plot Library I am a .NET developer. I have some of a problem when create a chart in .NET. I get some of Free Plot Library for chart, but I am not satisfied with speed and feature for that Free Plot Library. When searching about this library, I get a free library for this

Linux : Add user to sudo

Linux : Add user to sudo When using Ubuntu Linux, I can run root command with adding sudo before command parameter. But, when I use Centos, I can not run sudo command. I get This error when try to running sudo command : [toto@data]$ sudo toto [sudo] password for toto: toto is not in the

Integer To Binary Converter

Integer To Binary Converter I am interesting about how we can convert a integer number to binary number. So, I am try to create Integer To Binary Converter with C source Code.I am create this code from tutorial at http://www.helpwithpcs.com/courses/binary-numbers.htm. Please look Integer To Binary source code below : /* * iolibrary.c * * Created