99:11
Bjarne Stroustrup - The Essence of C++
Bjarne Stroustrup, creator and developer of C++, delivers his talk entitled, The Essence o...
published: 06 May 2014
Bjarne Stroustrup - The Essence of C++
Bjarne Stroustrup - The Essence of C++
Bjarne Stroustrup, creator and developer of C++, delivers his talk entitled, The Essence of C++. Stroustrup has held distinguished posts at Texas A&M; University and spent significant time in the Computer Science Departments of Cambridge, Columbia and Princeton. C++ is the one of the world's most widely used technology languages and it has influenced newer languages such as C# and Java as well as older languages. Find more information on Bjarne Stroustrup and this lecture: http://www.ed.ac.uk/schools-departments/informatics/news-events/lectures/bstoustrup Recorded on 28 April 2014 at the University of Edinburgh's George Square Lecture Theatre.- published: 06 May 2014
- views: 2929
13:04
How to program in C++ #1 - Setup and Hello World
Finally starting on this much requested series. ;)
In this episode we setup a compiler and...
published: 24 May 2013
How to program in C++ #1 - Setup and Hello World
How to program in C++ #1 - Setup and Hello World
Finally starting on this much requested series. ;) In this episode we setup a compiler and IDE. We then write and compile a first program. Links: CodeBlocks Download: http://sourceforge.net/projects/codeblocks/files/Binaries/12.11/Windows/codeblocks-12.11mingw-setup.exe- published: 24 May 2013
- views: 3148
33:32
C++ Programming Tutorial for Beginners in English - Part 1
C++ Programming Tutorial for Beginners in English - Part 1. Topics covered in this tutoria...
published: 03 Aug 2013
C++ Programming Tutorial for Beginners in English - Part 1
C++ Programming Tutorial for Beginners in English - Part 1
C++ Programming Tutorial for Beginners in English - Part 1. Topics covered in this tutorial are: - Creating first C++ Program - Variables, Assignment & Data Types - C++ Program Input and Output- published: 03 Aug 2013
- views: 163
4:48
Bjarne Stroustrup: Why I Created C++
http://bigthink.com In the late 1970s, Stroustrup applied the idea of "classes" to the C p...
published: 10 Jun 2011
author: Big Think
Bjarne Stroustrup: Why I Created C++
Bjarne Stroustrup: Why I Created C++
http://bigthink.com In the late 1970s, Stroustrup applied the idea of "classes" to the C programming language to create a new language that allows for high l...- published: 10 Jun 2011
- views: 211037
- author: Big Think
81:31
Основы C++, лекция 1
Тема лекции: Основы C++, лекция 1 Курс лекций: Основы C++, первый семестр Предмет семинара...
published: 13 May 2012
author: Laur Brest
Основы C++, лекция 1
Основы C++, лекция 1
Тема лекции: Основы C++, лекция 1 Курс лекций: Основы C++, первый семестр Предмет семинара: Computer Science Аудитория курса: Computer Science Center Лектор ...- published: 13 May 2012
- views: 88912
- author: Laur Brest
10:35
Scott Meyers: A Unique Perspective on C++
Scott Meyers offers his unique perspectives on the C++ programming language. Scott Meyers ...
published: 24 Oct 2007
author: OnSoftware
Scott Meyers: A Unique Perspective on C++
Scott Meyers: A Unique Perspective on C++
Scott Meyers offers his unique perspectives on the C++ programming language. Scott Meyers is one of the world's foremost authorities on C++, providing traini...- published: 24 Oct 2007
- views: 61593
- author: OnSoftware
19:33
C++ in Arabic (محاضرات سي بلس بلس بالعربي) - Introduction - الدرس 01
هذه المحاضرة هي الاولى وتحتوي على: 1. مقدمة الى لغات البرمجة بشكل عام 2. مقدمة الى لغة سي ...
published: 11 Feb 2013
author: Murad Magableh
C++ in Arabic (محاضرات سي بلس بلس بالعربي) - Introduction - الدرس 01
C++ in Arabic (محاضرات سي بلس بلس بالعربي) - Introduction - الدرس 01
هذه المحاضرة هي الاولى وتحتوي على: 1. مقدمة الى لغات البرمجة بشكل عام 2. مقدمة الى لغة سي بلس بلس 3. التعرف على البيئة المستعملة لكتابة برامج سي بلس بلس 4. ب...- published: 11 Feb 2013
- views: 10777
- author: Murad Magableh
27:38
Kurs C++ (#1) Pliki projektu, pierwszy program
Plik PDF z zadaniem na moim blogu:
http://miroslawzelent.pl/kurs-c-plus-plus-pierwszy-pro...
published: 21 Nov 2013
Kurs C++ (#1) Pliki projektu, pierwszy program
Kurs C++ (#1) Pliki projektu, pierwszy program
Plik PDF z zadaniem na moim blogu: http://miroslawzelent.pl/kurs-c-plus-plus-pierwszy-program-pliki-projektu Facebook: https://www.facebook.com/miroslawzelentblog Kurs C++ (#1) Pliki projektu, pierwszy program. Podczas tego odcinka nauczymy się m.in następujących rzeczy: - Jak dołączyć do programu bibliotekę: (#include) - Jak pisać po ekranie (cout) - int oznacza w C++ liczbę całkowitą (integralną, więc niepodzielną) - Jak zarezerwować miejsce w pamięci RAM (czyli zmienną): int x; - Jak wczytać coś z klawiatury (cin) - Jak policzyć jakąś wartość i przypisać do zmiennej: x = cukierki / (uczniowie - 1) - Znak = jest operatorem przypisania zmiennej jakiejś wartości znajdującej się po prawej stronie znaku =. - using namespace std = używa przestrzeni nazw "standard" - funkcja main() to tzw. funkcja główna - return 0 kończy funkcję główną, a więc cały nasz program - iostream - biblioteka strumieni wejścia i wyjścias - Plik CPP to plik z kodem źródłowym C++ - Plik CBP to plik projektu, zawiera listę plików wchodzących w jego skład - Katalog bin przechowuje nasz plik EXE - Plik LAYOUT zapisuje położenie okien środowiska IDE- published: 21 Nov 2013
- views: 95
9:46
Kurs C++ (#0) Wstęp, instalacja CodeBlocks
Mój blog: http://miroslawzelent.pl
Facebook: https://www.facebook.com/miroslawzelentblog
...
published: 13 Nov 2013
Kurs C++ (#0) Wstęp, instalacja CodeBlocks
Kurs C++ (#0) Wstęp, instalacja CodeBlocks
Mój blog: http://miroslawzelent.pl Facebook: https://www.facebook.com/miroslawzelentblog Muzyka w tle: Ben Beiny - Dancing leaves: http://www.premiumbeat.com/royalty_free_music/songs/dancing-leaves Postanowiłem opracować dobry, rzeczowy video-kurs programowania w języku C++. Dziś przedstawiam zerowy odcinek kursu. Zerowy, ponieważ zawarłem w nim informacje wstępne oraz pokazałem instalację kompilatora CodeBlocks. Kolejne odcinki będą pojawiały się w miarę mojego wolnego czasu (proszę o wyrozumiałość). Wszystkie części będą udostępnione na moim profilu YouTube, zaś na blogu będzie można pobierać za każdym razem dodatkowe materiały m.in. kody źródłowe pokazywanych programów. Zachęcam do oglądania i nauki. Kurs C++ odcinek #0 Wstęp i instalacja kompilatora CodeBlocks. Dlaczego warto wybrać język C++? Instalowanie kompilatora GCC wchodzącego w skład pakietu MinGW.- published: 13 Nov 2013
- views: 107
7:06
Tutorial C++ - 1. "Hola Mundo"
Curso completo de C++ aquí ▻ http://bit.ly/CursoCplus - Crearemos un "Hola Mundo" como pri...
published: 26 Sep 2011
author: codigofacilito
Tutorial C++ - 1. "Hola Mundo"
Tutorial C++ - 1. "Hola Mundo"
Curso completo de C++ aquí ▻ http://bit.ly/CursoCplus - Crearemos un "Hola Mundo" como primer programa en nuestro curso de C++. MÁS CURSOS de CódigoFacilito:...- published: 26 Sep 2011
- views: 140228
- author: codigofacilito
32:17
Kurs C++ odc. 5: Tablice, ciąg Fibonacciego
Przedstawiam 5 odcinek kursu programowania w C++, w którym mowa będzie o tablicach. Jest t...
published: 22 Dec 2013
Kurs C++ odc. 5: Tablice, ciąg Fibonacciego
Kurs C++ odc. 5: Tablice, ciąg Fibonacciego
Przedstawiam 5 odcinek kursu programowania w C++, w którym mowa będzie o tablicach. Jest to bardzo pożyteczna wiedza, po poznaniu tablic możesz wygodniej układać swoje zmienne w pamięci RAM komputera, a także tworzyć jedną linijką, za jednym zamachem serię kilkudziesięciu ponumerowanych pojemników na dane. Ten tutorial stanowił dla mnie nie lada wyzwanie, jest to największa produkcja jaką zdarzyło mi się do tej pory popełnić. Oceńcie sami, zapraszam do obejrzenia w wolnej chwili. Mój: http://miroslawzelent.pl Facebook: https://www.facebook.com/miroslawzelentblog- published: 22 Dec 2013
- views: 87
30:43
Obiektowy C++ odc. 1: Podejście obiektowe. Klasy. Obiekty
Przedstawiam nowy cykl na moim kanale YouTube oraz blogu: kurs obiektowego C++. W tym cykl...
published: 02 Mar 2014
Obiektowy C++ odc. 1: Podejście obiektowe. Klasy. Obiekty
Obiektowy C++ odc. 1: Podejście obiektowe. Klasy. Obiekty
Przedstawiam nowy cykl na moim kanale YouTube oraz blogu: kurs obiektowego C++. W tym cyklu po przepracowaniu w konsoli zasad podejścia obiektowego przejdziemy docelowo do tworzenia aplikacji okienkowych, działających już nie w wierszu poleceń, lecz w normalnym trybie graficznym. Ten kurs to ukłon w stronę osób, które znają już podstawy języka C++ i mają teraz ochotę już opuścić konsolę na rzecz pełnoprawnych interfejsów graficznych. Mój blog: http://miroslawzelent.pl/ Facebook: https://www.facebook.com/miroslawzelentblog- published: 02 Mar 2014
- views: 496
2:20
C++ Programmer
Interviewing for a C++ Programming position. The sorry state of software development....
published: 27 Mar 2010
author: CrankyProgrammer
C++ Programmer
C++ Programmer
Interviewing for a C++ Programming position. The sorry state of software development.- published: 27 Mar 2010
- views: 404187
- author: CrankyProgrammer
Youtube results:
4:26
C++ Crashkurs für Anfänger in 2 Std [1/14] | EINFÜHRUNG
Mehr auf - http://OrangeOnBlack.de Den Quellcode gibt's hier: http://OrangeOnBlack.de/?p=9...
published: 26 Dec 2011
author: OrangeOnBlack
C++ Crashkurs für Anfänger in 2 Std [1/14] | EINFÜHRUNG
C++ Crashkurs für Anfänger in 2 Std [1/14] | EINFÜHRUNG
Mehr auf - http://OrangeOnBlack.de Den Quellcode gibt's hier: http://OrangeOnBlack.de/?p=92 Hier nun das erste Video des C++ Crashkurses, indem es um einen g...- published: 26 Dec 2011
- views: 59314
- author: OrangeOnBlack
3:40
Aprendendo C++ de forma descomplicada lição 01
Galera esta é nossa primeira vídeo aula para iniciantes em c++, logo estaremos dando conti...
published: 03 Sep 2010
author: Isaac Flora
Aprendendo C++ de forma descomplicada lição 01
Aprendendo C++ de forma descomplicada lição 01
Galera esta é nossa primeira vídeo aula para iniciantes em c++, logo estaremos dando continuidade. Visitem nosso blog: http://cmaisdescomplicado.blogspot.com.- published: 03 Sep 2010
- views: 45707
- author: Isaac Flora
6:55
Tutorial C++ - 2. Variables Enteras
Curso completo de C++ aquí ▻ http://bit.ly/CursoCplus Veremos qué son las Variables Numéri...
published: 03 Oct 2011
author: codigofacilito
Tutorial C++ - 2. Variables Enteras
Tutorial C++ - 2. Variables Enteras
Curso completo de C++ aquí ▻ http://bit.ly/CursoCplus Veremos qué son las Variables Numéricas en C++, para qué sirven, cómo se suman y por qué son tan import...- published: 03 Oct 2011
- views: 61327
- author: codigofacilito
75:38
Corso C/C++ ITA - 1. Struttura del corso. Strumenti.
Un corso completo di programmazione C/C++ (la parte già pronta supera le 16 ore ... ed alt...
published: 28 Jan 2012
author: fcamuso
Corso C/C++ ITA - 1. Struttura del corso. Strumenti.
Corso C/C++ ITA - 1. Struttura del corso. Strumenti.
Un corso completo di programmazione C/C++ (la parte già pronta supera le 16 ore ... ed altre in arrivo). Vengono considerati sia i comandi più tipici del C e...- published: 28 Jan 2012
- views: 39981
- author: fcamuso