fawkers Posted June 18, 2010 Posted June 18, 2010 Just to add my 2c in; I would HIGHLY recomend the book: Objects first with Java by David J. Barnes and Michael Kolling clciky A very good book coving the java language from an object standpoint as apposed to a procedual progomatical approach. (does that make sence?). Anyway again HIGHLY recomened as an introduction to programming in Java.
mac_shinobi Posted June 18, 2010 Posted June 18, 2010 Just to add my 2c in; I would HIGHLY recomend the book: Objects first with Java by David J. Barnes and Michael Kolling clciky A very good book coving the java language from an object standpoint as apposed to a procedual progomatical approach. (does that make sence?). Anyway again HIGHLY recomened as an introduction to programming in Java. Any decent books on C++ as apposed to java as I would much prefer to start with C++ on windows and my aim is to go towards objective C on the mac side
SimpleSi Posted June 19, 2010 Author Posted June 19, 2010 (edited) The comparison operator would compare the unique objects and just wouldn't be the desired output. You see - that's where us old timers would start a fight. If an object looks like a pig, smells like a pig and grunts - its a pig! I don't care if its called gertrude or maisy - its still a pig But thanks for rationalising - I did notice when delclaring strings that there wern't highlighted in bold like the other data types but hadn't thought it through. @mac_shinobi I try to use obejcts (if someone else has coded them up - then they are great! but I usually just end up perverting a language and reverting to procedural thinking as much as possible for my own stuff and just misuse classes as procedures I'm just too old to change (runs away into a corner before the OOP mob come looking for me) Edited June 19, 2010 by SimpleSi
mrwITch Posted July 6, 2010 Posted July 6, 2010 root for all things Java Developer Resources for Java Technology Java Tutorials - follow 'Trails Covering the Basics' first The Java™ Tutorials Programmers Guide JDK 7 Documentation Index API - Javadocs Java Platform SE 7 b66 JavaRanch - A Friendly Place for Java Greenhorns Java knowledge quiz at the 'Roundup' JavaRanch - a friendly place for Java greenhorns - Roundup Eclipse - IDE for Java (+ much more) Eclipse.org home Apache - open source stuff Welcome! - The Apache Software Foundation 1
mrwITch Posted July 6, 2010 Posted July 6, 2010 Haven't programmed in C++ for years cplusplus.com - The C++ Resources Network Visual C++ Tutorials, Library, and More on MSDN About C, C++ and C# And of course - you can find something for most programming languages from places like Wrox Technology Books, Free Code Downloads, Ebooks, Blogs, Articles, P2P Forums - Wrox
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now