I know coding in c++ pretty much ..but I want to learn graphics .. I am using DEV-C++ 5.11 ..
Can anyone tell me online link to graphics site?

Recommended Answers

All 5 Replies

What do you mean by graphics? Is it GUI (Graphical User Interface)?

Yeah it is. I think. I don't know ABC of it. i have to learn it from very start.

Well in c++, if you want to do it the hard way, you have to interact to the os's API. However there are tools that you can use to make Graphical user interface with c++. One of these is the QT. Check it out at Click Here. Before you start with GUI programming, you should have a basic knowledge of the fundamentals of c++ (e.g. classes, pointers, etc...) Goodluck..

Can you reffer me any book from where I can learn How to use QT?

just type QT4 on the google .. you will find a book .. which is like a manual ..
or if you like QT5 you can use this online book .. clikc here
and there are some books recomended on the qt site see here Click Here

most of these books are freely available on the internet .. try yourself out .. good luck !!!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.