Where is the comparison with C++ among these languages?
@DrSoftmanАй бұрын
C
@khatoon8093Ай бұрын
Thank you soo much that was literally rescue
@theoriginyt4869Ай бұрын
C is not the fastest language? I mean people are able to see the produced Asm code while writing C, try that with another language.
@035_SagarАй бұрын
Brother could you please help me in the set up of FLTK
@lesscomplex63152 ай бұрын
The Fibonacci implementation only shows how the language compilers handle simple, non branching, no caching, single thread code, which is very specific and far from what goes in real software. Better tests will be to show how it handles external driver communications (aka network), multi threading and synchronization primitives, code branching and high memory consuming code (data intensive applications) and the handling of more complex data structures (structures, enums, unions, lists, graphs, etc…)
@naczu2 ай бұрын
I'm more interested in cpu and memory consumption because the prices on the cloud are calculated from memory and cpu usage.
@Ahoora-o2v4 ай бұрын
zig build-exe -O ReleaseSafe main.zig
@rubinigor4 ай бұрын
mi się wydaje że rust szybszy ale trzeba w --release ale możliwe wsm zależy też czy chodzi o gpu cpu ram itp
@chrikke4 ай бұрын
The fact C and Rust is slower than Go should be telling you something is wrong with the test, and it is inaccurate
@chrikke4 ай бұрын
This is a horrible way to benchmark. C is the fastest if you can actually use it properly. That means Golang can be even faster than C due to it's excellent os library if you need to read a file. Assembly is also technically faster than C if you are a god. But C has such a good compiler that it is going to produce better Assembly code than you can write.
@susmiknath59924 ай бұрын
Make a video for set up the FLTK
@Cinarbayramic5 ай бұрын
it depends on how you code, what you code and how you compile it i dont think they have much difference in performance
@mohamedkhaled-qo9fb5 ай бұрын
how to install fltk
@AhooraBahadori-lx7cb6 ай бұрын
Cargo build --release
@paulobatisttta6 ай бұрын
Great!!!
@codingnetwork69147 ай бұрын
kuch samaj hi nhi aya bhai khud nhi parna tha fktk kya hota h ???
@Octogenico7 ай бұрын
Youre supposed to put something over tje Green screen smh
@norskiy976510 ай бұрын
It's just a pity that Zig has a small community. the language is really cool, but.... Does no one know about him?
@LearnCodingly10 ай бұрын
Zig is basically a *better C*, people do know about zig and are using zig as well, even I made some projects in Zig, but then realised that Zig is a programming language for those who understand *allocators* very well. So, then I switched back to C because the projects I was building were too difficult to handle only by me (only one contributor). I will first learn more about allocators and will make a come back.
@samuel.ibarra5 ай бұрын
The problem with Zig for me is the LSP. Needs to improve
@RihanSheikh-rz9qx10 ай бұрын
Thank uh bhai
@SwastikMondal-yr1hw11 ай бұрын
This is really helpful for beginners to start programming without learning the algorithms or flowchart,👍👍
@LearnCodingly11 ай бұрын
Yah! maybe yes 😆
@SwastikMondal-yr1hw11 ай бұрын
twist😂😂
@its_alpha.pavan0311 ай бұрын
I appreciate your efforts 👍.You are ambitious.so, try to use your skills and out of box thinking to build something that will be helpful in real world😇 .Your language is diffrent but not useful .why dont you make language that will need minimum characters to programming and easy to understand . BTW Best of luck 👍👍👍
@LearnCodingly11 ай бұрын
Thanks a lot! your comment really helps! I am thinking of building a compiler 🤔 and maybe create my own programming language 💡! Not like this one though 😅.
@koftabalady11 ай бұрын
Don't dell me whad do do 😂
@LearnCodingly11 ай бұрын
😅
@clear426111 ай бұрын
I think its because for the server to communicate with the html doc, it has to know that its a html doc, hence doctype
@LearnCodingly11 ай бұрын
Yes! the correct answer! 👏👏👏👏👏
@Planckestein.11 ай бұрын
Keep it on brotha❤❤, you are underrated, hope u have millions of subs...
@LearnCodingly11 ай бұрын
Thanks a lot for your wishes!
@Planckestein.11 ай бұрын
@@LearnCodingly welcome mate
@MastAdmiLive11 ай бұрын
Badal????
@keshavsharma564711 ай бұрын
@bnftv
@ankitmajumder872311 ай бұрын
Bro reinvented the wheel by painting it a different color
@LearnCodingly11 ай бұрын
The most perfect explaination I found 🤣. Just a try to make C++ look better 🤣. Maybe I can make a compiler for it specially 🤔.
@Memeathon_Dev11 ай бұрын
Cool, keep up the good work ❤
@LearnCodingly11 ай бұрын
Thanks alot!
@redstonetutorials549311 ай бұрын
technically NULL or nullptr aren’t invalid memory addresses they just point to the division by zero exception in the IDT so that’s why the kernel blocks access to that address
@whitenigga292911 ай бұрын
Interesting, what's IDT?
@LearnCodingly11 ай бұрын
@redstonetutorials5493 has used IDT as an alternative word for RAM or memory.
@ShivamKumar-zn4uc11 ай бұрын
Preprocessor are processed being compilation hence no error name of variable is asdfasdf not char
@tchz11 ай бұрын
bruh
@anmolchandra8370 Жыл бұрын
Kindly don't stop this playlist sir, I am going to code all of the four video tonight. More excited about play against computer.
@LearnCodingly Жыл бұрын
Yes! I wont stop this playlist. All the best! Keep it up.
@abhivanshgupta1275 Жыл бұрын
amazing sir, m in 1st yr at iitr, you tried ur best! i understood everything
@LearnCodingly Жыл бұрын
All the best to you! Also, thanks a lot for your feedback.