-
Annotations
In Eclipse; you can use annotations within your C++ program to jump through the codes. In this video; Jamie Campbell discusses types of annotations.
-
Customizing Fonts
In Eclipse; you can customize the fonts and colors of the code elements as per your preferences. In this video; Jamie Campbell demonstrates how to change fonts in Eclipse.
-
Advanced Editor Features
Eclipse is a powerful editor that helps developers in code developing; hinting; coloring; and completion. In this video; Jamie Campbell discusses the advanced features of the Eclipse editor.
-
C++ Syntax Overview
In Eclipse; you can use the syntax and rules of C++ for programming in C++. In this video; Jamie Campbell discusses the syntax of C++.
-
Call Hierarchy
In Eclipse; the Call Hierarchy feature helps you check how functions are ordered in the application and how they run at runtime. In this video; Jamie Campbell discusses the attributes of the Call Hierarchy feature.
-
Compiling a Project
In Eclipse; you can build and compile projects in several ways. In this video; Jamie Campbell demonstrates how to build a project.
-
Creating a C++ Program
In Eclipse; you can create C++ programs that build automatically when you save them. In this video; Jamie Campbell demonstrates how to create a basic C++ application.
-
Creating a Java Program
Eclipse allows you to build a basic Java application with relative ease. In this video; Jamie Campbell demonstrates how to create a Java application in Eclipse.
-
Customizing Code Style
In Eclipse; you can customize the way you want your code to appear in the code window. In this video; Jamie Campbell demonstrates how to customize the code style in Eclipse.
-
Customizing General Preferences
Eclipse is an open-source integrated development environment (IDE) that is used to develop applications with different programming languages; such as Java; C; C++; and PHP. In this video; Jamie Campbell explains how to customize General preferences.
-
Customizing the Editor
In Eclipse; you can customize the editor with your own styles. In this video; Jamie Campbell demonstrates how to customize the Eclipse editor.
-
Downloading and Installing for C/C++
Eclipse is an open source integrated development environment in Java; C; and C++. In this video; Jamie Campbell demonstrates how to download and install Eclipse for C and C++ development.
-
Downloading and Installing for Linux
Eclipse supports C/C++ programming across several platforms that include Windows; OS X; and Linux. In this video; Jamie Campbell demonstrates how to install Eclipse for Linux.
-
Downloading and Installing for OS X
Eclipse is a multiplatform IDE and available for Windows; Linux; and OS X users. In this video; Jamie Campbell explains how to download and install Eclipse for OS X.
-
Downloading and Installing Java
Eclipse requires Java to support programming across various languages and deploying software across the lifeycles. In this video; Jamie Campbell explains how to download and install Java.
-
Java Syntax Overview
The Eclipse development platform is written in Java and needs a Java run-time environment to run the applications. In this video; Jamie Campbell discusses about the Java syntax.
-
Markers and Locating Code
In Eclipse; you can locate your code by using various markers such as bookmarks; breakpoints; search results; and spelling errors. In this video; Jamie Campbell discusses the various markers and how to use them in Eclipse.
-
Navigating Code
In Eclipse; you can use the navigation features to navigate between codes. In this video; Jamie Campbell discusses the code navigation features of Eclipse.
-
Outline View
In Eclipse; you can use the Outline view to navigate between codes. In this video; Jamie Campbell discusses the features of Outline view.
-
Project Explorer and Navigator
In Eclipse; the Project Explorer displays the C++ application structure while the Navigator displays the files as a file system. In this video; Jamie Campbell discusses the Project Explorer and Navigator views in Eclipse.
-
Running a Project
In Eclipse; there are several options to run your application and optimize code. In this video; Jamie Campbell demonstrates how to run an application in Eclipse.
-
Syntax Checking
The Eclipse editor allows users to check syntax errors and verify if the code is correct by providing visual cues. In this video; Jamie Campbell demonstrates syntax checking.
-
The Code Interface
In Eclipse; you can customize your code editor interface. In this video; Jamie Campbell demonstrates how to change the settings in the code editor.
-
Installing for Java Development
The Java Development Kit allows you to code in Java with Eclipse. In this video; Jamie Campbell demonstrates how to install Eclipse for Java development.
-
Installing for JavaScript
You can install Eclipse for the JavaScript development. In this video; Jamie Campbell demonstrates how to install Eclipse for JavaScript.
-
Installing for PHP
Eclipse supports programming for several languages including C; C++; and PHP. In this video; Jamie Campbell demonstrates how to install Eclipse for PHP.
-
Installing EGit
EGit is the Eclipse add-on for the Git version control system. In this video; Jamie Campbell demonstrates how to install EGit for Eclipse.
-
Installing WindowBuilder
In Eclipse; you can develop graphical applications by using the WindowBuilder tool. In this video; Jamie Campbell demonstrates how to install and work with the WindowBuilder tool.
-
Introduction to C/C++
C and C++ are high-level programming languages. In this video; Jamie Campbell discusses the C and C++ concepts.
-
Introduction to Java
The Eclipse development platform is written in Java and needs a Java Runtime Environment to run the applications. In this video; Jamie Campbell discusses about the Java programming language.
-
Introduction to PHP
PHP is an open-source; general purpose scripting language that is widely used in web development. In this video; Jamie Campbell explains how to work with PHP in Eclipse.
-
The Development Perspective
In Eclipse; you can create; compile; and run your C or C++ applications. In this video; Jamie Campbell discusses the C/C++ development perspective in Eclipse.
-
The Debugger
Eclipse offers various effective debugging functionalities. In this video; Jamie Campbell discusses the Eclipse debugger.
-
The Toolbar
In Eclipse; you can customize your toolbar and use the various options provided by it. In this video; Jamie Campbell discusses the toolbar options and how to customize the toolbar.
-
Using Content Assist
You can use some help features when you're typing code in Eclipse. In this video; Jamie Campbell demonstrates use content assist in Eclipse.
-
Using the Windows Console in
In Eclipse; you can add the Windows command line application and swap it with the Eclipse console. In this video; Jamie Campbell demonstrates how to use the Windows console in Eclipse.
-
Working with Perspectives
In Eclipse; you can use perspectives to modify your work space depending on the task you are trying to accomplish. In this video; Jamie Campbell discusses about the perspectives in Eclipse.
-
Working with the Console
In Eclipse; you can use the Console tab to perform a number of operations. In this video; Jamie Campbell demonstrates how to work with the Console tab.
-
Community Forums
While dealing with questions or issues related to Eclipse; you can search through the Eclipse Community Forums to get the required information. In this video; Jamie Campbell discusses the community forums for Eclipse.
-
Help
In Eclipse; you can use the Help feature to get information about the various Eclipse elements. In this video; Jamie Campbell discusses the Eclipse Help system.
-
Expanding
Eclipse is highly scalable and you can expand Eclipse with several plugins; bundles; and add-ons. In this video; Jamie Campbell demonstrates how to expand Eclipse.
-
Installing a C++ Compiler
After you download Eclipse; you can download the compiler for C and C++. In this video; Jamie Campbell explains how to install a C++ Compiler.
-
Installing Apache Maven
While working with Eclipse; you can install and use the Apache Maven automation tool for creating Java applications. In this video; Jamie Campbell demonstrates how to install the Apache Maven tool in Eclipse.
-
Windows Azure SQL Database Migration Using Export and Import
In SQL Server; you can migrate on-premise databases into Microsoft Azure. In this video; Aaron Sampson demonstrates how to import and export the database.
-
Creating a New Project
Eclipse is an open-source IDE for developing applications with different programming languages; such as Java; C; C++; and PHP. In this video; Jamie Campbell explains how to create a new Eclipse project.
-
Breakpoints
In Eclipse; you can add breakpoints to certain lines in your code where you want to stop the debugging process. In this video; Jamie Campbell explains how to use breakpoints.
-
Preferences
In Eclipse; you can use Preferences to customize the settings for Eclipse. In this video; Jamie Campbell explains Eclipse preferences.
-
The Interface
Eclipse is an open-source Integrated Development Environment or IDE that can be used to develop applications for a number of different programming languages including Java; C; C++; and PHP. In this video; Jamie Campbell discusses the various features of the Eclipse interface.
-
Creating Tasks
In Eclipse; you can create tasks for developing your code. In this video; Jamie Campbell discusses how to create a new task.
-
Installing a Web Server
You can install Wamp web server and start developing applications in JavaScript. In this video; Jamie Campbell demonstrates how to install the web server.
-
Eclipse: Working with Eclipse SVN
After watching this video, you will be able to perform common Eclipse SVN operations and commit changes to a project.
-
Eclipse: Eclipse SVN and The Compare Editor
After watching this video, you will be able to utilize the Compare Editor in Eclipse.
-
Eclipse: Eclipse SVN Best Practices
After watching this video, you will be able to describe best practices for working with Eclipse SVN.
-
Eclipse: Subversion Operations and the Command Line
After watching this video, you will be able to perform sample Subversion operation in the command line.
-
Eclipse: Working with Projects
After watching this video, you will be able to use projects with Eclipse SVN.
-
Eclipse: Subversion SVN connectors
After watching this video, you will be able to describe how to use SVN connectors.
-
Eclipse: Modifying and Committing Changes in Eclipse
After watching this video, you will be able to modify and commit changes to a project in Eclipse.
-
Eclipse: Installing Subversive in Eclipse
After watching this video, you will be able to demonstrate how to install the Eclipse SVN plug-in.
-
Eclipse: Configuring Subversive Preferences
After watching this video, you will be able to configure preferences for Subversion in the Eclipse IDE.
-
Eclipse: Eclipse SVN Resources and Version Control
After watching this video, you will be able to work with SVN resources and utilize version control.
-
Eclipse: Eclipse SVN Branching and Merging
After watching this video, you will be able to describe SVN branching and merging.
-
Eclipse: Dealing with Conflicts in Eclipse SVN
After watching this video, you will be able to identify how to deal with common conflicts.