DO NOT EVEN THINK OF ASKING THIS QUESTION. Questions about books are no longer suitable for Stack Overflow and are going to be closed as "Not Constructive" immediately.

learn more… | top users | synonyms (4)

-8
votes
5answers
262 views

Database programming in Java with oracle [closed]

I am completely new to Database programming in Java. I have no idea how the Library works. I know Java and learning the syntax is no big deal. However i am completely ignorant about the APIs that Java ...
3
votes
1answer
794 views

What are the differences between Sedgewick's Algorithms in Java: Pts.1-4 (3rd Edition) and Algorithms (4th Edition)?

I have just recently bought the 3rd edition thinking the 4th edition was just an updated version of his Algorithms book that used C, however I have since discovered through finding his accompanying ...
1
vote
1answer
495 views

choosing the right c++ book [duplicate]

Possible Duplicate: The Definitive C++ Book Guide and List I want to learn c++ and I'm thinking about buying some books on amazon, specifically I'm thinking about choosing these two books ...
1
vote
2answers
116 views

PHP Book Recommendation for my Case [closed]

I'm just beginning to learn my first programming language. I'm pretty good at CSS and HTML and all the prerequisites. I've decided on PHP to be my programming language of choice. Rather than to ...
2
votes
2answers
479 views

Which book is better on cocos2d? [closed]

I'm newbie Objective-C Developer. Now I would like to buy a book on cocos2d, but I can't decide which one is better. I found some of them here: BookDepository. I'm sure that I not a first one who ...
0
votes
2answers
64 views

Best Cascade Style Sheet Reference [closed]

I need a resource about what is the best way of implementing web page design, arranging them, how to make it cross-browser compatible. for example: if I want to make rounded-corner div, what is the ...
0
votes
1answer
180 views

3D third person view tutorial game for iOS [closed]

Is there a tutorial with an open source application available on how to make a game similar to Sims for iOS? A book would also work. I need to visualize an office environment in a similar manner for ...
-2
votes
2answers
1k views

2D OpenGL tutorials/books which begin right from the most basic things, and explaining in detail [closed]

I want to learn game programming with OpenGL (with codeblocks). For this I have referred to a lot of tutorials on the net but could not find a suitable one. Im jumping back and further from Allegro to ...
-4
votes
1answer
943 views

Which Java Book is Best for learning Java programming language that is available for free? [closed]

Which Java Book is Best for learning Java programming language that is available for free? I know C and C++ well. Suggest me some free book of Java. And provide me some link where I can download.
0
votes
1answer
666 views

Assembly books for Intel 80x86 32-bit, Linux, NASM or YASM [closed]

I've done the appropriate search, to find if my question exists. Unfortunately, my search led to doubt, so I want to ask personaly. I want to learn low Assembly (not HLA) from the beginning as newbe. ...
0
votes
1answer
249 views

Books about Mono C# compiler? [closed]

Is there any books about Mono C# compiler for basic level understanding? Thanks in advance.
0
votes
1answer
132 views

Retrieving And Displaying Data From Mysql Using Php Book [closed]

I have been studying php for the last three months and i can say i understand php and how to do various things with it. The next topic i want to cover in detail is how to retrieve and display data ...
0
votes
1answer
67 views

Is there some good book for comprehending the lighttpd source? [closed]

I am using lighttpd as my webserver, which always does things right as I want. I want to dig into how lighttpd works. I want to know why lighttpd use Splay Tree instead of Red-Black Tree, which is ...
1
vote
1answer
433 views

“Learning WCF” outdated as WCF intro book? [closed]

I'm looking for a good book to teach me WCF from scratch. I've found that "Learning WCF" by Michele Leroux Bustamante should be a very good source for this purpose. However, I would like to ask anyone ...
1
vote
2answers
281 views

What are the most influential books on parallel programming any programmer should read [closed]

I was inspired by this post and I would like to ask the same question about parallel programming. The parallel programming is treated very differently in imperative and functional programming, so, ...
0
votes
1answer
116 views

book in systems principles [closed]

I have 2 question and I could not find the answer: 1-Is there any book that explain the principle of some popular systems.for example:Accounting System, Warehouse system , Sale System,... 2-Is ...
18
votes
1answer
949 views

Haskell for someone who already knows some category theory [closed]

So I've got enough experience with functional programming in general, and I have one nontrivial project written in Haskell already under my belt (a non-optimized Javascript compiler), and went through ...
3
votes
4answers
846 views

Python reference book [closed]

Is there a good reference book for Python with which someone who did Python before can revise the language in terms of syntax, data structures and corner cases (such as scoping, tips about OOP and ...
2
votes
3answers
2k views

Good books/sources to learn Javascript/Html5/CSS for a computer science student [closed]

Im a college senior,majoring in Computer science. I'm thinking of learning Javascript html5 and Css asap. Are there any books or sources that you guys could suggest? I tried codeacademy's javascript ...
1
vote
2answers
165 views

Templating in PHP - Book recommendation? [closed]

To preface this - I haven't done much work with advanced templating in PHP. I may be approaching this in the wrong way. If I am, I'd appreciate a push in the right direction. I have a large project ...
0
votes
2answers
245 views

Suggestion for SQL query books [closed]

I want to learn more in Teradata SQL. Can any one suggest to me a good book to learn Teradata SQL? Or any good SQL book through which I can learn SQL queries.
3
votes
0answers
449 views

C# With Unity Book / Tutorial [closed]

I'm trying to learn C# as well as Unity, and I have been looking around for a book on this for a while now. Most of the books I've come across seem to only regard one or the other. I was wondering if ...
1
vote
2answers
4k views

Need a book with programming exercises [closed]

Are there any books which only contain only programming exercises? I am looking for books with exercises in every point of java. For instance, one of the exercises could be "Write an application ...
0
votes
2answers
124 views

What is the best book that guides you to build a framework? [closed]

What is the best book that guides you to build a framework in objective c? I want to build an iOS framework, I have read all blogs and info that I can find. Now I want to see if I go in the right ...
0
votes
0answers
149 views

I am an intermediate programmer… What book would you recommend me? [closed]

I am a computer science student. I've teach myself a lot about C's syntax, but I know a little of object-oriented programming. I want to learn more C++ or Java; However, I found very advance or very ...
0
votes
3answers
752 views

Best book / combination of books for Java and Android programming? [closed]

I'd like to be an android app developper and I need a good tip for book/s to learn from ... From what I've read and heard " Thinking in Java" is really popular , but some say that it's not actually ...
0
votes
2answers
93 views

Survey of literature for networking textbooks? [closed]

I have benefited from a lot of the other SO questions that survey useful textbooks within a certain domain, from general programming to compilers and operating systems. I am looking for a networking ...
0
votes
0answers
313 views

Any book of recursion and backtracking explained?? C/C++ if possible [closed]

I'm looking for a book or document that explains the recursion and backtracking techniques with code examples if possible in C/C++. I understand recursion in the easy level (factorial, maximun of an ...
1
vote
3answers
234 views

opinion of the book - Objects, Abstraction, Data Structures and Design: Using C++ [closed]

I have been told to get the book - Objects, Abstraction, Data Structures and Design: Using C++ before I commit to buying it - as they're quite expensive, I just wanted to know what people's opinions ...
2
votes
2answers
522 views

Magento certification (MCD) - good book for preparation? [closed]

I am planning to take the Magento MCD exam. Are there any books or guides out there execpt the one given away for free by the Magento guys that could help? I once took some Microsoft exams and they ...
1
vote
2answers
470 views

Drawing with MonoTouch and Quartz2D (Bookrecommendation) [closed]

Is there a good book about drawing Controls/UserInterface by using Quartz2D in an MonoTouch environment? I know books like "Learning Monotouch", but I am looking for something more specialized at the ...
0
votes
1answer
118 views

A good book on AJAX for an experienced developer? [closed]

I want to read a good book on AJAX. I want it to be concise, I don't want it to explain all the basic concepts all over again but I also want it to show me the guts and insides of AJAX. I am an ...
0
votes
3answers
361 views

What books can you recommend for Android development and Android Game Development? [closed]

Can you recommend any good books on Android development and Android Game Development?
6
votes
3answers
433 views

Source of interesting algorithms (Book, WWW) [duplicate]

Possible Duplicate: What is the best book for learning about Algorithms? I am looking for a good book / journal / web-page about algorithms. I've once read "Introduction to algorithms" and ...
1
vote
3answers
543 views

Computer science textbooks and exercise solutions [closed]

I noticed that many computer science textbooks do not have solutions to exercises in the back of the book. This is not like math books, which usually have solutions to odd numbered exercises. This ...
4
votes
3answers
142 views

Actual Book / Online Resource for the Java Virtual Machine [closed]

Is there an up to date book available which target the insides of the java virtual machine? Long ago I read this book: http://www.artima.com/insidejvm/blurb.html. But I can't find any up to date book ...
-3
votes
1answer
327 views

XNA - Windows Game Programming Books [closed]

Can any one give me a list of xna windows game programming books!
4
votes
4answers
2k views

Books or tutorials for JUnit 4 [closed]

I searched on the net and also on stack overflow for a proper tutorial or a book on JUnit 4. I came across this book: Pragmatic Unit Testing in Java with JUnit. And this question on Stack Overflow: ...
-1
votes
3answers
519 views

What's a good introductory book on Data Structures in Java [closed]

Please recommend a good beginner or intermediate book on Data Structures in Java. I'd like to buy a printed book, with code in Java
1
vote
0answers
128 views

Resources To Learn How to Create Modern Looking .NET Applications [closed]

I am a former Java back-end developer and very new to the .NET community and WinForms design. For most of my career I have focused on back-end server-side development without much concern for the UI ...
0
votes
2answers
502 views

HTML5 book or tutorial for programmers [closed]

I'm looking for a fast HTML5 and Javascript tutorial or book for the guys who currently know how to program in other languages. any suggestion?
0
votes
1answer
701 views

recommendation for a good BI book [closed]

Hi all recently I really interested about the power of BI and how to build a good BI system can anyone recommend a good BI book ? Thanks
1
vote
0answers
56 views

Can stackoverflow recommend some books on language VMs? [closed]

I'm looking for books that cover topics involving dynamic (i.e. python, ruby, etc.) virtual machines, as well as VMs for non-dynamic (i.e. java, CLR) languages. Specifically, concepts, challenges, ...
1
vote
3answers
185 views

A simple guide for CLR [closed]

I know this question has been asked many times, But let me know which ".Net CLR" book is the simplest to follow as im not a C# expert but what to get insight into the .Net CLR...
9
votes
2answers
436 views

Is there a Python/Django book that uses a somewhat complex iterative project as teaching aid? [closed]

Does anyone know of a Python/Django book that takes you thru some real world example project(s)? For example, a book that teaches you to a build a complex CMS system. Starts out simple and then keeps ...
1
vote
1answer
286 views

Books on computer networking [closed]

I'm already reading a book Computer Networks by Andrew-S-Tanenbaum but this doesn't seem to be explain computer network types such as: LAN, MAN, WAN and network topologies etc. Which book is best for ...
-1
votes
1answer
462 views

Good books/video tutorials for learning c#? [closed]

I have always wished to get into a career in game programming, however have done very little to try and achieve that goal until recently. I done a lot of research and reading and have decided that c# ...
0
votes
3answers
126 views

IPhone 2d programming books? [closed]

For some time i have been coding for iPhone, using mostly apple developer documentation. But i find it much easier to learn from books. For the most part I am interested in 2d programming. There are ...
13
votes
2answers
450 views

Any good articles on optimizing Haskell code? [closed]

Do you know any good short articles on optimizing Haskell code? I'll check out the profiling chapter in Real World Haskell soonish, but initially I'm just trying to improve my intuition for how the ...
0
votes
2answers
757 views

Beginner book for DBMS [closed]

Wanted to start learning Database management system this semester. Can you please give me some good book suggestion for concepts of DBMS for beginners.

1 2 3 4 5 37