+ 8
I am very sad...
because my teacher is not teaching me graphics... he is focusing on logic development.... in C++ Is this correct!!! what my teacher is doing?
5 Antworten
+ 20
You teacher is very correct.
+ 5
programming a graphical user interface in c++ is possible once you get the hang of the basics (classes, inheritance, pointer etc).
Before that you will likely not getting anywhere really. it's like "I want to understand the relativity theory but my teacher goes on and on about gravitation"
pls think of it as a precondition which u must met
+ 5
Well, if you want to do graphics, there are very easier ways than using C++. Anyways, your teacher is not wrong. Logic Development is important.
+ 3
what your teacher is doing is great.... he knows a lot and just follow him kindly...
+ 1
mine is also the same, and all the lab sessions are implemented with c/c++. also we have given to make animation with it too. I don't know who will do it.... , but I recommend why not with java, C#,....
handling button actions in c,