All the books I have looked at about C++ are not helpful unless you want to say Hello World or figure out math problems. No book discusses crating a window with menus or anything more advanced. I plan to write apps for Linux/Unix and they can't use Visual C++, so I need to know how to do so in code. Any ideas on good & useful books about this.
Randal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, one thought for you to ponder. If you are going to write across platforms like that, have you given consideration to a non-C++ solution like Tcl/Tk or Java?
Wayne
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All the books I have looked at about C++ are not helpful unless you want to say Hello World or figure out math problems. No book discusses crating a window with menus or anything more advanced. I plan to write apps for Linux/Unix and they can't use Visual C++, so I need to know how to do so in code. Any ideas on good & useful books about this.
Randal
Well, one thought for you to ponder. If you are going to write across platforms like that, have you given consideration to a non-C++ solution like Tcl/Tk or Java?
Wayne
The Fox toolkit may be of interest..
Heres the Fox page:
http://www.fox-toolkit.org/doc.html
um yeah the is 2 tutorials that i know about
1 is the winprog tutorial which you can look at here
www.winprog.com/tutorial
or www.dotidom.com/development for the complete petzold ebook