Videos in category C and C++ All | Novice | Advanced | Expert

C++ Stylistics

Google Tech Talks March, 5 2008 ABSTRACT Both by accident and by design, C++ supports a number of different styles and approaches to programming. Its evolution from C gives it obvious... read more »

Level: advanced Apr 02, 2008 Votes: 0 scoundrel

 

Getting C++ Threads Right

Google Tech Talks December, 12 2007 ABSTRACT The advent of multicore processors has generated profound debate on the merits of writing parallel programs with threads and locks. Nonethe... read more »

Level: expert Dec 16, 2007 Votes: 0 scoundrel

 

APIs for parallel programming

Intel's James Reinders looks at Message Passing Interface (MPI), an API for parallelism. Host: James Reinders Director, Intel Corporationread more »

Level: expert Oct 29, 2007 Votes: 0 scoundrel

 

Foundations of parallel programming

Intel's James Reinders looks into the algorithms that form the heart of threading building blocks — a C++ template library for parallel programming. Host: James Reinders Director, Inte... read more »

Level: expert Oct 29, 2007 Votes: 0 scoundrel

 

MWRC: Michael Hewner - Ruby USB

One of the really neat things about USB devices is that they are almost entirely self-describing, which makes it easy to let Ruby just "do the right thing" when communicating with... read more »

Level: expert Sep 27, 2007 Votes: 0 scoundrel

 

Firefox Leak Debugging Screencasts

I was asked to record some screencasts showing how I debug memory leaks so that other people could understand better how I use our memory leak debugging tools. So I've been recording (and ta... read more »

Level: expert Sep 25, 2007 Votes: 0 scoundrel

 

Ruby Hoedown 2007: Using C to Tune Yo...

Ruby is an awesome language, but sometimes we need more performance out of it than today's VMs can provide. This talk will be a practical, hands on demonstration of how to take an existing Ru... read more »

Level: expert Aug 25, 2007 Votes: 0 scoundrel

 
Next Page ยป