Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 3 [4]

Author Topic: Programmers, Programmers one and all.  (Read 4092 times)

Hippoman

  • Bay Watcher
    • View Profile
Re: Programmers, Programmers one and all.
« Reply #45 on: October 09, 2009, 03:39:28 pm »

What should i learn.
What do you want to do?

Read the rest of the post then Ask me again.
Logged
THPÆCROSSISM
ΘπÆ┼ - Rise up against our superiors! Let all dwarves be equal!
KHDownloads

eerr

  • Bay Watcher
    • View Profile
Re: Programmers, Programmers one and all.
« Reply #46 on: October 10, 2009, 12:45:26 pm »

What should i learn.
What do you want to do?

Read the rest of the post then Ask me again.
just learn a language?
Logged

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: Programmers, Programmers one and all.
« Reply #47 on: October 10, 2009, 01:43:18 pm »

Any time someone says "{language} can't do {feature}", chances are it CAN, and they just don't know of the right external library or built-in feature, or programming technique.
Logged
Eh?
Eh!

Armok

  • Bay Watcher
  • God of Blood
    • View Profile
Re: Programmers, Programmers one and all.
« Reply #48 on: October 10, 2009, 03:59:54 pm »

Any time someone says "{language} can't do {feature}", chances are it CAN, and they just don't know of the right external library or built-in feature, or programming technique.
Yea, in fact, that's pretty much the definition: a programming language can do anything, if only by using DLLs made in another language or such, if it can't then it's a scripting language.
Logged
So says Armok, God of blood.
Sszsszssoo...
Sszsszssaaayysss...
III...

Impaler[WrG]

  • Bay Watcher
  • Khazad Project Leader
    • View Profile
Re: Programmers, Programmers one and all.
« Reply #49 on: October 11, 2009, 12:07:42 am »

If you already know C then C++ is the easiest path forward for you.  I'd also recommend learning at least one scripting language in addition, I hear Lua is the newest sexiest scripting language around and it is designed to complement/pair with C++.

If your intent is to make anything remotely resembling a game (a wild assumption on my part based on the fact your posting on a game related forum) then this C++/Lua combination will suite you well, it's increasingly becoming an industry standard.
Logged
Khazad the Isometric Fortress Engine
Extract forts from DF, load and save them to file and view them in full 3D

Khazad Home Thread
Khazad v0.0.5 Download

eerr

  • Bay Watcher
    • View Profile
Re: Programmers, Programmers one and all.
« Reply #50 on: October 11, 2009, 12:01:11 pm »

what does lua do that C++ is bad at?
Logged

qwertyuiopas

  • Bay Watcher
  • Photoshop is for elves who cannot use MSPaint.
    • View Profile
    • uristqwerty.ca, my current (barren) site.
Re: Programmers, Programmers one and all.
« Reply #51 on: October 11, 2009, 03:17:12 pm »

Only scripting, since it is not a compiled language, making it good for mods.

However, C++ wins for the actual programming, as it can be precompiled and optimized to acieve the best preformance possible.
Logged
Eh?
Eh!
Pages: 1 2 3 [4]