Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
what is the best book to get for learning to program in java? i have to use java to write a compiler for one of my classes, if that helps any for the best book to get.
In contrast to the Dragon Book that is a staple of most compiler courses. If you just need to learn enough Java to implement a compiler, then any good intro book would do. Bruce Eckel'sThinking in Java is a particular favorite. None of these books will really cover the compiler construction tools though.
Depending on who's teaching the course, the task might be not that hard or it could be very difficult. It largely depends on which language you have to implement. A real full-featured language is often tough; something like any version of C++ is a nightmare.
thanks for the links. i am taking a real compiler course for a 4-year cs program and i know no java because we used c++ and pascal in the past. we have to code a compiler in java and it will compile C code and output java byte code... or something like that. and this is the hardest class there is that is required by cs majors here.
I recommend NOT using the core Java books. I used them for an OOP class that required no previous experience with Java and I really struggled to correlate the code from these text with any one elses code (including the required texts and online tutorials/examples).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.