Qt Designer Video Tutorial
While working on an application I'm writing using PyQt, I was surprised by the lack of up-to-date PyQt tutorials showing a real project being created... more »
Tweet 0 CommentsSave Tags: c-and-cpp
Why you should learn C and not Scala
A not too serious conversation between me and Jimmy. He wants to be a programmer and later a developer. He started to learn JAVA and he asks me some... more »
iPhone Book Giveaway: Head First iPhone Development – Adjust TextField Hidden by Keyboard
O’Reilly and iPhone Developer Tips are collaborating to give away a free electronic copy of Head First iPhone Development each Friday in November.... more »
Tweet 2 CommentsSave Tags: apple, c-and-cpp, mobile, other languages
C++ is an extension and superset of C and Simula67
Stroustrup an admirer of Simula67 and a strong suppoter of C, wanted to combine the best of both the languages and create a more powerful language... more »
Tweet 0 CommentsSave Tags: c-and-cpp, opinion
How to implement STACK using INHERITANCE in C++?
Have you prepared C++ for your technical interview, for your C++ exam, for your Data Structures exam or for any programming event of the tech fest in... more »
Tweet 2 CommentsSave Tags: c-and-cpp, how-to, methodology, opinion
x86 Assembly for C Programmers 1
I’m writing a series of tutorials on x86 assembly for C programmers who are already familiar with many of the basics of programming and computing. The... more »
Tweet 0 CommentsSave Tags: c-and-cpp
10 Rules for Operator Overloading in C++
So, you all know operator overloading in C++. Although it looks simple to redefine the operators in operator overloading, there are certain... more »
Tweet 2 CommentsSave Tags: c-and-cpp, methodology, opinion, trends
Irrlicht Game Engine
Cool 3D game engine.
Tweet 0 CommentsSave Tags: c-and-cpp, games, open source, reviews
Hidden costs of c++
As a game developer, I’m concerned with performance. Yes, we’re living in next-gen land, and there’s a lot of performance – but then somebody comes... more »
Tweet 0 CommentsSave Tags: c-and-cpp
What is the concept of Object Slicing in C++?
Let's discuss how object is sliced in C++?
Tweet 1 CommentsSave Tags: c-and-cpp, methodology, opinion
The C++ bashing season is back
It seems there is a lot of dislike and hate for C++ out there. This isn’t new - it has always been like this. But lately this issue comes more into... more »
Tweet 1 CommentsSave Tags: c-and-cpp, opinion
C++ in Coders at Work
One of the topics I asked most of my Coders at Work interviewees about was C++. I am not an expert, or even a competent C++ programmer and recognize... more »
Tweet 8 CommentsSave Tags: c-and-cpp
iPhone: Killer Xcode Tips and Tricks - Tips 1 to 10
Shortcuts, code completion, key bindings, the list goes on...If you work in Xcode, you owe it to yourself to check out some of the tips and tricks to... more »
Coding Best Practices for C – Part – 2
Coding standards for C, C, C coding standards.
Tweet 0 CommentsSave Tags: c-and-cpp
INHERITANCE vs COMPOSITION in C++
Inheritance and composition are the two most common mechanisms for software reuse. However, there exist some differences between the two and when to... more »
Tweet 0 CommentsSave Tags: c-and-cpp, opinion, reviews
Coding Best Practices for C - Part - 1
This is a description of how one should do coding.Its a very good article for a beginner as well as professional.
Tweet 0 CommentsSave Tags: c-and-cpp
What is the concept of Composition in C++?
In object oriented language, there are two forms of relationships that can exist between the objects of different classes. The two type type of... more »
Tweet 2 CommentsSave Tags: c-and-cpp, methodology, opinion
What is the concept of Virtual Destructor in C++?
Every one can confidently explain the concept of Construtors and Destructors in C++. What is Virtual Constructor and Virtual Destructor? The people... more »
Tweet 2 CommentsSave Tags: c-and-cpp, methodology, opinion
iPhone: Creating Unique Looking Tables with Custom Cells
Tutorial on how to create a transparent table with custom cells, which can provide a very unique user interface on the iPhone.
Tweet 0 CommentsSave Tags: apple, c-and-cpp, mobile
Got 3 O’Reilly Pocket Reference Books
Since DZone has connections with O’Reilly, a popular technical book publisher, I requested a few small reference books for review. Well I just got... more »
Tweet 1 CommentsSave Tags: books, c-and-cpp, css-html, opinion
When should you use C -programming language-?
I’m curious to know when it is a good idea to program something in C compared to a higher level language (like Python). What all tasks are usually... more »
Tweet 1 CommentsSave Tags: c-and-cpp, methodology, opinion, python
32 Frequently Asked C/C++ Questions You Must Know
Are you going for Technical Interview? If yes, then you must know these very basic questions about C/C++ which are frequently asked in Technical... more »
Tweet 0 CommentsSave Tags: c-and-cpp, methodology, opinion, trends
VTD-XML 2.7 Released
Version 2.7 of VTD-XML, the next generation XML parser/indexer/modifier, is released. To download, please go to... more »
Tweet 1 CommentsSave Tags: c-and-cpp, java, open source, xml
C++0x Support in GCC
C++0x is the working name of the next ISO C++ standard, due by the end of this decade, which introduces a host of new features into the standard C++... more »
Tweet 3 CommentsSave Tags: c-and-cpp
Automating static analysis to deliver higher-quality software
Helping to improve the quality of increasingly complex software and systems: As software becomes more complex, the probability of exposing end users... more »
Tweet 0 CommentsSave Tags: c-and-cpp, java, methodology, tools