Tagged Questions

0
votes
1answer
20 views

Is it possible to change visual studio 2008 interface language?

Hi all, I've installed a copy of a Spanish version of visual studio 2008 (professional edition) on my computer and I was wondering if there is a possible or if exist some language …
9
votes
1answer
185 views

C++ implicit conversion to bool

In an effort to make my enums more typesafe, I've been using macro-generated overloaded operators to disallow comparing enums against anything but an identically typed enum: #incl …
0
votes
1answer
12 views

Questions about creating an RSS reader

I am really green to this and came across this site by googling the subject. I am looking to create my own rss reader. I am wondering what language would be best to create a custom …
1
vote
3answers
38 views

swedish characters check with javascript?

How can I rewrite this code to check for all characters including the swedish å, ä, and ö characters? alphaExp = /^[a-zA-Z]+$/; The above only checks against english lette …
1
vote
7answers
118 views

How hard would it be to translate a programming language to another human language?

Let me explain. Suppose I want to teach Python to someone who only speaks Spanish. As you know, in most programming languages all keywords are in English. How complex would it be t …
6
votes
6answers
195 views

When someone writes a new programming language, what do they write it IN?

Please excuse my ignorance. I'm dabbling in PHP and getting my feet wet browsing SO, and feel compelled to ask a question that I've been wondering about for years: When you write …
0
votes
6answers
220 views

Is array name a pointer in C?

Is an array's name a pointer in C? If not, what is the difference between an array's name and a pointer variable?
78
votes
116answers
9k views

Computer Language puns and jokes

I'm looking for some funny jokes and puns that occur in computer languages. I'll post an oldie to kick things off... What are some others? update: Especially looking for code-rel …
14
votes
16answers
1k views

Why are most of the biggest open source projects in C?

Hi, I'm having a debate with a friend and we're wondering why so many open source projects have decided to go with C instead of C++. Projects such as Apache, GTK, Gnome and more o …
27
votes
28answers
2k views

does a disaster proof language exist?

When creating system services which must have a high reliability, I often end up writing the a lot of 'failsafe' mechanisms in case of things like: communications which are gone (f …
0
votes
1answer
17 views

How to redirect based on Accept-Language with Apache / mod_rewrite

For language redirects we currently create folders in the web root containing an index.php file which checks the HTTP_ACCEPT_LANG server variable. e.g. for the url www.example.com/ …
34
votes
116answers
9k views

Factorial Algorithms in different languages

I want to see all the different ways you can come up with, for a factorial subroutine, or program. The hope is that anyone can come here and see if they might want to learn a new l …
0
votes
4answers
199 views

how to avoid writing main() too many times in C ?

Let say I have 5 small piece of codes in C. Every time I want to test each piece of code, I have to repeat this process: #include <stdio.h> int main() { // code piece go …
0
votes
1answer
22 views

How do i parse JSON strings using Django template library.

How do i parse JSON strings using Django template library. I can parse it using javascript in my template, but I would like to parse the json in the template library when it is ren …
1
vote
4answers
109 views

What language is good to write simple nice GUI apps?

Hi, I never did to much GUI programming (besides a bit of QT and Delphi). I need to write simple GUI app which would interactively visualize graphs. Very similar tool to "GraphViz …

1 2 3 4 5 21 next
15 30 50 per page