circuit simulation using VC++
i'm a very new to VC++ and i'm now taking project on VC++ circuit simulation, some sort like PSpice. i'm facing a great problem as i don't really know where to start. Could someone please guide me on where to do first and how do i do that.
thank you very much for all that helps.
Re: circuit simulation using VC++
Are you new to *C++*? If you're new to C++, forget the "visual" and learn the C++ language (and I don't mean MFC). Once you are solid in object oriented techniques, C++ syntax, and how to design a program using these techniques, then you can pick up on the "visual" stuff. Before you can draw anything, you would need a general algorithm to do the circuit design. This has little to do with a window handle or a font!
Regards,
Paul McKenzie
Re: circuit simulation using VC++
I suggest that u first make sure that u can do it manually with a lot of paper, graph theory texts and plenty of Electrical engineers. Once that is tested using something like C or Pascal, you will find it easy to redesign the code and data to fit an OO way, Read Thinking in C++ by Bruce Eckel, link to which is available from this site :-)