lynda.com: C & C++ Essential Training(2014)
lynda.com: C & C++ Essential Training
Widely used for both systems and applications development, the C and C++ programming languages are available for virtually every operating system and are often the best choice for performance-critical applications. In this course, Bill Weinman dissects the anatomy of C and C++, from variables to functions and loops, and explores both the C Standard Library and the C++ Standard Template Library. Features introduced in the C++11 standard (ratified in 2011) are also discussed.
Movie: lynda.com: C & C++ Essential Training
lynda.com: C & C++ Essential Training
HomePage
Overview
Widely used for both systems and applications development, the C and C++ programming languages are available for virtually every operating system and are often the best choice for performance-critical applications. In this course, Bill Weinman dissects the anatomy of C and C++, from variables to functions and loops, and explores both the C Standard Library and the C++ Standard Template Library. Features introduced in the C++11 standard (ratified in 2011) are also discussed.
Release Date
2014-06-13
Average
5.8
Rating:
2.9 startsTagline
lynda.com: C & C++ Essential Training
Genres
Languages:
EnglishKeywords
Recommendations Movies
5.9Staircase C(fr)
Story of a snooty young critic at the centre of several plotlines which run throughout his apartment block.
lynda.com: C# Essential Training(en)
C# is an object-oriented language designed by Microsoft and used by systems engineers, desktop programmers, and mobile app developers the world over. In these tutorials, David Gassner takes you through C#'s history, its core syntax, and the fundamentals of writing strong C# code. After explaining C#'s relationship to .NET and Windows, David shows how to install Visual Studio, a great IDE for developing in C#, and then dives into the language itself.
6.9Kids Return(ja)
Shinji and Masaru spend most of their school days harassing fellow classmates and playing pranks. They drop out and Shinji becomes a small-time boxer, while Masaru joins up with a local yakuza gang. However, the world is a tough place.
6.7Return of Special Forces 5(zh)
After Long Wei and his men finished their operation in Fuji, they received a distress message from his ex-wife, Leng Yun. Long Wei immediately rushes to Southeast Asia alone to look for his ex-wife. With his excellent ability to fight alone, Long Wei and his daughter break through all the dangers they encounter one by one, will they be able to rescue his ex-wife successfully?
7.0Naai Sekar Returns(ta)
Naai Sekar, who decides to make money by kidnapping dogs, learns about his pet dog which was taken away from their family during his childhood. Can he rescue his dog, which is considered as a lucky charm?
4.7Return to Cabin by the Lake(en)
Murderous screenwriter Stanley Caldwell, who incidentally is thought to be dead, returns to the scenes of his crimes.
5.5The Return of Swamp Thing(en)
The Swamp Thing returns to battle the evil Dr. Arcane, who has a new science lab full of creatures transformed by genetic mutation, and chooses Heather Locklear as his new object of affection.
6.5Slayers Return(ja)
Lina Inverse and Naga the White Serpent are back! What begins as a routine bandit-stomping turns into the adventure of a lifetime involving magical golems, an ancient Elven weapon and even someone bent on destroying the world. It's a predicament only Lina and Naga could get themselves in to.
6.5Urotsukidōji III: Return of the Overfiend(ja)
As the Overfiend slumbers, the mad emperor Caesar rises to power, enslaving a new race of demon beasts. Into this cruel existence is born the Lord of Chaos, the Overfiend's nemesis. As the blood-thirsty beasts capture the tyrant's daughter in a brutal coup, the Overfiend must awaken to an apocalyptic battle of the Gods.
6.5Bonanza: The Return(en)
A man with a grudge against the late Little Joe seeks revenge on the Cartwrights and attempts to take over the Ponderosa.
7.5Spider-Man: The Return of the Green Goblin(en)
The Webslinger faces the ultimate challenge when his arch-nemesis discovers his identity and kidnaps his one true love, Mary Jane Watson.
6.7Gasping for Air(tl)
When his sister disappears after leaving their home in hopes of singing stardom, Luis tracks her down and discovers the grim reality of her whereabouts.
5.8Maine-Ocean Express(fr)
"Maine-Ocean" is the name of a train that rides from Paris to Saint-Nazaire (near the ocean). In that train, Dejanira, a Brazilian, has a brush with the two ticket inspectors. Mimi, another traveler and also a lawyer, helps her. The four of them will meet together later and live a few shifted adventures with a strange-speaking sailor (Mimi's client).
6.3Tu Jhoothi Main Makkaar(hi)
To earn extra cash, Mickey helps couples break up — but life gets complicated when he falls for Tinni, a career woman with an independent streak.
7.2RETURN(en)
‘RETURN’ follows Torstein Horgmo, Mikey Ciccarelli, Mons Røisland, Brandon Cocard, Brandon Davis, and Raibu Katayama as they push the boundaries of what can be accomplished snowboarding when innovative minds join forces.
6.8Return to Innocence(en)
A searing legal drama that centers on a highly credentialed child psychologist whose life is shattered when he's accused of sexually assaulting a young boy he's been treating.
Return(hy)
Eyüp decides to cross mount Ararat looking for his aunt in Yerevan after following a madman's words. His aunt has also been expecting someone to come from behind this mount for many years. Eyüp cannot be sure about the woman he finds behind the blue door, whether it is his aunt or not because they can't understand each other.
5.2Return to Horror High(en)
A few years ago, a mysterious serial-killer caused panic on Crippen High School. The killer was never caught. A movie company, Cosmic Pictures, has decided to make a feature movie about these events - on location, at the now abandoned school. Since members of cast and crew disappear without a trace, it seems as if history is repeating itself...
Similar Movies
5.5Hostile Intent(en)
Paint-ball playing computer geeks who invent a computer chip which can keep the government or any agency from gaining access to computer files are targeted by government assassins during a paint-ball competition.
0.0Ekran Aşıkları(tr)
The story of a computer programmer who was abandoned by his wife and lives with his son at his sister's house.
7.2Cyborg She(ja)
A lonely university student develops a romance with a beautiful interesting woman, who turns out to be a cyborg from the future.
6.0The Net(en)
Angela Bennett is a freelance computer systems analyst who tracks down software viruses. At night she hooks up to the internet and chats to others 'surfing the net'. While de-bugging a new high-tech game for a cyber friend, she comes across a top secret program and becomes the target of a mysterious organization who will stop at nothing to erase her identity and her existence, in order to protect the project.
lynda.com: Foundations Of Programming [fundamentals](en)
This course provides the core knowledge to begin programming in any language. Simon Allardice uses JavaScript to explore the core syntax of a programming language, and shows how to write and execute your first application and understand what's going on under the hood. The course covers creating small programs to explore conditions, loops, variables, and expressions; working with different kinds of data and seeing how they affect memory; writing modular code; and how to debug, all using different approaches to constructing software applications. Finally, the course compares how code is written in several different languages, the libraries and frameworks that have grown around them, and the reasons to choose each one.
lynda.com: Foundations Of Programming [object-oriented design](en)
Most modern programming languages, such as Java, C#, Ruby, and Python, are object-oriented languages, which help group individual bits of code into a complex and coherent application. However, object-orientation itself is not a language; it's simply a set of ideas and concepts. Let Simon Allardice introduce you to the terms—words like abstraction, inheritance, polymorphism, subclass—and guide you through defining your requirements and identifying use cases for your program. The course also covers creating conceptual models of your program with design patterns, class and sequence diagrams, and unified modeling language (UML) tools, and then shows how to convert the diagrams into code.
lynda.com: Java Essential Training(en)
Join author David Gassner as he explores Java SE (Standard Edition), the language used to build mobile apps for Android devices, enterprise server applications, and more. This course demonstrates how to install both Java and the Eclipse IDE and dives into the particulars of programming. The course also explains the fundamentals of Java, from creating simple variables, assigning values, and declaring methods to working with strings, arrays, and subclasses; reading and writing to text files; and implementing object oriented programming concepts.
0.0Checkpoint(en)
A talented coder creates a device that gives him the ability to create save points in time, he then tries to use this new found ability to get a date to his friends wedding.
lynda.com: Up And Running [with java applications](en)
This course is an introduction to developing Java applications for various runtime environments. Author Todd Perkins explains how to configure the development environment, connect a web application to a MySQL database, and build a user interface with the Swing framework. The course also covers publishing applets in a web browser, working with XML data, and creating apps for Android devices.
lynda.com: Java Advanced Training(en)
Java Advanced Training shows developers how to expand their programming skills and get more out of Java. This course offers platform- and framework-neutral tutorials that can be used to build web, mobile, and desktop applications. Starting with advanced methods of defining Java classes and programmatic flow, author David Gassner goes on to describe the Java Reflection API and the Collections Framework; management of files and directories; test-driven development with advanced exception handling and reporting; and how to work with multiple threads.
7.5Indie Game: The Movie(en)
Follows the dramatic journeys of video game developers as they create and release their games to the world. It's about making video games, but at its core, it's about the creative process, and exposing yourself through your work.
5.2More Human Than Human(en)
Stephen Hawking has warned that the creation of powerful artificial intelligence will be “either the best, or the worst thing, ever to happen to humanity”. Inspired by Brian Christian’s study The Most Human Human: What Artificial Intelligence Teaches Us About Being Alive, the filmmakers set out on an international investigation highlighting the effects of AI - scenes from our daily lives destructive and constructive.
7.2General Magic(en)
A tale of how the great vision and epic failure of General Magic, the "greatest dead company in Silicon Valley", changed the lives of billions.
10.0The Queen of Code(en)
Grace Hopper dedicated her life to bringing computers to the masses, when most supposed the technology was only useful for scientists and the military. Through her genius, she taught software English, so that everyone could communicate with computers.
6.2The Internship(en)
Two recently laid-off men in their 40s try to make it as interns at a successful Internet company where their managers are in their 20s.
9.0Shapeless Tracking(es)
Inside a computer a space-time is revealed in which image and sound become numbers and motion manifests as rhythm, flow and chaos. This tracking and integration experiment removes the superficial identity of video to detect kinetic disturbances in everyday environment.
0.0Amiga World Animation Video Volume 1(en)
In 1989, Amiga World Magazine advertised an upcoming video they were putting together made up solely of animations made with the Amiga. Many people contributed their animations, both amateur and professional to create a 50 minute video. The top 3 animations won special awards. Now, you can find some of the people who contributed are still in the industry and doing other interesting things.
lynda.com: XML Essential Training(en)
XML, or Extensible Markup Language, was designed to make information sharing and data interpretation easier. In this course, developer and author Joe Marini takes you through the basic rules of XML, explains its syntax, and covers more advanced topics such as styling your XML with CSS and XSLT and manipulating XML through the DOM. From integrating XML into your site to creating document type declarations and schema definitions, this course covers everything you need to not only get started with XML but also master it.



