Hello world!

// a new beginning

#include<iostream> 

int main ()
	using namespace std;
	{
	cout << "Hello World! Welcome to Terminal Interface!";
	return 0;
	}

This is one way to write this first C++ program, there are many ways and variations, but it all depends on how complex you want your final code to be, or how many times you want to enter extra code.

ok, lets start here, i wanted a way to add code into my posts since some of what i will do requires some programing. i found an excellent source of very valuable information that didn’t require me to make classes and too much special code when i mainly want to show electronic projects, well setting up this web site is a project, so here you go.

if you visit
https://codex.wordpress.org/Writing_Code_in_Your_Posts
read this, it was easier than i expected if i only took the time to do it.

Tags:
Category: