Recent Changes - Search:

Welcome to CAVI, the Cisco Academy for the Vision Impaired.

Course Fees Linux Wiki HTML Wiki Documentation Index PmWiki FAQ

Edit SideBar

Chapter0

Chapter 0

0.1.1

Image 1:

This image shows a male sitting in front of a desktop computer.

0.1.2

Image 1:

This image displays the various integrated Development Environments. These include: Eclipse, Code Blocks, Net Beans, Visual Studio and Xcode.

0.1.3

Image 1:

This image displays a table of the Integrated Development Environments for various operating systems. The table has four columns, column one displays the integrated Development Environments, column two displays whether the IDE in question is compatible with Microsoft Windows, column three displays compatibility with Linux and column four displays compatibility with MAC OS.

IDEMicrosoft WindowsLinuxMac OS
Visual StudioCompatibleNot CompatibleNot Compatible
EclipseCompatibleCompatibleCompatible
NetBeansCompatibleCompatibleCompatible
Code::BlocksCompatibleCompatibleCompatible
XcodeNot CompatibleNot CompatibleCompatible

0.1.4

Image 1:

This image shows the ideone website with the output from the executed code which has been written out below:

#include <iostream>
Using namespace std;
Int main (void) {cout << “It’s working” << end1; }

Stdin: Standard input is empty

Stdout: It's working

0.1.5

Image 1:

This image shows the website cpp.sh, along with the executed code which is written out below:

#include <iostream>
Using namespace std;
Int main (void) {cout << “It’s working” << end1; }

Execution: it’s working too.

Edit - History - Print - Recent Changes - Search
Page last modified on August 01, 2017, at 11:56 AM