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.
Amazon Auto Links: No products found.
nice video, but please change your programming OS.
Room createRoom cannot be declare as a prototype =.=?
Thanks a lot. This was really helpful
the keyboard sound drives me insane.
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
finally, a tutorial without a fucking indian talking!
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:
https://www.youtube.com/watch?v=yKMQAE-DAJw
AppStore:
https://itunes.apple.com/app/cppcode-offline-c-c++-ide/id936694712
Thank you thank you thankyou
I have no idea what you did there?
This is amazing, thank you so much!
Why are you using pointers for the characters for the strings?
please don’t use system pause to wait for input
how can we implement bitmap indexing in c programming?
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 ? 🙂
why is C not considered object oriented but you can make objects using structs?
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.
What does printf(house.address) do?
What sort of keyboard is that?????
I have to ask: why did you set h.rooms[i] to NULL?
It’s not really clear… :
This comment is offensive. Please remove it.
Visual Studio 2010.
i didnt understand shit
can you solve the ” hall ” code.
What compiler are you using?
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
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.
Great vid !!! keep it up …. !!!
Oh , just one question , what’s the editor you are using in this video ?