How to start a project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Scholar
    New Member
    • Aug 2008
    • 9

    How to start a project

    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..
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    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

    Comment

    • Sidewinder2
      New Member
      • Sep 2008
      • 7

      #3
      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

      • pootle
        New Member
        • Apr 2008
        • 68

        #4
        Originally posted by JosAH
        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
        Of course, not forgetting to test before delivery... :0)

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by pootle
          Of course, not forgetting to test before delivery... :0)
          Of course; but I consider testing part of the implementation phase; if something
          doesn't pass the tests I don't consider it implemented.

          kind regards,

          Jos

          Comment

          Working...