Recommended Books for IT

 


1. Discrete Mathematics

Discrete Mathematics and Its Applications - Kenneth H. Rosen 4.3k

Elements of Discrete mathematics - C.L Liu 752

Discrete Mathematics (Schaum’s Outline) - Seymour Lipschutz and Marc Laras Lipson 377

Discrete Mathematics with Applications - Susanna S. Epp 393

2. Computer Organization and Architecture

Computer Organization - Carl Hamacher 2.0k

Computer Organization and Architecture: Designing for Performance - William Stallings 1.1k

3. C Programming

The C programming language - Brian W. Kernighan/Dennis Ritchie 4.8k

Let us C - Yashwant Kanetkar 2.1k

Programming in C - Reema Thareja 2.1k

4. Data Structures

Data Structures Using C and C++ - Tenenbaum 3.0k

Data Structures - Schaum’s Series 1.1k

Data Structures Using C - Reema Thareja 1.2k

5. Algorithms

Introduction to Algorithms - Thomas H. Cormen 1.3k

The Algorithm Design Manual - Steven S Skiena 335

Data Structures and Algorithms Made Easy - Narasimha Karumanchi 788

6. Theory of Computation

Introduction to The Theory of Computation - Michael Sipser 1.8k

An Introduction to Formal Languages and Automata - Peter Linz 649

Theory of Computer Science: Automata, Languages, and computation - K.L.P Mishra 797

7. Compiler Design

Principles of Compiler Design - Alfred V Aho, Jeffrey D. Ullman 414

A Textbook of Compiler Design - Adesh K. Pandey 246

8. Operating System

Operating System Concepts - Silberschatz and Galvin 3.9k

Operating Systems: Internals and Design Principles - Stallings 1.0k

9. Database Management System

Database System Concepts - Abraham Silberschatz and Henry F. Korth 795

Fundamentals of Database Systems - Elmasri Ramez and Navathe Shamkant 229

Database Management Systems - Raghu Ramakrishnan and Johannes Gehrke 200

Database Management Systems - Rajiv Chopra 254

10. Computer Networks

Computer Networking: A Top-down Approach - James F. Kurose and Keith W. Ross 2.3k

Data Communications and Networking - Behrouz A. Forouzan 972

Computer Networks - Tennenbaum

netaji gandi Thursday, September 29, 2022
How to install Code::Blocks

 1. Click on this link: http://www.codeblocks.org/ 19.0k

2. Then click on downloads tab mentioned on the website.

Code_blocks_neso_academy

3. Then click on “download the binary release”.

4. Then you’ll select a suitable package depending on your platform. If you are a windows user, simply click on codeblocks-17.12mingw-setup.exe ​and run this exe file and follow the instructions as it is given. This setup will also download the GNU gcc compiler.

5. Finally, open the codeblocks IDE, you may have to specify the compiler and debugger path

Go to settings -> compiler -> In "Selected Compiler", choose "GNU GCC Compiler" -> Select tab "Toolchain Executables" -> Check the "Compiler's Installation Directory" -> set it to "c:\Program Files\codeblocks\MinGW" if not already set.

6. You are all set.

Happy Coding!

Mr. G. Netaji

netaji gandi

NPTEL Programming in Java Jan 2024 Week 11

  Week 11 : Programming Assignment 1 Due on 2024-04-11, 23:59 IST The following code is missing some information needed to run the code. Add...