1 Mar 01:05
Re: Plotting in C++
This is getting OT, but I'd kind of like to see it get archived somewhere... João Luís Silva wrote: > I'm trying to explore new options, and learn new skills. My favorite > programming languages are C/C++ and Python. I use Python for small > scripts and applications, and C/C++ for everything else. I've started a > smallish/medium size open source app in python+pygtk+matplotlib+numpy > (laserfoam.sf.net) but I think a large application might be more > maintainable in C++. I think this is not true AT ALL -- C++ is a big 'ol mess and far too complicated, and not very flexible, no matter how hard it tries. > Also, I think C++ is easier to "sell" to the powers > that be. That can be quite true, depending on who the powers that be are. However, I like a quote from the wxPython list: "The only difference that my users see between an app written in Python and C++ is that the Python one has more features...and fewer bugs." > I may write the GUI in > python+wxPython, and everything else in C++, I wouldn't write "everything else" in C++ -- I'd only write what you really need to write in C++ - which means only computational code that isn't fast enough with numpy, or device drivers or something like that. > but I was trying to drive the app from C++.(Continue reading)
Thanks,
Alan
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
RSS Feed