2cf Subj : Re: Programming Language Suggestion To : comp.programming.threads From : Sean Kelly Date : Thu Sep 15 2005 02:31 pm rob wrote: > > I needed a suggestion on what language to use. My group is trying to > create a Stock Trading tutorial program. What language whould you > suggest making it in? I need alot of visuals and resposes from user > inputs. A tad off topic for this newsgroup, but try Java. There are plenty of decent UI design tools available for it and it is fairly simple to mock up programs with. Check out JBuilder, Eclipse, or whatever Sun offers. Alternately, if you have a copy of Visual Studio you might want to try C# or Visual Basic for the same reasons. Sean . 0