Hi,
What would be the general structure of a App/Project based in C Programming language.
libs,
includes,
header files.
etc etc.
What would be the class structure. (in OOps) need to be scalable and other features.
Something like main.cpp
main.h
does any one have any good links or images or pdf?
...
I am going to do the Prince2 certification.
How long will this take by reading books, or is a course essential?
...
I have recently been tasked with writing a fairly large (for 1 person) program and would like to know what is the best software to use to be able to manage this project. Something that I can list what needs to be done and check it off when it is done, something to keep me on track.
...
The issue we have is for example the customer requests a change or reports a bug which initially gets inputed into our bug tracking software (TFS) but 10 emails back and forth later the initial description in the bug report is out of date. it's a pain to go each time and update it and most of the time it's not.
This becomes a headache a...
I'm a recent vim convert (from fancy IDEs like eclipse.)
I love the :make command in vim and use it extensively; however I also like to edit multiple projects (with separate makefiles.)
So usually to edit more than one project I will do
pushd project1
vim project1.cpp
[suspend signal]
pushd ../project2
vim project2.cpp
and now I ca...
I have a small tool I'm building in Python under Pydev and I have it organized according to how I'd like my source tree to look in source control:
/project-root
/branches
/branch-name
.project
.pydevproject
conf01.conf
/src
file01.py
file02.py
...
Is there any web-based tool (downloadable, not Saas) that allow maintaining all stages of programming project? I.e. it must have the following features:
software requirements specification gathering and adjucting, including
features
use cases
software design
QA test suites
implementation guides
techsupport guides
status (activity) co...
We have just completed implementing a successful but problematic project. We want to get a customer representative to travel on site to hold a face to face project retrospective, however we are currently struggling to convince management of the benefits of having the customer on site to have this retrospective.
Does anyone have experien...
I am building a web application that is dependent upon several third-party libraries. What is a good strategy for making sure that you're always using the most fully patched versions? A simple method would be to keep the versions written down and visit the websites at regular intervals, but I am looking for some way to get the informat...
I have a good idea about Agile development process but I have no ieda how to map that to a embedded project with significant hardware changes.
I will describe below what we are currently doing (Ad-hoc way, no defined process yet). The changes are divided into three categories and different processes are used for each of them:
compl...
Let me clarify this a bit more. I started giving estimations about projects/tasks. I write everything down in a spreadsheet. I know that soon this spreadsheet won't help much (searching, recommending similar project estimations etc...)
Do you have any recommendations for any tools I can use for keeping a track of all these estimations? ...
Hi there,
I need to build a online project monitoring system for my project. Can anyone help me to identify the tools which I can use to build a simple online project monitoring system.
My system requires the following:
1. It should be user driven(multiuser logins)
2. Able to handle document uploads and downloads
3. If it can support s...
I am looking for project management tool in .NET which is open source (comes with source code for extension/customization).
I Googled found few open source project management tools like:
Redmine but it has source code in Ruby
GanttProject but it looks like for individual usage
dotProject, not good
and lot many but with Java source...
There are any number of situations in the standard day where priority conflicts exist for projects. Management wants maximum productivity from employees. Marketing wants maximum salability and fast turnaround. Ownership wants maximum profit. Customers want usability and low cost. Regardless of the origin of the demands, time and mon...
I am a full-time Developer who aspires to be a great technical Project Manager.
What are the key steps that you think I need to go through to achieve that aspiration?
I am interested in professional qualifications (e.g. PRINCE2, etc.), training courses, personality traits, experiences, tips and techniques that would improve my chances ...
Visual Studio 2010 RC -> Silverlight Application
We have a library of images that we need to have access to. They are given to us from a vendor (through an installer) and they are not in a database, they are files in a folder (a very large monster of a folder). We do not control when the images change, so the vendor needs to be able t...
I am a web developer working with 2-3 people including me. Our current setup is very simplistic. We try to let each other know when we are working on a specific file. We use FTP to edit our files.
Recently we have run into the problem of 2 people accidentally editing one file, or working on a local file then uploading when another pe...
What product or tool do you use to do Resource Capacity planning for your development team? Currently managing a large group and trying to provide visibility into my resource availability. I am creating this in MS project, but was curious if there was a better tool/solution based off your experience.
...
Hello,
I went through the archives here and the Wikipedia page on Project management software, but didn't find information on this type of application to manage projects:
Windows, natively-compiled (no Java, preferably Windows instead of cross-platform) desktop based (don't like to use a browser for this)
can scale from one to a few p...
I feel this is not a very good question to post on SO, but I need some advice from experienced developers... (I'm a second year developer)
I guess this is a problem to many, many projects, but in our case, it is getting intense. There were very strong interference from the management, that our development was severely impacted.
Now ...