How easy is it to convert to other languages

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • How easy is it to convert to other languages

      So my friend bought me a copy of this book and it's currently in the mail and I'm waiting for it to be delivered, only problem is, I'm not completely sure what language this is in. I'm fairly sure this book covers C++? And it uses visual studio. While not bad at all, my language of choice is java. I have never programmed in the C language. How easy would it be to take the concepts learned in this book and 'port' them over to java? Or is it more worth it to just stay within the language of this book?
    • The book doesn't dive deep into the usage of C++, it provides some tidbits specific to the language but generally expects you to come with a basic knowledge of C++. However, the concepts in the book are applicable to most languages and would likely be simple to port to Java, given some extra work and effort on your part, (I myself have applied it to Flash AS3 and Javascript).
      PC - Custom Built
      CPU: 3rd Gen. Intel i7 3770 3.4Ghz
      GPU: ATI Radeon HD 7959 3GB
      RAM: 16GB

      Laptop - Alienware M17x
      CPU: 3rd Gen. Intel i7 - Ivy Bridge
      GPU: NVIDIA GeForce GTX 660M - 2GB GDDR5
      RAM: 8GB Dual Channel DDR3 @ 1600mhz
    • RE: How easy is it to convert to other languages

      Originally posted by brandonhspace
      So my friend bought me a copy of this book and it's currently in the mail and I'm waiting for it to be delivered, only problem is, I'm not completely sure what language this is in. I'm fairly sure this book covers C++? And it uses visual studio. While not bad at all, my language of choice is java. I have never programmed in the C language. How easy would it be to take the concepts learned in this book and 'port' them over to java? Or is it more worth it to just stay within the language of this book?


      It depends on your goal. If your goal is to get into the industry, I'd say stick with C++. It's the dialect of the games industry and you'll have to learn it at some point. Besides, Java is almost never used in the games industry.

      If your goal is to have fun and play around with game dev then Java should be just fine. As everyone said, the concepts in the book are readily transferable to any language. Java and C++ are similar enough in syntax that you should be able to follow it without any trouble.

      I actually once had the exact opposite problem. Back in 2003 or so, I bought Head First Design Patterns. It was my first ever book on design patterns, but the whole thing uses Java and I was a C++ programmer.

      -Rez