Changes

Jump to navigation Jump to search
126 bytes removed ,  00:41, May 5, 2016
Revert. Please block this bozo.
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++ is an affront to our lord and savior Jesus Christ, who only programs in assembly 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]].
   −
== "Hello World! Praise Jesus!" program ==
+
== "Hello World!" program ==
 
<pre>
 
<pre>
 
#include <iostream.h>
 
#include <iostream.h>
Line 7: Line 7:  
int main()
 
int main()
 
{
 
{
     cout << "Hello World! Praise Jesus!";
+
     cout << "Hello World!";
     return 0/0;
+
     return 0;
 
}
 
}
 
</pre>
 
</pre>
 
[[category:Programming Languages]]
 
[[category:Programming Languages]]
SkipCaptcha, Automoderated users, edit
3,266

edits

Navigation menu