Are GOTO statements dangerous?
7:32
Golang 1.23 Iterators explained
4:39
Golang Project: URL shortener
11:17
The best way to learn Go in 2024
5:03
Golang Project: TODO App
15:08
4 ай бұрын
Golang Project: Word Counter
6:24
Golang Project: File Organizer
5:57
Golang Project: File Watcher
3:36
Golang Project: Pomodoro Timer
4:43
Lets build a shell
25:50
5 ай бұрын
Programming Language Tier List
16:24
Learn C Pointers Quick
4:34
9 ай бұрын
Manage C strings with sprintf
1:39
memset explained in 60 seconds
1:02
Пікірлер
@jamesbelcher9310
@jamesbelcher9310 Күн бұрын
This website looks incredible for newbies to learn coding and programming. Thank you very much for making me aware of this website.
@TheBuilder
@TheBuilder Күн бұрын
Thank the codecrafter folks for making me aware of it
@joshelguapo5563
@joshelguapo5563 Күн бұрын
Lol yup. If your python code has for loops, you're doing it wrong.
@mzakyr342
@mzakyr342 2 күн бұрын
hey Builder, can you cover sdl3?
@TheBuilder
@TheBuilder Күн бұрын
It's out!?, I'm on it.
@NasCf-d2h
@NasCf-d2h 2 күн бұрын
I have just started learning python as my first language, should i change to C or C++? Pls help
@esantirulo721
@esantirulo721 2 күн бұрын
To be fair, you should compare real calculus (like matrix operations) using numpy...
@PromptKing
@PromptKing 3 күн бұрын
ChatGPT does it well with C++
@PromptKing
@PromptKing 3 күн бұрын
C++ is way more powerful
@moocorp4574
@moocorp4574 3 күн бұрын
A human is also slow at counting to 1 billion but is still useful. Python has its uses
@sanjaybhatikar
@sanjaybhatikar 3 күн бұрын
Great I'll use C when I need to count to a billion. For everything else like Large Language Models I will use Python.
@TheBuilder
@TheBuilder 3 күн бұрын
LLMs count to a billion more often than you think 🤔
@freeom9585
@freeom9585 4 күн бұрын
lots of libs about ML is wrote by cpp, and wrapped by python. So cop is very important and useful.
@FalcoGer
@FalcoGer 4 күн бұрын
weird. I use dark theme both at home and at work. take the article website for example. It's hard to read the gray on white text for the summary. gray on black or even just dark gray is better.
@TheBuilder
@TheBuilder 3 күн бұрын
I recall the grey on white designs from around 2015. Idk what they were thinking because it made sites unreadable. I guess if you're not actually trying to read the content a UI/UX designer can decide that it looks better from a superficial angle
@FalcoGer
@FalcoGer 4 күн бұрын
if you compile with -O1 or higher, it would just remove the loop.
@TheBuilder
@TheBuilder 4 күн бұрын
That would be unfair 😒
@Cinarbayramic
@Cinarbayramic 5 күн бұрын
I had a program that checks an array made up of 100000x100000 elements i optimized it by removing the array.
@edwardmacnab354
@edwardmacnab354 5 күн бұрын
Do you need to make a password or can you just bypass that step ?
@billcook4768
@billcook4768 5 күн бұрын
So C++ is really good at doing something stupid you would never ask a computer to do.
@TheBuilder
@TheBuilder 5 күн бұрын
you'd never ask a computer to increment a variable?
@billcook4768
@billcook4768 5 күн бұрын
@ Not a billion times in a row doing nothing each increment
@TheBuilder
@TheBuilder 4 күн бұрын
What is benchmarking? 🤔
@hanspeterbestandig2054
@hanspeterbestandig2054 5 күн бұрын
And if you add -O3 to the gcc C/C++ Compiler then the Compiler will *optimise the loop away*. Because your program uses *constant expressions* the compiler will recognise this and hence will (pre-)evaluate the final result *at compile time* ! So the runtime will be just microseconds. Try it within *compilerexplorer* and see what code the C compiler will produce if you add -O into the compilers extra argument field ! It is amazing!
@tlotlooepeng8721
@tlotlooepeng8721 5 күн бұрын
a gem
@TheBuilder
@TheBuilder 5 күн бұрын
glad you liked it
@MiG-25IsGOAT
@MiG-25IsGOAT 5 күн бұрын
I think you could get GTA 6 before python finishes opening
@_lalalajujuju
@_lalalajujuju 6 күн бұрын
Are n++ and n+=1 exactly same operations?
@bamabaska
@bamabaska 2 күн бұрын
exactly
@thecreature615
@thecreature615 6 күн бұрын
im learning python and javascript rn but whats the difference between like python and c++
@法蘭克-u2u
@法蘭克-u2u 6 күн бұрын
我常在想,人們如果都用c++開發各種系統,是否地球暖化可以趨緩? 畢竟python這麼…沒效率…
@VastyVastyVoid
@VastyVastyVoid 6 күн бұрын
"The .vscode directory has these files." No, no it does not. When loading a preexisting directory into vscode, the .vscode directory doesn't exist. This makes the remainder of the tutorial useless, as it claims things that weren't established.
@CA-dg6ou
@CA-dg6ou 8 күн бұрын
Now, lets do assembly language vs machine language 🤟