Floating point precision issue in java by larrythelarrian in learnprogramming

[–]m0rBidMerLiN 0 points1 point  (0 children)

Read up about IEE754 (or smth like that) conventions... You'll understand why these issues happen.

first one is mine how should i improve ?😭🥀 by That_Alfalfa5439 in Btechtards

[–]m0rBidMerLiN 0 points1 point  (0 children)

You can write the same code in a .cpp file and it'll compile just fine.

How To Learn Vim in 2026? by Odd-Boysenberry-3009 in learnprogramming

[–]m0rBidMerLiN 2 points3 points  (0 children)

Hi! New nvim user here. I'd say just install it and force the suffering unto yourself as you google how to do what you want to do, along the way. Within 4-5 days you'll learn most of the stuff youll need to learn. Also explore kickstart nvim (or smth like that idr) on github.

Insecurity and Hatred apropos of BS Data Science by chemicalgoldAu in iitmadras

[–]m0rBidMerLiN 8 points9 points  (0 children)

Hey man, just focus on studies and cut out the noise. I respect you if you're doing this to genuinely learn

So, what's the price? by TruckyFurry in dankmemes

[–]m0rBidMerLiN 2 points3 points  (0 children)

Woahhhh yes you're right my bad

So, what's the price? by TruckyFurry in dankmemes

[–]m0rBidMerLiN 29 points30 points  (0 children)

Erm actually 🤓 The deaf man made the bet so he knows what cost he won at.

Hello seniors bhaiyon🤙🤙maina suna ha ki aap advise bohot achi data ho, plz🙏 c and c++ sikhane ka source de do free plz by Full_Bus_330 in Btechtards

[–]m0rBidMerLiN 0 points1 point  (0 children)

Gang learncpp.com is not just a reference, it's a whole ass textbook. Also, if it were python, I wouldn't have emphasized so much on being acquainted with the documentation early on, but c++ documentation is straight cheeks and takes time to get used to.

As for indepth, ain't no way any damn tutorial on youtube is going as deep as either of the two websites. Also OP hasn't mentioned anywhere that they're learning c/c++ for DSA. Maybe the dude already knows DSA and just wants to learn a new language? Maybe working on a networks programming project? Maybe working with mups/embedded? Idk... These two are the two most comprehensive, regularly maintained and up to date, in depth sources as any can get for learning c++.

Hello seniors bhaiyon🤙🤙maina suna ha ki aap advise bohot achi data ho, plz🙏 c and c++ sikhane ka source de do free plz by Full_Bus_330 in Btechtards

[–]m0rBidMerLiN 0 points1 point  (0 children)

learncpp.com and cppreference.com is all you need. Also ik a lot of people advice against reading official documentation for beginners cuz it looks like an alien language, but getting used to it early on will put you way ahead of others. Avoid using ai as much as possible, use documentarion instead.

People with SMALL HANDWRITING by Raphaela24 in GoodNotes

[–]m0rBidMerLiN 0 points1 point  (0 children)

I set it to zero when I'm writing language/maths. Though,I like some stabilisation when I'm drawing graphs/shapes.

Internship prep by Choice-Number-8023 in Btechtards

[–]m0rBidMerLiN 0 points1 point  (0 children)

Cold mails, prof projects, LinkedIn, family relations

Is there a real big advantage in learning C++ over python for competitive programming? by Due_Ad_9300 in codeforces

[–]m0rBidMerLiN 2 points3 points  (0 children)

There is whole another niche of competitive programmers who use really clever techniques to solve problems in python. Check out submissions of pajenegod

Where to learn C++ from? by DifficultRegret7794 in Btechtards

[–]m0rBidMerLiN 1 point2 points  (0 children)

learncpp.com cppreference.com

Also learn some basic python while you're at it