Defining “index” at :46 was crucial. In a lot of videos it almost seems like it’s the name of the integer and really didn’t make any sense until you said that. Major thanks.
Thanks, bro - I was struggling to get C working so I used this tutorial as a test, going to go through the projects cuss ur really chill. I accidentally did something wrong here towards the end, and my computer was counting infinitely upwards, finally, I killed it with ctrl C lol. It got up to 18,31,861! Computers sure do think fast haha!
C has been helping me a lot with learning basic programming logic. It is so simple yet so complete. I'm on my first semester of S.E. and am so happy I'm studying C. Thanks BroCode for this video. Cheers!
I'd like to ask smth. How do I run the code on vsc? I installed the C/C++ clang build but, it doesn't run. The output when run isn't working. Does it have smth to do with my laptop or no? I currently using a macbook btw. I appreciate it if you could see this comment. Tyia!
In my program, I am creating a function to use in my main function. In that function I am using a for loop and am trying to return the final value of ' i ' to the main function. However my return statement never works, what am I doing wrong? ex.. int do_something(int units) { for(int i = 0; units >= 10; i++) { units = units - 10; } return i; } I am aware I am declaring the integer i in the scope of those parantheses only, but where do I put my return statement then?
#include
int main()
{
// for loop = repeats a section of code a limited amount of times
for(int i = 1; i
It will print in compiler as 1
3hour studies, then 2 hours on internet. Then I went back to BroCode and understood everything in a single video.
Incredible
glad I'm not the only one who spent one morning trying to understand it
Literally felt the same way, couldn't get my head around it, this video shows me everything I needed
Defining “index” at :46 was crucial. In a lot of videos it almost seems like it’s the name of the integer and really didn’t make any sense until you said that. Major thanks.
right???!!!
Thanks, bro - I was struggling to get C working so I used this tutorial as a test, going to go through the projects cuss ur really chill. I accidentally did something wrong here towards the end, and my computer was counting infinitely upwards, finally, I killed it with ctrl C lol.
It got up to 18,31,861! Computers sure do think fast haha!
just happened to me too, it lagged so bad 🤣
You're far much better than my prof
So true😂 because some prof don't care about students only care abt covering syllabus
Did you ask for refunds 😂
Let me guess you went to full sail 😂
youre a lifesaver on my coding journey. ty for the quick video.
C has been helping me a lot with learning basic programming logic. It is so simple yet so complete. I'm on my first semester of S.E. and am so happy I'm studying C. Thanks BroCode for this video. Cheers!
Ah, I always assumed "i" stood for iterator but index makes more sense. Thanks for the info!
gg bro you just explained my whole 3 hour course this mourning that i couldnt understand
Great❤
Please teach me how to set up visual studio code like yours for c language
You are a legent man
how about the --i pre increment
Bro thankyou so much i watched every video but i only understood yours thankyou so much.
You could you maybe teach us how to make a splash screen with cycles?
Why do we have 1 printed at the start each time? Does it print out before entering the cycle and why?
Thanks! i was struggling trying to figure out how to make it work and the theory book wasn't doing me any favors.
Thanks bro 🙏 💙
Do you happen to have a link to the website that you used?
I'm a freshman in IT and I genuinely want to learn coding
i think he's using visual studio code...just go to the net and type download vs code and that should do the job ig
I'd like to ask smth. How do I run the code on vsc? I installed the C/C++ clang build but, it doesn't run. The output when run isn't working. Does it have smth to do with my laptop or no? I currently using a macbook btw.
I appreciate it if you could see this comment. Tyia!
Thank you!
Which course did you study bro?
How can you create a list of directories with each directory path name feed as input in the form a comma delimited list
In my program, I am creating a function to use in my main function. In that function I am using a for loop and am trying to return the final value of ' i ' to the main function. However my return statement never works, what am I doing wrong?
ex..
int do_something(int units)
{
for(int i = 0; units >= 10; i++)
{
units = units - 10;
}
return i;
}
I am aware I am declaring the integer i in the scope of those parantheses only, but where do I put my return statement then?
Bro You save my life ❤
❤
Thanks Bro code!
Thanks ❤
Best man...
Thanks
Brutal kill for youtube algoritam
thnx bro!
👏
hero
im doing cs50 rn and bro i was like what are those i*s for i tried understand it myself but bruh i couldnt understand it but n ow yea i get it
Arigato
thanksssssssssssssssssssssssssssssssssssssss
chad
whatever anything I do or did or anything
i love pie
hello does anyone know how to print the last value of a for loop
If you want to add up to a value and get the total value then you can use this
#include
int main(){
int n, s = 0;
scanf("%d", &n);
for( int i = 1; i
@@freakish1732 100%
bang ni gua gabisa tugas bang
comment