Facebook – https://www.facebook.com/TheNewBoston-464114846956315/
GitHub – https://github.com/buckyroberts
Google+ – https://plus.google.com/+BuckyRoberts
LinkedIn – https://www.linkedin.com/in/buckyroberts
reddit – https://www.reddit.com/r/thenewboston/
Support – https://www.patreon.com/thenewboston
thenewboston – https://thenewboston.com/
Twitter – https://twitter.com/bucky_roberts
Amazon Auto Links: No products found.
Can a function return a struct?
Extremely helpful and easy to understand! Thanks!
schtschrucschur
Nice videos! But if you could zoom it a litle, would be perfect
So, this is kinda similar to class in python?
Isn’t it a bad practice to set an array size? Doesn’t the leave your software venerable?
I’m not sure if you still check your channel! I would say, you ROCK man! I’m so grateful thanks to you i finally understand the strucs
bruh, couldnt you zoom a bit? hardto read from such small letter.
what is the title of your video that features DOUBLY linked lists?
if you wanna assign value to char array you cant just use “=”, instead use strcpy(bucky.firstName, “Bucky”); in this case
Nice video, and nice burp at 8:30 hahaha
really great teacher bucky, I’ve been watching since 2013. you deserve all your subs and revenue you get from this.
How do you use cin.getline() with a data structure member?
Very good tutorial, thanks.
if this guy removes the family filter for the swearing this’ll be the best channel
protip: use fgets instead of gets
Uvuvwevwevwe Onyetenyevwe Ugwemubwem Ossas …well thats a name longer than 25
increase the font size buddy
it’s difficult to see the coding
thanks
isn’t this just like OOP?
excellent, thank you so much
Excellent. We are doing a lab assignment very similar to this and the book blows chunks. Immensely helpful. Thanks!
Awesome tutorial about SHRUCTSHURES! 😉
Can I copy the text from anywhere?
Can you make an array of Structs?
Although I find Carl Herold’s tutorials better, in spite of what he has done/not done (took me a while to accept, and be able watch his videos) –
– I am glad you are here to elaborate topics not covered there 🙂 thanks!
Hey guys, i have a problem running my program. It can’t handle numbers bigger than 7 (it says that the program is octal constant, so i dont get it). Anyway, i put any other number and it worked just fine.
My second, and apparently fatal, problem is that it can’t handle char type of variable. Code is not too long, so please take a look, and let me know what did i do wrong. THANKS 🙂
// HEADER
struct suspect {
int idNumber;
int birthYear;
int currentYear;
char nameOfSuspect[25];
char lastNameofSuspect [25] ;
char middleName[25] ;
float height;
float weight;
};
// MAIN PART
#include
#include
#include “Struc.h”
int main()
{
struct suspect bucky;
bucky.idNumber = 020478020;
bucky.height = 205;
bucky.middleName = “Teacher”; // this line of code is problem (incompantible types when assigning to type char[25] )
printf(” %dn”, bucky.idNumber);
printf(” %.2f n”, bucky.height);
printf(” %s”, bucky.middleName);
return 0;
};
how do I explicitly initialise the firstname and lastname without using gets(). if I use bucky.firstname=”Bucky”; I get an error that it cannot be assigned.
Video starts 3:25
How would you go about a typedef struct in the header with multiple c files?
8:30 did you just fucking belched on us? 😀
Just Perfect!
thanks a lot , I appreciate your effort buddy
Your tutorials are very good!
And I kinda like your “accent”-thingy. Shtring, Shtruct…xD
is emily that hot girl you were talking few tutorials ago?