What do you do after the basics?

  • (2 Pages)
  • +
  • 1
  • 2

23 Replies - 1454 Views - Last Post: 12 March 2012 - 12:28 PM

Topic Sponsor:

#16 JackOfAllTrades  Icon User is offline

  • No Sugar Coding Here!
  • member icon

Reputation: 4686
  • View blog
  • Posts: 20,364
  • Joined: 23-August 08

Re: What do you do after the basics?

Posted 12 March 2012 - 10:15 AM

Learn how to debug code if you don't already know how.
Was This Post Helpful? 0
  • +
  • -

#17 jon.kiparsky  Icon User is online

  • D.I.C Lover
  • member icon

Reputation: 1785
  • View blog
  • Posts: 3,359
  • Joined: 19-March 11

Re: What do you do after the basics?

Posted 12 March 2012 - 11:02 AM

View PostJackOfAllTrades, on 12 March 2012 - 12:15 PM, said:

Learn how to debug code if you don't already know how.


One good way to do that is to write some non-trivial code. I feel like a broken record, but pick a thing you'd like to implement, and do it. If you're asking this question, it suggests to me that you'd do well to reinvent a wheel or two. It can be as small as Hamurabi or Reversi, or something more serious (a bug tracker for your future projects, maybe, or a text editor that can serve as the basis for your own personal IDE). It doesn't matter what it is, frankly, but start writing code that's a little bigger than you've done before. Force yourself to plan more, schedule more, and think more about what you're doing. Make your picture bigger.
Go out and make mistakes, it's good for you.
Was This Post Helpful? 1
  • +
  • -

#18 faheemjan  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 7
  • Joined: 06-January 11

Re: What do you do after the basics?

Posted 12 March 2012 - 11:34 AM

i am making some small projects as for practice . like writing code for factorial programme. i have also made programme for banking system in cpp. i have also done some projects related to structures.and i am still working on it to make it perfect.yes good idea,i should learn debugging
Was This Post Helpful? 0
  • +
  • -

#19 jon.kiparsky  Icon User is online

  • D.I.C Lover
  • member icon

Reputation: 1785
  • View blog
  • Posts: 3,359
  • Joined: 19-March 11

Re: What do you do after the basics?

Posted 12 March 2012 - 11:39 AM

Program for a banking system? Better to make something you'll use. Eat your own dogfood, as they say - that'll really show you the importance of good design.
Was This Post Helpful? 1
  • +
  • -

#20 faheemjan  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 7
  • Joined: 06-January 11

Re: What do you do after the basics?

Posted 12 March 2012 - 11:50 AM

View Postjon.kiparsky, on 12 March 2012 - 11:39 AM, said:

Program for a banking system? Better to make something you'll use. Eat your own dogfood, as they say - that'll really show you the importance of good design.

Actually i mean. that i have made a programme from bank system by using classes in cpp. it has three functions. one function shows ur current amount.second function(whithdraw) shows ,,when u withdraw some money from ur account.it shows ur remaining amount. the third function (deposite) show,,,when u deposite some money to your account,it shows ur net amount.i have done this programme in cpp by using Classes.
Was This Post Helpful? 0
  • +
  • -

#21 jon.kiparsky  Icon User is online

  • D.I.C Lover
  • member icon

Reputation: 1785
  • View blog
  • Posts: 3,359
  • Joined: 19-March 11

Re: What do you do after the basics?

Posted 12 March 2012 - 11:57 AM

Right. Now make a program to keep track of your personal finances - and start keeping track of your personal finances with it.
Was This Post Helpful? 0
  • +
  • -

#22 faheemjan  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 7
  • Joined: 06-January 11

Re: What do you do after the basics?

Posted 12 March 2012 - 12:06 PM

ok..i will try..on it
Was This Post Helpful? 1
  • +
  • -

#23 jon.kiparsky  Icon User is online

  • D.I.C Lover
  • member icon

Reputation: 1785
  • View blog
  • Posts: 3,359
  • Joined: 19-March 11

Re: What do you do after the basics?

Posted 12 March 2012 - 12:12 PM

View Postfaheemjan, on 12 March 2012 - 02:06 PM, said:

ok..i will try..on do it


Fixed that for you.
Was This Post Helpful? 1
  • +
  • -

#24 faheemjan  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 7
  • Joined: 06-January 11

Re: What do you do after the basics?

Posted 12 March 2012 - 12:28 PM

View Postjon.kiparsky, on 12 March 2012 - 12:12 PM, said:

View Postfaheemjan, on 12 March 2012 - 02:06 PM, said:

ok..i will try..on do it


Fixed that for you.


yes ofcoz i will do it
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2