Thread: goodbye

  1. #1
    Pokemon Master digdug4life's Avatar
    Join Date
    Jan 2005
    Location
    Mystic Island, NJ
    Posts
    91

    Unhappy goodbye

    I'm taking a break from C++ for a little, dont worry, i'm not givin up, just moving on to JAVA. I was looking at some of the code and noticing simalaiities between the two languages. I was learning C++ until i could install this JAVA thing, but i have learned much thanks to u, i can't beliveve u even put up with my stupid posts. Well thanks anyway, ill stop by often and tell you of my progress. THANK YOU ALL SO MUCH!!!
    Verbal Irony >>

    "I love english homework!" When really nobody like english homework.
    -Mrs. Jennifer Lenz (English Teacher)

  2. #2
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    Java? She will do you a world of good. She'll teach you Object-Oriented Programming and you'll love her for the first few months. However, after those few months are up, you'll realise the relationship has a few problems...

    1. She is always late for dates and takes forever to do anything.

    2. She doesn't want to only be with you; she wants to be with all men and women.

    3. While her commitment to taking out the garbage is impressive, she only does so at the most inconvenient times.

    4. Her look and feel is wrong. Just wrong.

    5. For security reasons, she'll never let you see her naked.

    6. Her best friends, C and Assembly, are so much more exciting.
    Last edited by Dante Shamest; 03-02-2005 at 04:03 PM.

  3. #3
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    I'm doing JAVA'S best friend C. That girl is freaky!!! she's always naked!!
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  4. #4
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    ...ahhhhh, welcome to installation, classpath and package hell.

    I think beginning Java is easier than C++ because you don't have to worry about deleting pointers after using the 'new' operator, and inheritance is simpler(can't have multiple base classes). But having to make everything a class seems a bit ridiculous--especially main(). Compiling programs in Java is also a pain.

    Java does allow you to expand into the web, but then if you want to do that, maybe you should really be learning C#.

    I've read a little bit about C#, and it seems a lot like Java in that it also has automatic freeing of memory(i.e 'garbage collection'). C# like Java seems like a simpler version of C++ but with a much broader scope that includes the web. Of course C# is expensive to get into--you have to buy a compiler and have the necessary .NET framework on your computer, where Java is free--that's the reason I'm learning Java over C#.

    Good luck.

    p.s. The only active Java forums I've found are at the Sun website.
    Last edited by 7stud; 03-02-2005 at 04:16 PM.

  5. #5
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Moved to the GD forum.

  6. #6
    Registered User xxxrugby's Avatar
    Join Date
    Jan 2005
    Posts
    178
    Come back soon. To learn us about Java!
    So until you come back. Happy learning!
    Sorry for spelling errors, not English!
    xxxrugby: "All Human Race Will Die From My Hand!"
    xxxrugby: "We are all philosophers, when question is about politics!"

  7. #7
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    Quote Originally Posted by 7stud
    Java does allow you to expand into the web, but then if you want to do that, maybe you should really be learning C#.

    I've read a little bit about C#, and it seems a lot like Java in that it also has automatic freeing of memory(i.e 'garbage collection'). C# like Java seems like a simpler version of C++ but with a much broader scope that includes the web. Of course C# is expensive to get into--you have to buy a compiler and have the necessary .NET framework on your computer, where Java is free--that's the reason I'm learning Java over C#.
    No you don't. Java Applets can do things C# cannot do simply because they are client side applications. But if JSP is your thing, a lot of people agree ASP.NET (C#) is faster to develop in and more extensible. C# costs as much to learn as C++, just look in the C# board. The .NET Framework is free - its the IDE (Visual Studio .NET) that costs money. But then there are always free IDE's around.

    Although I'm not a fan of Java, I think it's great you're taking the time to learn another language. The people who get left behind are the people who only ever learn one language - it's the people who take the time to look at whats out there and decide what suits each situation best that get ahead.

    Edit: was being rude.
    Last edited by nickname_changed; 03-02-2005 at 11:55 PM.

  8. #8
    unleashed alphaoide's Avatar
    Join Date
    Sep 2003
    Posts
    696
    I've been taking a break from C++ for awhile actually. I've been into web programming/scripting (php/mysql, javascript, asp.net/c#). I only code C++ if I happen to have C++ homework from my courses. You'll miss out all exciting stuff you could do with programming if you do only one particular language. One language is simply not practical for all purposes.

    p.s. I did Java, including the new version, and didn't really enjoy it, except the developing-client-server-application part.
    source: compsci textbooks, cboard.cprogramming.com, world wide web, common sense

  9. #9
    C(++)(#)
    Join Date
    Jul 2004
    Posts
    309
    Good luck, although really you should learn as many languages as you can
    To code is divine

  10. #10
    former member Brain Cell's Avatar
    Join Date
    Feb 2004
    Posts
    472
    Quote Originally Posted by 7smurfs
    Good luck, although really you should learn as many languages as you can
    I'd say learn fewer languages and concentrate your efforts on them. Its the quality , not the quantity.
    My Tutorials :
    - Bad programming practices in : C
    - C\C++ Tips
    (constrcutive criticism is very welcome)


    - Brain Cell

  11. #11
    C(++)(#)
    Join Date
    Jul 2004
    Posts
    309
    True, true. But having a deep understanding of several languages is better than having a deep understanding of one.
    To code is divine

  12. #12
    Banned nickname_changed's Avatar
    Join Date
    Feb 2003
    Location
    Australia
    Posts
    986
    It's also good to learn different types of languages. I don't mean server/client/desktop languages, I mean languages that make you think differently. For example C++ for object oriented programming, Miranda for functional programming and use some SQL Server stored procedures for set-based programming (MySQL is no good in this regard as it has no stored procedures, though I heard they would be added in MySQL 5?)

    I'm in the process of learning Miranda now, and I can tell you its far different to anything like C/C++/C#/Java.

  13. #13
    Registered User
    Join Date
    Mar 2003
    Posts
    580
    Good luck.
    See you in 13

  14. #14
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Java is a great language, and fun to use. Most people that bash it just haven't mastered the language yet. Good luck to you.

  15. #15
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Learn smalltalk for a pure OO language; it's great to get something done in an extremely fast way - good for rapid prototypes of systems implementing GUIs.

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Goodbye ZoneAlarm
    By VirtualAce in forum Tech Board
    Replies: 1
    Last Post: 01-16-2009, 06:28 AM
  2. Goodbye Austin (but not farewell)
    By Sebastiani in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 12-24-2008, 09:37 AM
  3. Goodbye everyone
    By AloneInTheDark in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 03-01-2008, 06:40 PM
  4. Goodbye, Joshdick
    By Krak in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 01-28-2003, 04:31 AM
  5. Siagal bids Goodbye!!
    By Siagal in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-24-2001, 07:48 AM