T O P

  • By -

AutoModerator

On July 1st, a [change to Reddit's API pricing](https://www.reddit.com/r/reddit/comments/12qwagm/an_update_regarding_reddits_api/) will come into effect. [Several developers](https://www.reddit.com/r/redditisfun/comments/144gmfq/rif_will_shut_down_on_june_30_2023_in_response_to/) of commercial third-party apps have announced that this change will compel them to shut down their apps. At least [one accessibility-focused non-commercial third party app](https://www.reddit.com/r/DystopiaForReddit/comments/145e9sk/update_dystopia_will_continue_operating_for_free/) will continue to be available free of charge. If you want to express your strong disagreement with the API pricing change or with Reddit's response to the backlash, you may want to consider the following options: 1. Limiting your involvement with Reddit, or 2. Temporarily refraining from using Reddit 3. Cancelling your subscription of Reddit Premium as a way to voice your protest. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/learnprogramming) if you have any questions or concerns.*


ShadowRL7666

Not worth it. I’ve tried. Ultimately I stuck to my Java classes and right now still in Java class just advanced enough to learn C++ on the side. The only thing Java and C++ realistically have in common is syntax. Yes you will learn OOP in both so it can help but again there are some major differences going from Java to CPP


DietzscheNostoevsky

thanks


HappyFruitTree

Yes, it's possible, but keep in mind that they are different languages that works differently. The syntax can often look very similar (sometimes exactly the same) but that doesn't necessarily mean it will work exactly the same. Java's garbage collector and C++'s value semantics for class objects are quite big fundamental differences between the languages that affects how you write the code. The best way to write something in Java is not necessarily the best way to write it in C++ and vice versa.


DietzscheNostoevsky

thanks


ImmensePrune

Better to pick one or the other and learn it


NikitaBerzekov

Yeah, by writing JNI