|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#11
|
|||
|
|||
|
Re: Which language should we program in
Quote:
There will always be pros/cons between numerous languages, and how they work - that's why so many languages exist in the first place. Graphical programming languages definitely do have potential, though. A perfect example would be in dynamically creating user interfaces, where numerous elements are nested. In a case like this, numerous "controls" are created, and appended to other larger "controls". This sort of flow is extremely well expressed in a visual programming language. -- To answer the original question: Our Robot's source code was developed in Java. The Operator Interface was developed in C# (which was influenced by C++/Java/Other Languages) Last year we programmed the robot in LabVIEW. Image processing was extremely to implement in C#, from the grounds up (directly manipulating the bitmap data). With C#'s ability to "pin" arrays to pointers, this code could execute at extremely fast speeds, and array element accessing did not have the overhead of bounds checking. Last edited by ItzWarty : 28-05-2012 at 19:57. |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|