0
votes
3answers
174 views
Pros And Cons Of Haskell
Hello,
I've learned much languages, but now I want to choose one, but the language that I most liked was Haskell, it is like a interpreted language, but is a compiled. Then I want …
0
votes
5answers
141 views
Is porting a library/code from lang.x to lang.y sane?
Like many, if not all, i too have a favorite programming language that i like to use in projects, read about, advocate about, sleep with etc.. which i'll call lang.y
To not to re- …
0
votes
1answer
17 views
Storing Multi Choice Field into in SQL Server 2008
I'm writing an app in dotnet, and using a dropdown checkbox.
I'm not sure what the best practice is for storing this info in the db.
Currently I'm writing back a comma delimited …
0
votes
4answers
67 views
iPhone + Multiple choice option
Hello,
While creating any iPhone application, which is the best way in terms of UI design (considering the end user view perspective), to provide multiple choice options to user, …
1
vote
1answer
227 views
Boost.Any vs. Boost.Variant
Hello,
I'm having trouble choosing between Boost.Any and Boost.Variant.
When should I use each one?
What are the advantages and disadvantages of each?
I am basically looking to sto …
2
votes
6answers
96 views
Choosing between a directory server (a.k.a LDAP database) and an RDBMS
In my project, where I'm the lead developer, we earlier had a network configuration that was stored a single XML file. The configuration contains info about a network layout - its …
4
votes
2answers
132 views
When to use Processing language?
When it comes to online or desktop presentation we've options like actionscript, java, picolo, flare, prefuse. Now choosing a perfect language for needs is subjective and depends o …
10
votes
13answers
1k views
Game programming - How to avoid reinventing the wheel
Summary:
Can I program a "thick
client" game in C without reinventing
wheels, or should I just bite the
bullet and use some library or SDK?
I'm a moderate C programmer …
1
vote
0answers
37 views
Dynamic Multiple Choice (Like a Wizard) - How would you design it? (e.g. Schema, AI model, etc.)
This question can probably be broken up into multiple questions, but here goes...
In essence, I'd like to allow users to type in what they would like to do and provide a wizard-li …
6
votes
2answers
164 views
Which Haskell XML library to use?
I see that there is a few of XML processing libraries in Haskell.
HaXml seems to be the most popular (according to dons)
HXT seems to be the most advanced (but also the most diff …
0
votes
2answers
168 views
iPhone Dev - Which way should a member be added as a subview
(We're talking about code inside custom UIViewController subclasses -- And by the way I don't use IB) Ok so I set the self.view member in - (void)loadView, and then I create my con …
0
votes
2answers
102 views
Should rails ajax calls be bundled into their own separate controller?
Should AJAX calls that are not RESTful be:
put in the controller that most suits their functionality/view, or
bundled together into their own separate 'Ajax' controller?
I've …
1
vote
6answers
258 views
Help on language choice
A little more than three years ago I wrote an Access db to use for our bank accounts and budgeting. I've used it and loved it ever since because it does several great things that …
6
votes
10answers
447 views
is Ruby here to stay? [closed]
Ruby on Rails has made a rapid rise as decent language for webdevelopment. How does it compare to other languages in that area (PHP, Perl, Java, VB.NET, ...) from a webdevelopment …
1
vote
13answers
272 views
On what criteria choose a good programming book?
Sometimes there are many books about some part of programming knowledge. Sometimes there are written by very good authors.
So on what criteria choose a book to read? What take in …
