Click here to Skip to main content
15,903,523 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody in codeproject, i am researching about switchboard using c++ but dont know how to get start.
Please help me on this by giving me some conceptions,examples and materials.
Thanks in advance.
Posted
Comments
Sandeep Mewara 31-Jul-10 3:19am    
What kind of switchboard? Where will it be used?
Richard MacCutchan 31-Jul-10 5:01am    
It is impossible to answer general questions like this. If you are trying to research a new subject then I would suggest you start by searching Google for suitable information.
venkateshnaik NENAVATH 26-Jun-22 0:09am    
The purpose of this simulation is to manage electrical appliance and
turn them on/off.
The Switchboard allows user to initialise and manage the appliance.
The Switchboard has
• M number of Fans.
• N number of ACs.
• O number of Bulbs.
Once an appliance switched on/off, the status gets updated in the
menu.
Simulate a switchboard system using a console application. The
simulation should allow you to
• Initialize a Switchboard.
• See Switchboard current details.
• Switch on/off appliances.
Sample Flow:
• Initialization of Switchboar

1 solution

You would want to create an ugly form like in access? I would definitely just would suggest using a mainmenu instead of using the Microsoft.Access.Wink.Wink.ButtonField component ;)

You could also simply use radiobuttons for users to select the action and an OK to actually start that action. This way it's also more dynamic for more or less actions available. A listbox or combobox (with auto suggest because users love that) would also be possible.

Even more here (although c#):

Command switchboard for Windows Forms[^]

Good luck!
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900