Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Elizir647yYou might start with C# if you're new to programming because I think it's easier to understand for a beginner. But on the other side.. you're new to programming, so how can you tell if a language is hard or not? Then go with C++ ... I think it's hard to say start with this or that .. how about that: start with tutorials in both languages and keep on with the language you're more into 😊
-
Ha best way to get better at programming is to actually do it. I suggest go with c++ and 30%tutorials 70% actually programming will make you very good at programming
-
@Torbuntu what he said. Plus there are no really good IDE's for c# and Linux. If I were you I'd go for (ughh I hate myself) Java since you can just install Intellij and stop giving a fuck about stuff other than writing the actual code
-
Another note. C/C++ is a superior language but it's unfortunately dying in most branches of programming. If you decide to learn it, you will gain lots of experience and knowledge but not necessarily money
-
@dontPanic Microsoft has mono and JetBrains has Rider, so there are functional cross-platform c# ides. That said, Java is probably the best option for developing on Linux if you want to learn something at least syntactically similar to c#.
-
@Torbuntu true
@charliefoxtrot isn't rider a paid option? Mono is ok I guess but it doesn't stand a chance in front of VS -
denisal1007yWhy dont you start with Python or C? learning C first is a good option if you want to learn C++, C# or Java in the future because they are all C family. I started with Python as my first lang and I really dont regret it, then I started learning C, after this C++ basics were easy you just have to learn OOP & Generic programming paradigms. Have a nice and easy journey.
-
explosg1917yCurrently thinking starting with c++ as i use linux and from then c# should not be very hard
-
Personally I started with C# and I still use it for almost all of my personal projects, I think it's a really good language to start out with because you can use it for almost anything and it's also fairly easy to understand as a beginner but C++ is harder and it might give you an edge when you decide to learn a new language
Related Rants
C# or c++. Hi im starting to learn programming and i have to decide between c# or c++. I use linux as my os. What do you think?
undefined
c#
decision
coding
c++
learnprogramming