Thread: Which language?

  1. #1
    May
    Guest

    Which language?

    Hello

    I am a teacher of English as a foriegn language. I am interested in developing some programmes to help me test my students' language ability. This includes the testing of the listening skill. So I need to add sound files. What programming language(s) do I have to learn in order to develop such a programme?

    Thank you so much

    May

  2. #2
    Pygmy Monkey ErionD's Avatar
    Join Date
    Feb 2002
    Posts
    408
    Most languages can do that. C++ is always nice but since you just want to do a simple one VB might owkr though i have never tried it.

  3. #3
    Registered User
    Join Date
    Feb 2002
    Posts
    589
    For things like that I would go with Visual Basic*shivers*. Easy to learn and fast to program.

  4. #4
    Fingerstyle Guitarist taylorguitarman's Avatar
    Join Date
    Aug 2001
    Posts
    564
    You could do that with many languages but what you need to look into is APIs (Application Programming Interfaces). They are extensions to the basics of a programming language. Win32, DirectX, SDL, are all some good APIs to look into.
    If you plan to do the programming and are not a programmer, then I would suggest using a language like Visual Basic, probably the quickest and easiest for you.
    If you're a programmer, than go ahead and use Java, or use C++ with Win32 or DirectX, depending on how complicated things need to be.
    If a tree falls in the forest, and no one is around to see it, do the other trees make fun of it?

  5. #5
    S­énior Member
    Join Date
    Jan 2002
    Posts
    982
    Or buy one of the cheapo language apps.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What language did they make Java in?
    By jverkoey in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 07-03-2005, 04:18 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  5. Language Script..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 03-30-2003, 06:48 AM