Welcome to CAVI, the Cisco Academy for the Vision Impaired. Course Fees Linux Wiki HTML Wiki Documentation Index PmWiki FAQ |
Chapter0Chapter 00.1.1Image 1: This image shows a male sitting in front of a desktop computer. 0.1.2Image 1: This image displays the various integrated Development Environments. These include: Eclipse, Code Blocks, Net Beans, Visual Studio and Xcode. 0.1.3Image 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.
0.1.4Image 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.5Image 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. |