i wanted to learn GUI but my firend said when you become a programmer you will design core of Program and then someone else other programmers will design the GUI parts !
so, should i keep learning console programming and get good at it (currently reading thinking in c++) or i need to know GUI too for future?!
im only 15 years old now and trying to learn programming :(
GUI is totally different from console programming, also it depends on the OS and its not so simple.I believe you should stick to console programming for now.
You should learn C++ and then get a look on popular GUI libraries. They wraps all platform depended stuff suggesting you unifonm interface.
when you become a programmer you will design core of Program and then someone else other programmers will design the GUI parts !
That depends. Usually it will be like that only in very large companies. And in either case, you will nedd GUI for your own internal application, quick mock-ups to know how it will work and other.
So, when you get better at C++, get familiar with popular libraries (not only GUI)
> when you become a programmer you will design core of Program and then someone else other programmers will design the GUI parts!
Yes, yes, yes. And most of the time, those GUI parts would not be written in C++ (even if there is no other programmer, and you are writing the GUI yourself).