http://www.youtube.com/view_play_lis...6E58F856038C69
hehe it's pretty weird.When I'm in class,I can't wait till it's over but now I really miss those boring lectures,classroom,etc...
This is a discussion on C++ youtube video within the A Brief History of Cprogramming.com forums, part of the Community Boards category; http://www.youtube.com/view_play_lis...6E58F856038C69 hehe it's pretty weird.When I'm in class,I can't wait till it's over but now I really miss those boring ...
http://www.youtube.com/view_play_lis...6E58F856038C69
hehe it's pretty weird.When I'm in class,I can't wait till it's over but now I really miss those boring lectures,classroom,etc...
Last edited by kypronite; 08-14-2008 at 09:32 AM.
Yep...
reminescing over the good ole college days...
I only wish my proffessors weren't nazis.
We're all Fu##ed aren't we?
just for the record, this really should have been posted to the General Discussions board...
Code:int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000 <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000 )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 0;}
Moved to General Discussions.
C + C++ Compiler: MinGW port of GCC
Version Control System: Bazaar
Look up a C++ Reference and learn How To Ask Questions The Smart Way
Screw your i++. I USE ++i!
Here to Deceive, Inveigle, Obfuscate Since 1945
i refuse to visit a site that calls me a tube.
AND WTF IS C++?!@
But it's cool that they post their lectures.
Last edited by BobMcGee123; 08-14-2008 at 05:45 PM.
You know what date is on this coin? 1958. It's been travelling twenty two years to get here.
And now it's here.
And I'm here.
And it's either heads or tails.
And you have to say...
Call it.
Wow that lady needs to take a breather. She sounds winded like she just ran a marathon.
Arrogance breeds bad code
MIT also does this on their website. Courses ranging from programming, engineering, physics... It's very nice.
Sent from my iPadŽ
There's also other video on programming uploaded by stanford university
programming methodology
http://www.youtube.com/view_play_lis...A56BC7F4A1F852
programming paradigm
http://www.youtube.com/view_play_lis...558D49CA734A02
I wonder why the course chooses to use their own container classes, surely it would be more useful for the students to become familiar with the standard C++ ones??![]()
Do they show how to develop the container classes? I didn't watch enough to find out (maybe it's part of the exercise?)
You know what date is on this coin? 1958. It's been travelling twenty two years to get here.
And now it's here.
And I'm here.
And it's either heads or tails.
And you have to say...
Call it.
I think they are teaching the fundamentals of the containers rather than the use of them. Teaching the STL would be more along the lines of how to use a container as opposed to the underlying implementation.
However a complete disregard for the STL even in higher level courses tells me that some students are wholly unprepared for the real world. I use the STL a lot at work because it reduces dev time and is efficient enough for my needs. It's obviously not the fastest thing in the world but it does get the job done and makes my life much easier.
Arrogance breeds bad code
It's mentioned in that lecture that Stanford has a companion course to the one that lady teaches "if you really want to know C++". I imagine they work with the STL a lot in there, but since it's an elective, I couldn't estimate its popularity with the students.