1
Operating System / Re: Which Linux flavor should i go with?
« on: July 08, 2013, 11:49:05 am »
Do you mean the vague rules that are open to interpretation?
I suppose this is my "outro"
I suppose this is my "outro"

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
[removed]
That kinda language isnt appreciated.
How are you involved 'working on it'?
---- hello.cob -------------------------
* Sample COBOL program
IDENTIFICATION DIVISION.
PROGRAM-ID. hello.
PROCEDURE DIVISION.
DISPLAY "Hello World!".
STOP RUN.
----------------------------------------
And just to be clear, you can NEVER FULLY understand a language.
And just to be clear, you can NEVER FULLY understand C++.