u/dvhh - 5 Archived Voat Posts in v/programming
u/dvhh
  • home
  • search

u/dvhh

0 posts · 5 comments · 5 total

Active in: v/programming (5)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: I'm working on a DnD styled game/challenge to see how close I can get to the DnD experience. Was curious if anyone had any recommendations on what language/software to use.

Start with script languages, python or lua ( whatever is your choice ) to design your game, scripting allows you to iterate quickly for the game mechanics. Nowaday you can always find a game framework for your favorite language. So no language is a bad choice.

1 18 Jul 2017 14:29 u/dvhh in v/programming
Comment on: C or C++: Which is the language you prefer?

I do prefer C, because of a better control over the program flow and memory, but C++ got nice features ( templates and namespace come to mind ), additionnally C force you to write a lot of boilerplate code.

C++ compiler also tend to get a lot of liberty with your code, and all C++ features can make the intent of the code unclear ( object oriented language tend to have unforseen side effects, operator overloading can differ from the initial intent, like "<<" & ">>" over streams ).

2 08 Sep 2016 14:42 u/dvhh in v/programming
Comment on: Dumb Beginner HTML Question

What are the OS/Browser combo you are using at school and at home ?

1 25 Aug 2015 04:21 u/dvhh in v/programming
Comment on: Dumb Beginner HTML Question

Depending on the browser security, it would not load mixed protocol resources.
You are probably loading the html page directly from the disk instead of a http server.
So to avoid security issues (mostly with untrusted javascript ), your browser will refuse loading remote resources

1 25 Aug 2015 03:37 u/dvhh in v/programming
Comment on: Zeroing buffers is insufficient

Let's be honest there and just say that everyone sucks at security because nobody exactly knows how it is working.

0 07 Jul 2015 11:59 u/dvhh in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.