Search Results

0
votes

What Is The Best Scripting Language To Learn?

Of all of the scripting languages mentioned here, I believe Ruby is the best choice. I learned Ruby after having learned C/C++, C#, VB, VBS and a little javascript and to me Ruby has the easiest to …
1
vote

C++ example of Coding Horror or Brilliant Idea?

I actually do something similar, and so does nearly every MMO or online video game ever written. Although they have a concept called a "Packet" and each packet has it's own layout. So you might hav …
0
votes

Does anyone still code using “notepad” ?

Where I work some people use what I think is worse than notepad. Some old console text editor app that arguably has fewer features than notepad... I wish I could remember the name though. …
-1
votes

General question, what do you want from a web framework?

You've made the assumption that all MVC applications are websites. MVC is widely used for more than just web apps so things like URL mappers, template server pages and "Server side" languages are n …
0
votes

Which is “better”: COM DLL or Standard DLL with a Typelib?

It really depends on the clients of the component I would think. …