Anyone here learn JAVA and C++ on their own?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • $5 submissions
    I help you SUCCEED
    • Nov 2003
    • 32195

    #1

    Anyone here learn JAVA and C++ on their own?

    I've always been fascinated with coding my own stuff. Anyone here learn Java and C++ on their own? How long did it take? Any pointers? Plus, any online resources for self-learners?

    Thanks in advance
  • Socks
    Confirmed User
    • May 2002
    • 8475

    #2
    Originally posted by $5 submissions
    I've always been fascinated with coding my own stuff. Anyone here learn Java and C++ on their own? How long did it take? Any pointers? Plus, any online resources for self-learners?

    Thanks in advance
    I think you post a lot of cool stuff here and I appreciate it regularly.. But it also makes me feel like you aren't actually looking for the answer to this question?

    Comment

    • mikesouth
      Confirmed User
      • Jun 2003
      • 6334

      #3
      I learned several languages on my own including C back in the day BUT just knowing how to code in a language doesnt make you a good coder....you can so a task twenty different ways in C or any language but only one is going to be the right way for a particular app and thats where a formal education really really helps....it isnt the language its the methodology
      Mike South

      It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

      Comment

      • Panty Snatcher
        eat a peach for Hours
        • Aug 2013
        • 540

        #4
        the concepts are not difficult , the problem is the motivation and alloting the time needed.

        if know how to write code , its just a matter of syntax

        Comment

        • Vapid - BANNED FOR LIFE
          Barterer
          • Aug 2004
          • 4864

          #5
          Pointers are an amnesic nightmare.

          Comment

          • adultmobile
            No, I am not banned
            • Nov 2003
            • 5345

            #6
            Learning to program is hard because how bad are most of the Java and C++ books: absolutely confusing, boring and too long, esp. those made for schools/universities by professors, let you hate coding and give up.

            The best C books are from 10-15 years ago so may teach outdated standards and practices, agreable list here:

            http://stackoverflow.com/questions/5...guide-and-list
            --> 1.The C Programming Language (Second edition) - Brian W. Kernighan and Dennis M. Ritchie

            For C++ specifically the list here is also agreeable:
            http://stackoverflow.com/questions/3...guide-and-list
            --> 1.C++ Primer -> nice for first part, but confusing for OOP second part (is several authors in a book... not all same style). Advanced C++ books are all complicated.

            I can help: I've (re)read several of the C/C++ books in the lists above a year ago (just so I don't forget C++), and wrote a tutorial as a result (my mainstream job includes writing tech books/manuals). I do not want to release it in public (I copy pasted too much stuff, is just mine study summary), but I will email it to the GFY guys who will send a mail to info [4t] chatgf,com or info [4t] tubecamgirl,com with topic/text: "Go fuck yourself C++". I'll reply with the attachment.

            For Java: learn javascript instead. Or Python. Java it was cool 10 years ago. Even for Android you can use C++ (NDK) instead of Java anyway. About iOS: this is objective C, is a little different than C++, but if you know C++ is no big issue to see difference (function parameters etc.).
            Last edited by adultmobile; 09-29-2013, 04:17 PM.

            TubeCamGirl.com

            Comment

            • $5 submissions
              I help you SUCCEED
              • Nov 2003
              • 32195

              #7
              Originally posted by Socks
              I think you post a lot of cool stuff here and I appreciate it regularly.. But it also makes me feel like you aren't actually looking for the answer to this question?
              Actually, I am quite passionately interested in this question because the main reason I work for myself is my passion for turning my ideas into reality. I have tons of software ideas and maybe if I know C++ and Java, I can make more prototypes of these ideas, see if they fly, battle test them a bit, then invest more in having other more experienced developers take them to the next level. Basically, I'd like to learn enough to build prototypes. I've been looking at online resources but would like to hear about other people's self-learning experiences before making a decision. This is all part of my efforts at making an informed decision.

              Comment

              • rowan
                Too lazy to set a custom title
                • Mar 2002
                • 17393

                #8
                If you're doing stuff server side on a website, rather than wanting to run an app on a mobile, PHP can be a good 'toy' language to get started with. It has similar syntax to C and Java, and is fine for many things. I often prototype something in PHP then rewrite it in C. A lot of the time I don't even bother rewriting: there's no point having something run twice as fast in C when it only takes 2 seconds under PHP.

                Comment

                • dillfly2000
                  hey
                  • Mar 2012
                  • 2209

                  #9
                  I learned Qbasic on my own, and forgot it in the same year.
                  Chaturbate Affiliate

                  Comment

                  • freecartoonporn
                    Confirmed User
                    • Jan 2012
                    • 7683

                    #10
                    no, but php,mysql,html,javascript yes...
                    SSD Cloud Server, VPS Server, Simple Cloud Hosting | DigitalOcean

                    Comment

                    • Paul&John
                      Confirmed User
                      • Aug 2005
                      • 8643

                      #11
                      check out lynda.com
                      Use coupon 'pauljohn' for a $1 discount at already super cheap NameSilo!
                      Anal Webcams | Kinky Trans Cams Live | Hotwife XXX Tube | Get your Proxies here

                      Comment

                      • just a punk
                        So fuckin' bored
                        • Jun 2003
                        • 32393

                        #12
                        Originally posted by $5 submissions
                        Anyone here learn Java and C++ on their own?
                        I did that.

                        Originally posted by $5 submissions
                        How long did it take?
                        All the time you are using those languages. As longer you code as more you learn
                        Obey the Cowgod

                        Comment

                        • Klen
                          • Aug 2006
                          • 32235

                          #13
                          I know enough c++ for my needs,i made a console program which ask for input and then execute system commands with that input.Same thing can be done with batch scripting and even much easier but i wanted to have binary version.I think that is best way to learn any language - create a program which you want to make on paper,and then start learning what you need to make that program possible.
                          Last edited by Klen; 09-30-2013, 12:24 AM.

                          Comment

                          • $5 submissions
                            I help you SUCCEED
                            • Nov 2003
                            • 32195

                            #14
                            Originally posted by CyberSEO
                            I did that.


                            All the time you are using those languages. As longer you code as more you learn
                            Thank you for this insight. You learn and finetune as you go along. Got it.

                            Comment

                            • adultmobile
                              No, I am not banned
                              • Nov 2003
                              • 5345

                              #15
                              Originally posted by $5 submissions
                              I have tons of software ideas and maybe if I know C++ and Java, I can make more prototypes of these ideas, see if they fly, battle test them a bit, then invest more in having other more experienced developers take them to the next level. Basically, I'd like to learn enough to build prototypes.
                              For prototypes learn Python (for any type of soft/site) and use Eclipse+Pydev or PyCharm IDE. If you want to do web sites only, do not learn C++ or Java, but PHP + Javascript perhaps. I mailed you my C++ tutor file anyway (more than a tutor is a reference with examples).

                              TubeCamGirl.com

                              Comment

                              Working...