![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#21 | |
|
Professional Programmer
Join Date: May 2006
Location: UK - London
Posts: 330
Rep Power: 3
![]() |
even if they teach you c# i think your institute would have the course material (compilers) installed on their local machines,so you can work of there, and some like mine actually have different versions for students to download of their websites for free, this is properly due to some agreements or payouts to the vendor of the software.
way off topic: I take it you don't do this for everything, well iam too poor aswell so i gues i should buy a ski mask($$ pm) and go and rob mr barclays, lol
__________________
Quote:
|
|
|
|
|
|
|
#22 |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3
![]() |
Pegasus, since there are free alternatives, I have no sympathy for you. You may find that various other members will feel the same way. I refer you to this thread for a discussion we once had on the subject.
__________________
<insert disclaimer here> <insert shameless plug for Visual Studio here> |
|
|
|
|
|
#23 | |
|
Hobbyist Programmer
Join Date: Mar 2005
Posts: 223
Rep Power: 4
![]() |
Quote:
Unless the language is very different from current languages like C# it really doesn't matter at all which of them you learn at College (at least that's my take). |
|
|
|
|
|
|
#24 | |
|
Battle Programmer
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 763
Rep Power: 3
![]() |
Quote:
__________________
<insert disclaimer here> <insert shameless plug for Visual Studio here> |
|
|
|
|
|
|
#25 | |
|
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2
![]() |
Quote:
I guess that you can use what you gained from both of them to be a good programmer. But power has its consequences. :p PS. Thanx for the thread.
__________________
You never test the depth of a river with both feet. The believer is happy. The doubter is wise. Free speech carries with it some freedom to listen. The next generation will always surpass the previous one. It`s one of the never ending cycles of life. |
|
|
|
|
|
|
#26 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
I can't think of many situations where this would be the case. Knowing how to program well is more important than knowing the intricacies of an individual language. And the best way to learn about programming, in my opinion, is to be exposed to as many different programming languages and paradigms as possible.
|
|
|
|
|
|
#27 |
|
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power: 2
![]() |
But dont forget that high level languages are almost the same. So this means that the idea is the same. You have classes in c++/c#/java, which have the same method for accesing its member ie. private, protected, public(C# has some more), but the idea is the same.
When moving to another language all you need to get used to is the relatively new syntax and its library. Thats why some programmers find it difficult to programm in assembly because it is way different from high level programming, and thats why HLA was invented(i dont do assembly yet, but plan to). Now a friend of mine learnt first paskal and then moved to c++. He loved the language. Than he left school and went to a small programming company and they there programmed in vb. So he found moving from c++ to vb somewhat easy, but needed sometimes studying the libraries. It is true though that as many paradigms as possible is good for your programming part of the brain. ![]()
__________________
You never test the depth of a river with both feet. The believer is happy. The doubter is wise. Free speech carries with it some freedom to listen. The next generation will always surpass the previous one. It`s one of the never ending cycles of life. |
|
|
|
|
|
#28 | |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Quote:
For instance, if you were coming from C# and trying to learn Lisp, you'd probably understand the concept of functions (methods) and lambda forms (delegates), but I suspect syntactic macros would be a far more difficult idea to grasp, simply because there's nothing even close to them in C#. Likewise, if you were going from Java to Haskell, you might, uh, well, I can't really think of many things that Java and Haskell have in common. Even things that seem the same, such as types and functions, act in very different ways. And that's not even covering the topics of function composition, lazy evaluation, monads or comprehensions. There are high level languages that are as different from C#/Java as assembly is. Indeed, an assembly programmer may find it easier to switch to Java than a Java programmer would find switching to a more exotic high level language, like Haskell or Clean or Prolog. At least Java and assembly are both imperative. |
|
|
|
|
|
|
#29 | ||
|
Hobbyist Programmer
|
Quote:
Quote:
|
||
|
|
|
![]() |
| 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 |
| Common Control Update? | Baphomet | Coder's Corner Lounge | 2 | Oct 14th, 2006 3:31 PM |
| How to make common navigation not reload. | Sungam | Other Scripting Languages | 12 | Jan 30th, 2006 10:22 PM |
| question about filename in common dialog | Kilo | Visual Basic | 4 | Nov 28th, 2005 3:42 AM |
| Common Sense | lostcauz | Coder's Corner Lounge | 17 | Jul 18th, 2005 8:31 AM |
| Question about writing this program | strider496 | C++ | 4 | Mar 24th, 2005 11:31 AM |