Hi, I am a student with a basic knowledge of C#. For my project, I would like to build a logic gate simulator that could teach someone about the basics of Gates. I have seen this done before and always wanted to have a go myself. My starting point, I think, would be to treat each Gate as an 'object'. Where can I get assistance/tutorial from here ?
Tiger_2 0 Newbie Poster
Recommended Answers
Jump to PostYou'll get help right here.
The Amount of help is usually directly proportional to the effort you are willing to put in yourself.Do you have anything at all, yet?
I would start simple by creating simple classes for logic gates, for example.
class AndGate { public …
All 3 Replies
Suzie999 245 Coding Hobbyist
rproffitt 2,701 https://5calls.org Moderator
ddanbe 2,724 Professional Procrastinator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.