I want to use VS to program a window (s), that have a library of electrical components like, bus, Line, Generator, transformer, etc... The user will drag any component on the screen and draw a single line diagram (Like one Generator1 connected to a bus1, a line will be connected between bus1 and bus2, a load L1 will be connected to bus2). Each shall have shall have a data input window for data entry. All data entered shall be linked to the algorithm for calculation...it should be very similar to product developed by the following:
First off I believe you want the "Windows Programming" forum and not the "Beginners - C++ Forum".
As a place to start I would get a good understanding of C++and then move into windows. You may even be able to pull then together early in the project if you already know something about C++.
Thank you for the advise. The core program that I created based on C++ coding is not optimized, but at the moment it is proving me with very good results (solving complex equation for power system, including reverse of matrix and etc...). It is only an algorithm that converge when it has the right input data. I am not checking and managing errors, verifying limits and checking input , also i m not using pointers for the moment etc...But it is working.
My goal is move quickly to windows user interface and create something very simple that will simplify the data inputs part and display the results so I can quickly see the solution....
After that I will go back and start optimizing the core program and add other future in parallel.
My goal is not power system only, but a product that will integrate , power system solutions, asset management, real time, SCADA system etc...
At the moment, I may need to get something running and after I may look for bigger project which will need funding and programmers etc...