for programmers or developers

legarcon

Active member
Regular
Joined
Jul 22, 2014
Messages
1,363
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
I want to learn a programming lenguage but i still dont decide on which one, i have prior knowledge of c and cplusplus, and i also want to learn a lenguage that is up to date and also can help me get a job.
So in your opinion which programming lenguage would be better to learn that is actually useful and not too hard by the way?
thanks in advance
 

Shanks

Active member
Elite
Joined
Oct 19, 2014
Messages
6,013
Kin
2,712💸
Kumi
974💴
Trait Points
0⚔️
Awards
I want to learn a programming lenguage but i still dont decide on which one, i have prior knowledge of c and cplusplus, and i also want to learn a lenguage that is up to date and also can help me get a job.
So in your opinion which programming lenguage would be better to learn that is actually useful and not too hard by the way?
thanks in advance
1) Go for Unix : Biggest advantage right now is Open Source Market demand is very huge . If you want to go for Mobile Software i recommend Android Programming along with Unix .

Also i suggest you study OS Subject Seriously . Interviewers are concerned how strong your grip on OS is. I wish you all the best .
 
  • Like
Reactions: legarcon

7th Biggest OP Fan

Active member
Regular
Joined
Dec 21, 2012
Messages
1,370
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Well if you know C and C++, pretty well, picking up another language isn't too difficult. I would suggest maybe C# or Java. Those are what most people use.

Also, the biggest thing right now is developing apps, so maybe pick up Objective C which is used for IOS devices.
 

Calculus

Member
Joined
Nov 14, 2014
Messages
23
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Depends what you want to do really.

If you want to make websites, learn HTML/CSS/Javascript etc... and if you want to make online forms, databases etc, learn with it some php with sql databases etc...

If you want to make programs which run on Windows, learn a .net language such as C#, VB etc...
MS recently open sourced the core so expect it to run in may other OS's in the future...

Java will also run on windows and mac OS and will allow you to make apps on Android.

So in conclusion, its really what you want to do.

I would, as others suggested, go with python. Its easy to pick up and learn.

Have fun!
 

Wabbit

Banned
Legendary
Joined
Nov 15, 2011
Messages
11,335
Kin
0💸
Kumi
0💴
Trait Points
0⚔️
Why not master C and C++. Read about data structures. Try qt framework.
Learning other languages is very easy if you know C/C++ since C covers most of the programming concepts and then C++ covering OOP concepts.You can learn Java which is used to create android apps or you can go for web development with Javascript and PHP.
 
Top