Created for http://www.24HourAnswers.com
The computer programming tutorial you are about to see is one in a series developed by 24 hour answers, with the idea of helping students learn in a simple, easy, and convenient format.
Today we examine structs.
Proudly WWW.PONIREVO.COM
2020?
i feel like we're just watching you type while hearing you bang your keyboard.
Sir please explain working of structure in c with diagram
Sir explain memory representation of struct
How to write a program to structure in a date of birth?
suggest me the compiler you are using
I have to ask: why did you set h.rooms[i] to NULL?
It's not really clear… :
can you solve the " hall " code.
i didnt understand shit
I have no idea what you did there?
nice video, but please change your programming OS.
finally, a tutorial without a fucking indian talking!
how can we implement bitmap indexing in c programming?
please don't use system pause to wait for input
Really good work keep it up 🙂 I might not be as pro like that but ill sure appreciate a visit to my channel, maybe subscribe ? 🙂
You can learn C/C++ right on your iPhone/iPad. It's the first and the only offline C/C++ IDE & Compiler on iOS!
No jailbreak required, no internet connection required, no ads, free(mium) app.
App feature list, screenshots and video on Vimeo/Youtube and even quick start at http://cppcode.info
Video:
AppStore:
https://itunes.apple.com/app/cppcode-offline-c-c++-ide/id936694712
This is amazing, thank you so much!
What sort of keyboard is that?????
I keep getting this unknown type name 'Room' error during compilation, do you have any idea how to fix it.
And an "Incompatible types when returning type 'Struct Room' but int was expected return r". I've looked over the code and I have no idea what courses it. If you have any ideas I would appreciate it.
Why are you using pointers for the characters for the strings?
What compiler are you using?
the keyboard sound drives me insane.
why is C not considered object oriented but you can make objects using structs?
Thats the C89 or C99 (I forget which) standard. In many of the IDE's like codeblocks you can change that in the Compiler Settings to allow for the modern C11 (or whatever I forget which again) standard
gcc seems to want the i declared outside of the for loop. So I just added 'int i;' after the include statements, and set 'i = 0' in the loops.
Thanks a lot. This was really helpful
Room createRoom cannot be declare as a prototype =.=?
This comment is offensive. Please remove it.
Thank you thank you thankyou
pointers are killing me. *p = the value stored at the adress pointed by p, p = the adress of the location pointed to.
Seems simple, but when in practice, it's destroying my brain, especially combined with structs. When and why do I need to use pointers as arguments … etc
Visual Studio 2010.
Great vid !!! keep it up …. !!!
Oh , just one question , what's the editor you are using in this video ?