I am looking into building a program which can perform varying matrix manipulations and calculations as well as function as a sort of matrix calculator, at this time I am looking into the best way to build a GUI for my interface (writtien idealy in C or C++ if not).
Also what is the best way to link a matrix input from the GUI interface into a Matrix in my program.
I cannot offer any source code to help you give me any advice on as I am still in the process of writing it but I am nearing completing my program and I am looking into the GUI and usability aspects oif its design, as of now I am still working in the Command prompt and so even a simple guide to GUI building is appreciated or even a link to a good tutorial.
This is my first major programming endevour so any help is greatly appreciated. I am only writing for myself but I hope to make a reasonable effort at it.
Also if someone can point me in the rought direction for writing code to plot a 3-D matrix this would be greatly appreciated. I have found information on 2-d plotting but I dont know where to start for plotting 3-D objects in C.
PS I prefer the Linux OS and/or OpenSource tools
Start Free Trial