Hi!
I usually program in assembly (native processor and BIOS calls, writing hobby operating systems, not applications. I'm not totally insane :-P) C++, i understand, is a different beast, aside from some syntactical similarities, from C, in a similar way that Visual Basic is different from BASIC except syntactical similarities.
I would like to learn GUI (WXwidgets, especially) programming, but since i have no experience whatsoever in C++ (and C does not support classes, as required by all the libraries i have found), i can't program with any of the currently available libraries (that i know of.)
Could someone point me to a C library for GUI programming or a good book to learn C++ as someone who already programs in another language?
I usually program in assembly (native processor and BIOS calls, writing hobby operating systems, not applications. I'm not totally insane :-P) C++, i understand, is a different beast, aside from some syntactical similarities, from C, in a similar way that Visual Basic is different from BASIC except syntactical similarities.
I would like to learn GUI (WXwidgets, especially) programming, but since i have no experience whatsoever in C++ (and C does not support classes, as required by all the libraries i have found), i can't program with any of the currently available libraries (that i know of.)
Could someone point me to a C library for GUI programming or a good book to learn C++ as someone who already programs in another language?
Comment