CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2013
    Posts
    2

    [RESOLVED] Development of software

    hey guys i am learner of programming languages so please guide me everyone that can i learn deeply programming languages for development of software by it.

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: [RESOLVED] Development of software

    Okay, rule number one: never ask for abstract things, be specific.
    Best regards,
    Igor

  3. #3
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,822

    Re: [RESOLVED] Development of software

    Rule two: design your software before you start to code!

    Rule three: don't try to code the whole program at once. Use step wise refinement to break the progam into manageable functions/class members. A function/method should do one specific task and do it well. Get the first refinement of the program to work before trying to add further functionality with the next refinement etc.

    Rule four: Understand the debugger and make it your friend

    Rule five: Understand your complier and make yourself familiar with its documentation and the on-line resources available (eg MSDN for Microsoft)

    Rule six: Always remember rule one

  4. #4
    Join Date
    Dec 2003
    Location
    India
    Posts
    17

    Re: [RESOLVED] Development of software

    Rule seven : Before posting , try it out yourself.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured