+ 1
Which programming language should I learn?
So I am an electronics engineering student. And I know only BlueJ. So which prog. language should i learn first? If more than one, then can you please help me with the order I should go with. Would also love if someone would also explain which programming language is important for which field and All. Thanks.
5 Answers
+ 7
Depends
+ 4
bluej is an ide(a Texteditor with project management) not a programming language. On bluej you can code in java. So you rather "know" some java.
if you are electronics student then probably will learn c at some point since its near the hardware. if you want to program on microcontroller then vhdl.
java is more high level. that's good if you want to code without knowing on which machine you are on.
it really depends on what you want.
+ 2
any you like. c++ is a bit more beginner friendly
+ 1
@Petja Boigk C or C++? Which will be more helpful??
+ 1
@Petja Boigk Thanks for your suggestions. Really appreciate it. :)