mms-core
 
Picture
The fast and easy way to understanding the fundamentals of OOP Want to learn about object-oriented programming quickly and easily? Looking to brush up on modeling, classes, and attributes? Then OOP Demystified is the easy-to-understand, step-by-step guidebook that will help you figure out the ins-and-outs of object-oriented programming (OOP). Written for anyone without formal training in the subject, OOP Demystified teaches complex OOP topics in clear, plain language--from the reasons why objects are successful as models for programming to case modeling, class diagrams, interfaces, and much more. The authors leave out unnecessary, time-consuming information to deliver the essentials you need to begin and maintain all your OOP projects. Simple enough for a beginner, but challenging enough for an advanced student, OOP Demystified is your shortcut to mastering object-oriented programming. This one-of-a-kind self-teaching text offers: An easy way to understand OOP A quiz at the end of each chapter A final exam at the end of the book No unnecessary technical jargon A time-saving approach

Download
 
1. how to read other's code (which is usually more like playing a massive game of concentration than reading a book)

2. how to instinctively refactor their own code to make it more generally useful, more readable, more concise

3. how to sit down and *STUDY* a computer book or manual, straight through, for its own sake

4. how to use a debugger and a profiler

5. when to give up for the day and go home
taken from Fog
 
Picture
C++ GUI Programming with Qt4 2nd Ed
is it Great GOOD
24 chapter -more than 1st Ed with 3 chapters -
  • with 3D animation
  • , Look and Feel Customization
  • Application Scripting

and Finally >>Introduction to Qt Jambi

Book examples' programes4
1)win
2)Linux


Download BOOK

EnJoY
 
 
 
untar filel .tar.gz
tar xvfz <filename.tar.gz>

untar tgz
tar zxvf <filename.tgz>

untar tar.bz2
tar xvjf <filename.tar.bz2>
or
bunzip2 <filename.tar.bz2>
then
tar xf <filename.tar>
 
 
>can set Short cut by :
1-& before name like <&MMS> now u can press ALT + M to access Object named MMS
2- by Object Property Window, and can also
ui->Object->setShortcut(QKeySequence("P"));/*now u can access Object by simply pressing p
3-ui->Object->setShortcut(QKeySequence(QKeySequance::New));/*now u can access Object by simply pressing CTRL+N
Connect
instead of using connect manually , u can use signals and slots GUI
 
Create Dialog
make button with Checkable is true
connect this button with items needed to be hidden and shown when Toggling the button
set layout size constrains to Fixed

Enjoy
 
 
Using minicom , MMC with Kernel and OS inside