Jump to content

Discussion-> Which programming language you use.


Recommended Posts

Posted

It's nice and I am trying to learn step by step. C ---> C++ , Java ---> Visual Basic,Visual C.

Nice, that's a good "line" to learn . Since you learn C , C++, java and visual C will be easy . Visual Basic will be a bit hard cause of it's syntax but you will learn it  ;D
Posted

Well, i'm coding in JAVA, C++ but mainly in Java.

Reason? maybe its because u can handle the GUI way easier/better in java than any other programming language(imo).

 

So this time my code challenge is to create my own java layout manager and put it to use.

Previous works was... uhm.. lemme see... Avora Messenger(a.k.a msn clone : challenge for udp/tcp packages(call action, pm and stuff), Game engine (camera mode, cellpaths you know like the one that l2 uses.. tho i stopped it (not much interested after a part)), 3D game w/ JME3 engine (thought i lacked gfxers and stuff so.. i stopped at the npc table coding))

That's all, i think.

 

Edit: Oh i didnt mention the l2j thinggies, but no biggie.

Posted

For those who will start learning coding now, I advise you to start with C++. After learning C++ all the another languages except VB will be very easy to learn.

Posted

For those who will start learning coding now, I advise you to start with C++. After learning C++ all the another languages except VB will be very easy to learn.

Visual basic isnt a language for begginers?

Posted

Visual basic isnt a language for begginers?

Νο.

It's a good language to begin(yes) but you can learn it whenever you want and you can do many things with Visual Basic. Personally i don't like it :P , i prefer the family of C languages

Posted

Nice, that's a good "line" to learn . Since you learn C , C++, java and visual C will be easy . Visual Basic will be a bit hard cause of it's syntax but you will learn it  ;D

Also I am learning octave(open-source matlab).

Posted

Never heard about it , what exactly you do with that?

Well it's basically used for mathematic calculations and we use it as electronic engineers for the signals.

Posted

A little tip.

You may think that maths wouldn't be a problem since u decided to become a programmer but...

 

You see, you're totally wrong. (i was wrong as well  :o)

When i came up with the idea of creating my own game engine i've had a lot of trouble coding the Camera functions because i just didn't know the proper maths for it.

Anyway, ill skip the chiti-chat.

Here's a part of a code that needs MATH knowledge in order to move forward(w/ camera):

 

It's actually spherical coordinates maths (A camera is like a coordinate system means its composed of 3 vectors X, Y and Z)

        double xMovement = magnitude * Math.cos(pitch) * Math.cos(yaw); 
        double yMovement = magnitude * Math.sin(pitch);
        double zMovement = magnitude * Math.cos(pitch) * Math.sin(yaw);

 

Being a programmer ain't so easy afterall.

Hope you get what i mean. GL  8)

Posted

A little tip.

You may think that maths wouldn't be a problem since u decided to become a programmer but...

 

You see, you're totally wrong. (i was wrong as well  :o)

When i came up with the idea of creating my own game engine i've had a lot of trouble coding the Camera functions because i just didn't know the proper maths for it.

Anyway, ill skip the chiti-chat.

Here's a part of a code that needs MATH knowledge in order to move forward(w/ camera):

 

It's actually spherical coordinates maths (A camera is like a coordinate system means its composed of 3 vectors X, Y and Z)

        double xMovement = magnitude * Math.cos(pitch) * Math.cos(yaw); 
        double yMovement = magnitude * Math.sin(pitch);
        double zMovement = magnitude * Math.cos(pitch) * Math.sin(yaw);

 

Being a programmer ain't so easy afterall.

Hope you get what i mean. GL  8)

Computer Programming has a really close relationshop with Maths. If you want dont know maths then computer programming is not for you.
Posted

Computer Programming has a really close relationshop with Maths. If you want dont know maths then computer programming is not for you.

That's exactly what i said.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • NEW HIDDENSTASH KEY SYSTEM INTRODUCED TO THE SITE   **Earn While You Spend - Introducing HS Cashback!**   Every purchase on our site now rewards you with **HS Keys cashback**   EVERY ONE WHO REGISTERS IN SITE UNTILL 15TH OF MAY GETS 2000 HS KEYS IN HES BALANE   Here's how it works:       **1 USD = 1000 HS Keys**   **Get 3% cashback** on every purchase   **Use your HS Keys to **save on your next order**   ---   ### ⚡ Why this is awesome   * Every order gives you value back   * Stack it with promos & HS usage   * Turn your spending into future discounts   ---   ### Example   Spend **$10** → Get **300 HS Keys** back   Spend **$50** → Get **1500 HS Keys** back   ---   ### Smart system (built for fairness)   * Cashback is rounded to keep things balanced   * Prevents abuse from tiny orders   * Rewards real buyers   ---   ### Start earning now   Every purchase = progress toward your next discount   Shop now and build your HS balance!   #cashback #gamingdeals #d2r #rewards #loyalty   Stay safe out there, heroes - and happy hunting! www.d2rhiddenstash.com     We just launched our new Affiliate Program — and it’s the easiest way to earn HS Keys.   Invite your friends using your personal link.   Example: If your friend spends $10 → you get 300 HS Keys No limits. No effort. Just share your link.   Get your referral link here: www.d2rhiddenstash.com/profile     Start earning today
    • https://jumpshare.com/share/L45ApA5PVrGN2O5Ua5pQ   Skill synchronization with the server: Launching and synchronizing animations, launching and synchronizing effects. All of this is tied to the server's timing  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..