achimba | 55 points | Mar 18 2017 19:01:29

[BOOKS] Computer Science Books

add mega

.nz/#!dABXgBCJ

#include <iostream>
using namespace std;
int main()
{
    cout << "28 essential computer science books" << endl;
    return 0;
}

permalink

[-] heardtherewasgirls | 12 points | Mar 18 2017 21:27:09

public static void main(String[] args) {

System.out.println("Thanks!");

}

permalink

[-] dedservice | 4 points | Mar 20 2017 06:10:29

print "Thanks!"

oh, the joy of python.

permalink

[-] achimba | 8 points | Mar 18 2017 19:01:54

!Atkd93eu-9hYFH_bDxLqwSMV8q46i0FfHooggJj5sEQ

permalink

[-] Cartmanishere | 5 points | Mar 19 2017 03:10:20

#include <stdio.h>

main(){
    int i;
    for(i=0;i<=1000;i++){
        printf("Thank You!!");
    }
}

permalink

[-] achimba | 4 points | Mar 18 2017 19:05:43

function getList() {
    var listUrl = "http://pastebin.com/y3syaVGJ";
    return listUrl;
}

permalink

[-] nickfinney | 3 points | Mar 18 2017 22:12:00

Thanks!! Is there a particular order you'd start with?

permalink

[-] achimba | 3 points | Mar 19 2017 00:33:17

Maybe start with C?

Kernighan, Brian W. & Ritchie, Dennis M. - The ANSI C Programming Language

Some books are about learning languages; C, C++, and Ruby. Some books are about concepts and theories; algorithms and data structures. Some books are about the coding process; test-driven and agile development. This collection is mainly oriented toward C/C++ development.

For programming in any language I think these would be useful reads: Test-Driven Development, Mythical Man-Month, and Code Complete.

permalink

[-] nickfinney | 2 points | Mar 19 2017 00:35:38

awesome, much appreciated. Thanks again mate

permalink

[-] is_it_fun | 2 points | Mar 19 2017 04:42:25

print "Meow! Thanks!"

permalink

[-] lulgate | 1 points | Mar 19 2017 19:19:23

am kinda new here and can you tell me how i can download this? i tried googling.

permalink

[-] achimba | 2 points | Mar 19 2017 19:48:23

###HOW TO DOWNLOAD###

permalink

[-] lulgate | 3 points | Mar 19 2017 19:58:11

.MODEL SMALL
.STACK 100H
.DATA
 STRING_1  DB  'Thank You Sir'
.CODE
 MOV AX, @DATA             
 MOV DS, AX
 LEA DX, STRING_1           
 MOV AH, 9            
 INT 21H
 MOV AH, 4CH              
 INT 21H
 MAIN ENDP
 END MAIN

permalink

[-] youtubefactsbot | 1 points | Mar 19 2017 19:48:45

How To Download My Posts [0:32]

^j ^dm ^in ^People ^& ^Blogs

^4,717 ^views ^since ^Mar ^2017

^bot ^info

permalink