5
votes
11answers
337 views
C Problems and Solutions
I'm looking for a series of C problems (with solutions) that I can use to build my C skills. I already understand the basics of the language, the syntax, and the semantics. I am lo …
0
votes
1answer
21 views
Binding redirect problem in .net
I have a class library called "MyAssembly" that is internally referencing a.dll, b.dll of version 3.1.1.0; I have build the project which outputed MyAssembly.dll. On a different sy …
5
votes
8answers
397 views
Unsolved problems in Software Engineering
In a recent question on unsolved issues in Computer Science, one answer was, probably correctly, criticised for not strictly being a CS problem, but a software engineering one.
I …
11
votes
8answers
582 views
C++ interview preparation
I have a Phone interview coming up next with with a company which works in financial software industry. The interview is mainly going to be in C++ and problem solving and logic. Pl …
0
votes
3answers
120 views
Does anyone know where I can find Artificial Intelligence basic problems for practice?
I would prefer if these problems found are more oriented to c++...
0
votes
1answer
44 views
values are scrambled when we call a RFC method in .net with sap .net connector 2.0
With .NET SAP Connector 2.0 we invoke a RFC Method.
When we pass only one character in the parameters, the values are stored in the SAP system and readable when we query the table …
1
vote
1answer
98 views
CakePHP memcache items expire too early
Hi,
I got very strange behaviour with cackephp engine = memcache. The problem is that the cached items always expire earlier than it has. Setting engine = file fix the problem but …
0
votes
0answers
22 views
problems of making the sip with mingw32-make-3.81
This is the problem in the making progress:
make[1]: Entering directory L:/1_编程软件/3_Python/python_gui_programe/sip-4.8.
2/sipgen'
makefile:29: warning: overriding commands for tar …
0
votes
0answers
76 views
Excel Graphs not printing the right size in Word 2007
Hi there
I'm highly annoyed because I've been trying to print excel charts in word and I'm not getting any love. I have 170 graphs or so that need to be put into word (so I can ha …
2
votes
4answers
162 views
Are There Good Sites/Blogs about CodeJam Problems & Solutions ?
I'm a programmer with some knowledge in C++, Objective-C and stuff like PHP. Google CodeJam sounds interesting.
Any blogs/sites with Model Problems for CodeJam and their solutions …
4
votes
1answer
129 views
C# in Depth: Problem set?
Right now I am reading "C# in Depth". One of the thing missing is the set of problems that I can go through once I finish a chapter. That would have helped me understand the concep …
57
votes
32answers
3k views
What are your programming exercises?
Do you have any programming "exercises" that you do in order to hone your programming skills? Anything from FizzBuzz to more complicated problems to get you thinking about real-li …
0
votes
0answers
100 views
Reporting services, Excel rendering problem reporting services
Hi,
I am rendering my report in excel from reporting services. Sometimes, when a cell value contains mutiplelines of text, it just stops with the first line. I found a kind of work …
8
votes
10answers
585 views
Should I heed Derek Sivers’ warnings about migrating from PHP to Rails?
As you probably know, Derek Sivers is the guy who created CD Baby and eventually sold it for some big bucks. He wrote it in PHP originally and then down the road set about rewritin …
4
votes
8answers
209 views
Learning a language while on a project?
Hello,
Have you ever tried learning a language while on a project? I have, and from my personal experience I can say that it takes courage, effort, time, thinking, lots of caffein …
