Videos with tag C and C++ All | Novice | Advanced | Expert

QCon Panel: What will the Future of J...

Summary In this panel discussion from QCon San Francisco, several influential leaders of the software development community discussed and debated the future of the Java language and... read more »

Level: advanced Jun 23, 2008 Votes: 0 Dmytro Shteflyuk

 

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

 

C++0x - An Overview

A good programming language is far more than a simple collection of features. My ideal is to provide a set of facilities that smoothly work together to support design and programming ... read more »

Level: expert Aug 14, 2007 Votes: 0 scoundrel

 

sd.rb Episode 023: RubyInline

Nick Zadrozny shows us how to use C in Ruby with RubyInline. As an example, Nick walks us through writing a password-generating application with the help of Diceware.read more »

Level: any Jun 23, 2007 Votes: 0 scoundrel