Search Results

2
votes

What appear to be the more lucrative programming skills at the moment?

As a good rule of thumb, the more you are managing others at your programming job, the more pay you will earn. Higher specialization gains you more money, but also makes th …
0
votes

CS Majors: Hardest concept(s) you learned in school?

Analysis Machine learning (neural networks et al) Operating systems (much work) The knowledge I gained in operating systems helped me a lot understanding how …
2
votes

What would be the best programming guideline/tip

hmm... without going into anything language specific, I can only think about these few generally sound principles about the process of programming: always write code with the #1 goal …
1
vote

When to use a scripting language?

I find scripting languages very useful obviously when there's a specific task that fits the language's strengths (i.e. string processing with perl, web development with ruby, or whatnot). In parti …
0
votes

Recommended OpenGL debuggers for Windows?

Not a debugger per se, but I have found this useful: OpenGL output can be flushed using glFlush(). Very handy if you are debugging some more complicated algorithms that can be visualiz …