Programming

C++ is a mid-level programming language that can interact directly with a computer's hardware or operating system while also being able to abstract lower layers and behave like a powerful high-level language. Object-oriented programming, portability, brevity, modular code structure, performance, and compatibility with the C language provide a unique mix of power and functionality. In this VTC course, Mark Long will introduce you to the C++ language and demonstrate how to begin to program and understand C++. Work files are included.
course level image
vendor image
subscription image
C++ is a programming language that is both procedure-oriented and object-oriented. VTC author Tim Heagarty builds on what you learned in C Programming and adds the basic structure and procedures of C++. With an emphasis on OOP you will learn constructors, classes, templates, exception handling and more.
course level image
vendor image
subscription image

C++ Fundamentals is for professional software developers who are not familiar with C++ and object-oriented programming. This C++ tutorial contains over 18 hours of expert video instruction, spread out over 16 separate lessons. Watch as distinguished author and professional teacher Paul Deitel uses the Deitel’s signature live-code approach to introduce C++ fundamentals, and object-oriented and event-driven programming. Deitel’s early classes and objects approach immerses you in object-oriented programming from the start, which makes learning these fundemental concepts easier and faster. All the concepts are presented in the context of complete-working programs using Microsoft’s Visual C++  Express version of its Visual Studio tool.

course level image
vendor image
cost range image

C++ Video Tutorial For Beginner Using Visual Studio. Over 34 lectures and 1.5 hours of content!

course level image
vendor image
cost range image

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. This course serves both as an end-to-end tutorial for those new to the language and a solid reference for experienced C/C++ programmers.

course level image
vendor image
subscription image

Tooltips can greatly improve the usability of your web site by providing direction and cues to visitors. In this course, Chris Converse shows how to convert text or graphics into a mouse-sensitive tooltip. The tutorials demonstrate how to write the necessary HTML and activate the tooltip with jQuery, as well as add positioning and effects.

course level image
vendor image
subscription image

Tooltips can greatly improve the usability of your web site by providing direction and cues to visitors. In this course, Chris Converse shows how to convert text or graphics into a mouse-sensitive tooltip. The tutorials demonstrate how to create the markup in Dreamweaver and activate the tooltip with jQuery, as well as add positioning and effects.

course level image
vendor image
subscription image

Where would we be without the games? Angry Birds, Cut The Rope, Peggle? Each one is as unique as they come, but they're tied together to one simple principle: Cocos2d can make them. Cocos2d is the leading, open-source, royalty-free smartphone game engine. It's easy to use, community-supported, reliable, mature, and over 1500 mobile iOS games have been published using it!

course level image
vendor image
cost range image
Data modeling is the act of exploring data-oriented structures. When building a database, data modeling implies the creation of a model for data within that database. Data models can be used for a variety of purposes, from high-level conceptual models to physical data models. VTC author, Gavin Powell, covers topics such as normalization and denormalization for relational data modeling, fact dimensional structures for data warehouse data modeling, and basic object data modeling for object databases. Powell also examines useful web sites and vendor software, such as Oracle database, for finding data modeling information.
course level image
vendor image
subscription image
This is an introductory course about algorithms and data structures. C++ is the programming language used in the course. The basics of this language will be reviewed before more difficult concepts are explored. VTC author and expert Dima Kassab will examine many topics, including: data design and implementation, primitive data structures (such as arrays and records), classes, templates, sorted and unsorted array-based lists, linked lists, doubly linked lists, stacks, queues, and binary search trees.
course level image
vendor image
subscription image

Pages