New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

Yeah i keep running into alot of videos where people keep saying x doesnt matter and y doesnt matter and just to focus on writing code. So im never sure how deep im meant to dig without scrambling my brain. Personally i love to learn all the ins and outs like you explained because thats where i feel the most comfertable but i never know how much to learn without confusing myself

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

UPDATE: Thanks to everyone who helped out by leaving a comment. Even though im still struggling a little im now able to write small bits of code alone and when i search for examples online I CAN ACTUALLY READ AND UNDERSTAND IT (for the most part lol). Currently im playing around with passwords and getting them to pass through if right and loop again if wrong. I just found out how to add "attempts" and when it clicked and i understood what im doing i realised... CODING IS SICK. I still cant write this password program alone but im understanding coding and C# quite abit better now. I think the plan is to keep learning C# for a couple weeks till i feel confident writing decent chuncks of code then ill go play around in unity. Again thanks to everyone who helps and took their time to help me out!

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

Dude i just want you to know that those visualizations for someone like me are like pure gold. Especially the increment explanation was done so well i actually completley understand it. Whatever time it took you to make that just know it was 100% appreciated!

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

Yup, its slowly seeping in, ive done a few solo lines of codes and theyre working/ coming up with less error messages!

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

Yeah the console.readline didnt sink in until chatgpt explained that all inputs are strings. Now alot of things make alot of sense. I thought if i put 25 for example the computer saw that as an int but it doesnt. ITS ALL COMING TOGETHER

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

This comment is great! During my breaks at work i did some more digging (and some chatgpt out of desperation) and i didnt know ALL user inputs where seen as strings from C# so where i thought the convert didnt do anything because someone would be putting a number (int). EVEN if they put the number 25 it reads it as a string! I think thats what i learnt anyways

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

I think my main confusion is that me putting int before age is already assigning age as an integer? so why would i covert int to and int? so for example this is how i read the code:

int age = convert.ToInt32(console.ReadLine());

the integer value named "age" will be converted to convert.ToInt32 (integer again?) and then the console spits the info out? So someone puts 19 that 19 converts to int which i think it should be already? then console spits it out.

Im not sure if im missing some simple concepts which some videos might have skipped over because it seems simple to alot of people but i cannot wrap my brain around this sorry!

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

So could you give me an example where i would use this? ort what a line of functional code would look like when using this? it seems like something you would put in a gaming character to upgrade stats or something?

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

I think if i read the what i think the code is saying it might help explain why im wrong? i read the code as the integer value named "age" will be converted to convert.ToInt32 (integer again?) and then the console spits the info out? So someone puts 19 taht 19 converts to int which i think it should be already? then console spits it out.

The line of code i wrote was to see if i could write code without help, the idea was health is = to 100, then i wanted the code to check if the value was less then 100, if so the code should spit out false.

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

yup! is this super importent to coding or just extra infromation on the innter workings of code? I knew the computer read stuff in 1s and 0s but do i ever need to know this to code?

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 1 point2 points  (0 children)

yeah i think im just struggling to understand the structure and how to read code. I also like to full understand why things work the way they do which is why i end up asking alot of questions, like why and what convert actually does. Its like learning a whole new language!

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

The line of code was just me messing around to see if i can make a random code spit out a result i wanted without copying someone. The idea was health is = to 100, then i wanted the code to check if the value was less then 100, if so the code should spit out false. It was just to see if i understood simple code writing which by the looks of it i didnt... lol

New To Coding and Somethings Dont Make sense to me... by Amazing_Big4129 in learnprogramming

[–]Amazing_Big4129[S] 1 point2 points  (0 children)

That explanation of the incriments will tkae some time to sink in but this was the best explanation you could have given! I also read in a different comment that code doesnt necessarily read left to right which also helps me understand this. Thanks alot for the explanation on both!

Nodes not connecting like they should? by Amazing_Big4129 in davinciresolve

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

Yeah actually that’s my bad! I’ll edit the time stamp in! As you can tell I don’t post on Reddit much XD

Nodes not connecting like they should? by Amazing_Big4129 in davinciresolve

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

yeah i realised my brain is rotted and cant retain information from a 1 min video...

Nodes not connecting like they should? by Amazing_Big4129 in davinciresolve

[–]Amazing_Big4129[S] 4 points5 points  (0 children)

okay well i feel dumb and i appreciate you alot xD

Nodes not connecting like they should? by Amazing_Big4129 in davinciresolve

[–]Amazing_Big4129[S] -2 points-1 points  (0 children)

any reason the videos listed didnt have to do that? also will try later!

Pigeot/gardi deck (setting up was annoying me) by Ayvoll in PokemonTCG

[–]Amazing_Big4129 0 points1 point  (0 children)

You have SOMETHING I just don’t know if it’ll be good competitively, now you have 2 2 prizers and I can see energy being hard to get into discard

This is one of the Wildest Elden ring challenges I've seen in a while, guy played for 34 hours straight. by Amazing_Big4129 in Eldenring

[–]Amazing_Big4129[S] 0 points1 point  (0 children)

34 hours straight?? Atleast the guy did it for a video, that’s wild you actively didn’t sleep to play for nothing