Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jul 10th, 2008, 3:23 PM   #1
bac240sx
Newbie
 
Join Date: Jul 2008
Posts: 3
Rep Power: 0 bac240sx is on a distinguished road
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?
bac240sx is offline   Reply With Quote
Old Jul 10th, 2008, 3:35 PM   #2
kruptof
Professional Programmer
 
kruptof's Avatar
 
Join Date: May 2006
Location: UK - London
Posts: 333
Rep Power: 3 kruptof is on a distinguished road
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:
When I was young it seemed that life was so wonderful,a miracle, oh it was beautiful, magical.
Now watch what you say or they'll be calling you a radical,a liberal, oh fanatical, criminal. Oh won't you sign up your name,we'd like to feel you're acceptable, respectable, oh presentable, a vegetable
kruptof is offline   Reply With Quote
Old Jul 10th, 2008, 4:05 PM   #3
bac240sx
Newbie
 
Join Date: Jul 2008
Posts: 3
Rep Power: 0 bac240sx is on a distinguished road
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).
bac240sx is offline   Reply With Quote
Old Jul 10th, 2008, 5:23 PM   #4
L7Sqr
Hobbyist Programmer
 
Join Date: Jun 2005
Location: here
Posts: 144
Rep Power: 0 L7Sqr is an unknown quantity at this point
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]
L7Sqr is offline   Reply With Quote
Old Jul 10th, 2008, 5:40 PM   #5
bac240sx
Newbie
 
Join Date: Jul 2008
Posts: 3
Rep Power: 0 bac240sx is on a distinguished road
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.
bac240sx is offline   Reply With Quote
Old Jul 10th, 2008, 6:08 PM   #6
King
Professional Programmer
 
King's Avatar
 
Join Date: Jan 2006
Location: Ontario, Canada
Posts: 380
Rep Power: 3 King is on a distinguished road
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!
King is offline   Reply With Quote
Old Jul 10th, 2008, 6:51 PM   #7
lectricpharaoh
Caffeinated Neural Net
 
lectricpharaoh's Avatar
 
Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 1,120
Rep Power: 5 lectricpharaoh will become famous soon enough
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
lectricpharaoh is offline   Reply With Quote
Old Jul 11th, 2008, 6:16 AM   #8
MiKuS
Hobbyist Programmer
 
Join Date: Jun 2007
Posts: 136
Rep Power: 2 MiKuS is on a distinguished road
Re: Yet another "I don't know which language I should choose"

python!
MiKuS is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:49 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC