Jump to content

programming languages ?

1 minute ago, riklaunim said:

You have a specialization you want to pursue and that's a good thing to do.

thanks, but i also would like advice and tips from professionals like you :) so give me as much info as you possibly can :) 

 

much appreciated and many thanks 

Link to comment
Share on other sites

Link to post
Share on other sites

5 minutes ago, OCD-FREAK said:

since you are a senior, i am sure you would be able to give me the best tips on how can i learn C and java quick and in a professional way. by the way why you suggested me to stop learning C ? if it's the best language for hardware level programming? by the way i am also doing assembler too :) 

I believe this forum has resources for learning Java back on it's main thread for programming. Udemy has great courses for this as well, depending of the application type you are trying to develop.

 

From what I understand C has not matured to today's standards: https://www.quora.com/Which-one-should-I-learn-first-C-or-C++
Keep in mind that building applications is easy, but building applications that last is very difficult. Build your application roots as mentioned in my previous post.

Also, Visual Studio supports C++ natively...

Link to comment
Share on other sites

Link to post
Share on other sites

On 2018-07-10 at 8:53 AM, Dat Guy said:

Which problem is not covered by C?

Web front-ends ;) The reality is you can solve a problem in probably any language, but that doesn't mean you should. If C was the be-all-end-all of programming languages, then why is it not solely taught in CS programs across the world and solely used by companies?

15" MBP TB

AMD 5800X | Gigabyte Aorus Master | EVGA 2060 KO Ultra | Define 7 || Blade Server: Intel 3570k | GD65 | Corsair C70 | 13TB

Link to comment
Share on other sites

Link to post
Share on other sites

1 hour ago, Dat Guy said:

It actually is. Depending on your location. 

 

Also, C is perfect for web frontends. 

https://learnbchs.org

Which universities teach just one (programming) language?

Link to comment
Share on other sites

Link to post
Share on other sites

German universities exclusively teach Java (or Python, depends) these days. 

Write in C.

Link to comment
Share on other sites

Link to post
Share on other sites

12 minutes ago, Dat Guy said:

German universities exclusively teach Java (or Python, depends) these days. 

Why do they teach just one language?I'm sure they cover embedded systems and web/mobile development so one language doesn't seem enough.

Link to comment
Share on other sites

Link to post
Share on other sites

5 hours ago, MyName13 said:

Why do they teach just one language?I'm sure they cover embedded systems and web/mobile development so one language doesn't seem enough.

There is some disparity between commercial/actual codding and university studies. When you work as Python developer you make for example web apps with Django. When you study computer science on a university you are learning about why and how things work. You may have basics of making an Android or a Django web app but in general it's not "commercial" stuff specific to popular software stacks. So if a university "teaches" a language then it means it uses given language as a tool to teach computer science with.

 

Some companies do offer commercial-value courses (like Microsoft) so if someone wants to he/she can get some commercial knowledge at university too - but not mandatory.

Link to comment
Share on other sites

Link to post
Share on other sites

15 minutes ago, riklaunim said:

There is some disparity between commercial/actual codding and university studies. When you work as Python developer you make for example web apps with Django. When you study computer science on a university you are learning about why and how things work. You may have basics of making an Android or a Django web app but in general it's not "commercial" stuff specific to popular software stacks. So if a university "teaches" a language then it means it uses given language as a tool to teach computer science with.

 

Some companies do offer commercial-value courses (like Microsoft) so if someone wants to he/she can get some commercial knowledge at university too - but not mandatory.

These universities differ a lot from universities in my region, universities over here teach at least 3 languages, usually C, C++ and Java.C is probably used for embedded systems subjects (usually first language) and C++ for computer graphics (openGL).

Link to comment
Share on other sites

Link to post
Share on other sites

There is always some diversity and then specialization but still a lot of things can be done with using one main language, especially if it's not full on Computer Science study.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×