I want to start a c++ project and need some help regarding proper methodology to start a project.Shall i start directly from the coding part or i need to do any documentation like thing before that?Plz tell me the proper method to work on a software project alongwith some tools which will help in making good projects..
How to start a project
Collapse
X
-
Forget about those tools and coding; first define your problem; what is and
what isn't part of your problem. Then analyse your problem. If you've figured
that out design your solution. After that implement your design and
finally deliver what you've implemented.
kind regards,
Jos -
usually i will get into coding after knowing the full functionality needed with my web form.
so it is must to understand the inter-form-relationship or simply the functionality of each form related with other forms .
once u came to know about it, it will be easier to u to code the web page.
cheers!Comment
-
Originally posted by JosAHForget about those tools and coding; first define your problem; what is and
what isn't part of your problem. Then analyse your problem. If you've figured
that out design your solution. After that implement your design and
finally deliver what you've implemented.
kind regards,
JosComment
Comment