-4
votes
4answers
78 views
Solitaire game design
All,
I have been asked to build a solitaire game in C++ for my project.
Here's what I have come up with: Card class Properties/members: Suit,Rank,Color(All of these can be enums) …
0
votes
7answers
44 views
Where I can find good Spring project example with Hibernate?
I need to make project with Spring + Hibernate, where I could find good example project how basic things are done?
0
votes
1answer
24 views
How to set output path in a Qt project
After building, Qt Creator puts my output exe in folder "Debug". I want to change the output folder by adding output path to the .pro file. Any idea?
1
vote
2answers
32 views
How to embed an XSLT file in a .NET project to be included in the output .exe?
Hi everyone,
I have a simple C# Console App that reads in an XML file specified the the user, runs an XSLT transformation on it, and outputs the results.
When I distribute my app …
0
votes
4answers
53 views
How do I split a large MFC project into smaller projects
We have a large MFC/C++ Visual Studio 2005 solution which currently consists of two projects:
Code (around 1500 .h/.cpp files, linked dynamically to MFC)
Resource DLL (we transl …
0
votes
1answer
14 views
tfs project alerts
the 4 project alerts in TFS are good but I need some more of mine in them. The important one i want is when i create a new bug in TFS i want an email to be sent out.
Is there a way …
8
votes
12answers
276 views
Software Project - Time Estimation
Hi,
I am new to software project time estimation.
I have learned that people are using some techniques such as ‘Function point analysis’ , ‘Cocomo model’ etc.
Can you tell me th …
0
votes
2answers
60 views
How to use GDB to debug a big project?
Now I have a c language project which include three directories /bin, /inc and /src.
All of header files (.h) are included in /inc and all of source(.c) files are stored in /src, i …
0
votes
6answers
79 views
Is it the best way to have a “software development project manager” who is a great developer himself?
Hi,
How does it work in the market? If possible to generalize, is it a critical point to have a project leader to be a developer himself?
If he is not so much in coding, how can …
1
vote
1answer
25 views
How to create a Visual Studio 2008 C++ project template?
I've used the "Export Template" feature numerous times for C#, ASP.NET, WinForms, etc. projects. Today I tried to do it for a C++ project and noticed "Export Template" was grayed o …
-2
votes
1answer
60 views
How to apply the algorithm concepts in a project application
Hi
I want to apply the concepts I have studied in algorithm and artificial intelligent in my project. So can any one provide me a sample application example where did can I apply? …
0
votes
3answers
40 views
how to developed a mvc project in VS 2010 beta 2 ultimate
in my vs 2010 beta 2 how i can developed a mvc project. i not see any where to developed a mvc project in vs 2010 beta 2
0
votes
4answers
79 views
Documentation for large or small Projects with PHP ?
Hi,
we are talking a lot about documentation for programmers in the moment. How do you handle this part?
What is the best method to introduce a new team guy into an "large" PHP P …
1
vote
1answer
35 views
BlackBerry JAR file problem
I made a simple application for blackberry the jar file doesn't get created ?
when the application is build following files get created in the main folder
.cod, .cso, .debug, .jad, …
0
votes
5answers
82 views
Which method should I use?
I'm an intermediate java coder, writing a librarian Java app, and for some reason I just can't figure out whether I should use dueDate.after(today) OR dueDate.before(today) method …
