Changes

Jump to navigation Jump to search
126 bytes added ,  00:33, May 5, 2016
no edit summary
Line 1: Line 1: −
'''C++''' (pronounced "C plus plus") is a compiled [[Programming Language|programming language]].  It has both high-level and nearly machine-level functionality.  It was developed by Dr. Bjarne Stroustrup at [[Bell Labs]] in 1979 as an enhancement to the [[C programming language]].
+
'''C++''' (pronounced "C plus plus") is a compiled [[Programming Language|programming language]].  It has both high-level and nearly machine-level functionality.  It was developed by Dr. Bjarne Stroustrup at [[Bell Labs]] in 1979 as an enhancement to the [[C programming language]].  C++ is an affront to our lord and savior Jesus Christ, who only programs in assembly language.
   −
== "Hello World!" program ==
+
== "Hello World! Praise Jesus!" program ==
 
<pre>
 
<pre>
 
#include <iostream.h>
 
#include <iostream.h>
Line 7: Line 7:  
int main()
 
int main()
 
{
 
{
     cout << "Hello World!";
+
     cout << "Hello World! Praise Jesus!";
     return 0;
+
     return 0/0;
 
}
 
}
 
</pre>
 
</pre>
 
[[category:Programming Languages]]
 
[[category:Programming Languages]]
2

edits

Navigation menu