- Apr 1, 2009
- 18,297
- 1,007
I could use some help. How would tackle this?
There are like 17 bins at work filled with miscellaneous parts like resistors, diodes, connectors and such. I have to create a program to make it easy forpeople to search through looking for what they want. I've made separate .txt files with a list of the sizes of the parts and what bin, column, and row theyare located in, and in my code which is C btw. I've just done simple command prompts like "press 1 for resistors" and then the .txt file pops upwith the resistors.
This seems like a really brute force way of doing it. Is there any easier/better looking way of doing this?
I would copy and paste my code but it's on my computer at work and I don't feel like doing it over again from home
There are like 17 bins at work filled with miscellaneous parts like resistors, diodes, connectors and such. I have to create a program to make it easy forpeople to search through looking for what they want. I've made separate .txt files with a list of the sizes of the parts and what bin, column, and row theyare located in, and in my code which is C btw. I've just done simple command prompts like "press 1 for resistors" and then the .txt file pops upwith the resistors.
This seems like a really brute force way of doing it. Is there any easier/better looking way of doing this?
I would copy and paste my code but it's on my computer at work and I don't feel like doing it over again from home