0
votes
7answers
119 views
c# factor algorithm help
Ok, I have a problem that is bugging me, and its on a study guide for a programming test, I can't seem to figure out the algorithm needed to complete it, so any help would be much …
9
votes
8answers
356 views
Programming (de)motivation and further plans…
Hello,
I have a question. How you get up motivated if you find out that you are far away from the best programmers? I mean I have some people who are around me who are better than …
1
vote
12answers
309 views
Algorithms does(nt) help in real enviroment [closed]
Hello,
for a long time I have been thinking: Does it really help to know algorithms in a real programming environment? I ask this because I have many friends who don't know any an …
2
votes
3answers
120 views
“Silverlight 3 Jumpstart” book, is it worth to read?
There are several Silverlight 3 books available right now on Amazon, but some of them are based on BETA version - which I don't like.
Silverlight 3 Jumpstart book is based on the …
0
votes
4answers
114 views
Best book to learn MFC internals
Hi All,
Which book you suggest by which any bit experienced MFC programmer can learn much dipper, about internal design or architecture and structures and how the whole things wor …
17
votes
9answers
878 views
Zend PHP5 Certification, does it matter?
The Zend PHP5-certification, is it really worth it? In the end for me it boils down to: Will it get me jobs I wouldn't without it?
12
votes
5answers
370 views
Studies showing the effect of code quality/QA?
I am looking for studies about applied code quality, comparing costs before and after. They should show a clear benefit in cost (or maybe a negative effect of too much cost). I nee …
19
votes
13answers
1k views
“Pet Projects” - Should We Each Have One?
Basically, I have recently started a "pet project" (side project/whatever) working with RESTful APIs that are on the Internet. I have never done this before, and I have found that …
1
vote
3answers
212 views
Most popular C++ libraries [closed]
Hello,
I have a question about library existence. How many libraries today is supported? Myself I only know one library which is outdated - MFC. Also I know that QT is library for …
0
votes
3answers
60 views
Where can i found MFC sample project for study ?
When i found some questions, i always try to go to www.codeproject.com and www.codeguru.com to find some sample projects or tutorial.
But sometime i found the resources from the co …
7
votes
23answers
620 views
The best of the non-obese technical books?
I have a bias towards the slim ones. (I am talking about technical books here ;-). By slim I mean the books I can read lying on the couch. That would approx to the books with no mo …
3
votes
4answers
124 views
How sets,multisets,maps and multimaps works internally
Hello,
I have few questions regarding this topic. How does multiset works? I mean if set cant have value mapped to a key and it only holds keys? Also how all of these associative c …
12
votes
18answers
2k views
Am I too old to get an entry level programming job?
I received my BS in CompSci in 2001, Im 34 years old and have never had a programming job. Due to a family business, I was obligiged to sacrifice my wanting to go out on my own so …
12
votes
13answers
494 views
Study Strategies
OK, I am not sure if I should be posting this question since it is not obviously a programming question per se.. However, I will throw myself to the wolves, and if deemed inappropr …
0
votes
2answers
61 views
Javascript implicitly convertions
Hello,
There is a question. How JS will bevave if we compare if (true == "true") and (0 == "0") ? Is there any other tricky convertions?
