×
Login Register an account
Top Submissions Explore Upgoat Search Random Subverse Random Post Colorize! Site Rules Donate
5
15 comments block


[ - ] anon 1366744 3 points 7 monthsOct 28, 2024 11:00:19 ago (+3/-0)

Get on claude.ai

And start doing interactive programming with it in whatever language you want. And you can ask it questions about how to do things and it'll respond and show you examples that are immediate and customized to you

[ - ] PotatoWhisperer2 4 points 7 monthsOct 28, 2024 13:08:20 ago (+4/-0)

The first language is the hardest. Every language after that get progressively easier to learn at an exponential rate.

So choose a language that's easier for beginners like Python or Java. They still have their roots in C and aren't horrible to learn. (Yes, I'm looking at you, pointers.)

[ - ] anon 2823071 0 points 7 monthsOct 28, 2024 13:40:13 ago (+0/-0)

C#. On windows there's a compiler in the system folder.

[ - ] SithEmpire 0 points 7 monthsOct 28, 2024 21:42:29 ago (+0/-0)

I miss pointers when looking at Java stuff, it means I need to create a single-element array and pass that instead.

Same thing is also needed for making a Java lambda affect a scope variable, because it insists those must be final and the array is a workaround. Nothing wrong with calling a lambda-consuming function which can affect the scope, as long as it agrees not to store any references!

[ - ] PotatoWhisperer2 0 points 7 monthsOct 28, 2024 23:01:58 ago (+0/-0)

Not exactly things beginners need to be worried about.

[ - ] anon 1633396 2 points 7 monthsOct 28, 2024 16:52:52 ago (+2/-0)

Requires sim-based cellphone number. Pass.

[ - ] anon 1670838 0 points 7 monthsOct 28, 2024 13:21:24 ago (+0/-0)

Every Ai I've tested randomly produces bugs , mathematical errors and nigger code.

Is this one any different?

[ - ] FacelessOne 0 points 7 monthsOct 28, 2024 11:03:23 ago (+0/-0)

Use a time machine to go back 20 years and make this decision.

[ - ] anon 2612421 3 points 7 monthsOct 28, 2024 12:12:03 ago (+3/-0)

Why are you posting anon byte?

[ - ] anon 1938768 0 points 7 monthsOct 28, 2024 12:51:48 ago (+2/-2)

Take your brain out of your skull, stretch it out on the table. Beat it with a mallet until the knots are flat. Then ball it up and throw it in the driveway. Run over it a few times in your car, then scoop up what's left and throw it in the oven. Bake at 450F for 76 hours. Remove (careful, hot!) and insert C4. Detonate. Place brains back in skull. That's how you learn C++

[ - ] puremadness 1 point 7 monthsOct 29, 2024 01:21:07 ago (+1/-0)

Jesus christ guys, pointers aren't that hard.

[ - ] Monica 1 point 7 monthsOct 28, 2024 13:26:39 ago (+1/-0)

Learn basic and cobol then get yourself a thick c++ book written in the 1990's. Read it. Learn it. Create your own programs. Do the quiz's in the book.

[ - ] anon 9615207 0 points 7 monthsOct 28, 2024 15:15:17 ago (+0/-0)

If you're serious about OOP then take a look at Eiffel.

[ - ] x0x7 0 points 7 monthsOct 28, 2024 15:21:57 ago (+0/-0)

Don’t. Learn Erlang. If you write c++ you are just creating more code for the rust-commies to get hired fixing.

[ - ] puremadness 0 points 7 monthsOct 29, 2024 01:19:33 ago (+0/-0)

SAMS Teach yourself C++ in 24 hours

They mean 24 days, 1 hour per day(1 short chapter).

I did it in 3 days.
When I was 12.