![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Jul 2008
Posts: 3
Rep Power: 0
![]() |
Yet another "I don't know which language I should choose"
I'm new to programming (so forgive my ignorance), but I need to pick a language to learn and I have to get it right the first time (due to time constraints). Essentially, I will be developing an electronic voting machine interface (much akin to the ones that will be used in the upcoming presidential election) to display ballots for voters, record votes, record time on task and all kinds of other researchy stuff, and print paper trails.
I need something that is easy(ish) to learn, yet powerful (and speedy!) enough that it is capable of thermal printing, remote (over our lab network) database R/Wing, and (this is one I have never been able to get a straight opinion on) the ability to manipulate screen resolution during the application's use. Platform considerations are a non-issue (although ideally something platform independent) and Java is out of the question (the reasons are petty - and beyond my control). Any advice? |
|
|
|
|
|
#2 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3
![]() |
Re: Yet another "I don't know which language I should choose"
Are you serious? I don't mean to offend you but why would anyone give such an important task for such an important event to anyone that has no or little experience?
__________________
Quote:
|
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Jul 2008
Posts: 3
Rep Power: 0
![]() |
Re: Yet another "I don't know which language I should choose"
I should clarify: 1. Yes I am serious. 2. I'm a Psychology researcher who focuses in doing usability studies within my University's Human Computer Interaction Lab. 3. I'm building a replica... (google the word: akin).
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Jun 2005
Location: here
Posts: 144
Rep Power: 0
![]() |
Re: Yet another "I don't know which language I should choose"
Shove some of your funding the CS departments way. That would probably save you money and time.
__________________
"...and though our kids are blessed their parents let them shoulder all the blame." - The Quiet Things That No One Ever Knows [BrandNew] |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Jul 2008
Posts: 3
Rep Power: 0
![]() |
Re: Yet another "I don't know which language I should choose"
But then *I* wouldn't learn anything. Actually we tried, they weren't interested.
|
|
|
|
|
|
#6 |
|
Professional Programmer
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 380
Rep Power: 3
![]() |
Re: Yet another "I don't know which language I should choose"
I would use C#. It is fairly easy to learn, powerful and great for GUI applications.
__________________
I am Addicted to Linux! |
|
|
|
|
|
#7 |
|
Caffeinated Neural Net
![]() Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 1,120
Rep Power: 5
![]() |
Re: Yet another "I don't know which language I should choose"
I second King's suggestion of C#. If you're looking to develop a GUI application, and Windows is an acceptable platform, then using one of the .NET languages is a good choice. There is built-in support for getting the current screen resolution and number of bits per pixel, but there is no direct support for setting these parameters. However, it's pretty trivial to use p/invoke for this.
Nonetheless, I recommend you carefully consider if you really need to do this. A regular Windows application should not be changing the screen resolution without the user requesting this unless it's running full-screen, and most programs that do this are games. I know that if I was using a simple GUI app that decided to override my settings in such a rude manner, I'd quickly uninstall/delete the program. By querying the current resolution, the program should be able to adjust itself accordingly (using a larger/smaller font, resizing controls, etc) without resorting to actually changing the resolution.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
|
#8 |
|
Hobbyist Programmer
Join Date: Jun 2007
Posts: 136
Rep Power: 2
![]() |
Re: Yet another "I don't know which language I should choose"
python!
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| If you had it to do all over again, which language? | peace_of_mind | Coder's Corner Lounge | 24 | Jan 13th, 2008 6:06 PM |
| The C programming Language (2nd Edition) | nnxion | Book Reviews | 10 | Jul 6th, 2007 4:29 PM |
| Assembly Language | DaWei | Coder's Corner Lounge | 0 | Apr 26th, 2007 11:15 PM |
| Language creation/extending | gryfang | Project Ideas | 43 | Jul 20th, 2006 2:42 PM |
| Language display in program | Prm753 | C++ | 3 | May 30th, 2006 6:45 PM |