CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    1

    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.



  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    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


  3. #3
    Join Date
    May 1999
    Location
    13 N 77 E
    Posts
    183

    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 :-)


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured