Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: programming  (Read 4589 times)

0 Members and 1 Guest are viewing this topic.

sgupadhyay2000

  • Guest
programming
« on: December 17, 2010, 04:08:12 AM »
Dear sir
I want to learn software/programming. I heared that for this we have to start from c language.Is it correct? if yes,
can u suggest me any free tutorial whcih can I download in PDF formate in my computer?I know only word and excel to use.

Thanks
Sandeep


reddevilggg



    Expert

    Thanked: 69
  • Experience: Beginner
  • OS: Windows 7
11 cheers for binary !

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: programming
« Reply #2 on: December 17, 2010, 08:23:23 AM »
I heared that for this we have to start from c language.Is it correct?
No. Not even close.

Quote
I know only word and excel to use.
???
I was trying to dereference Null Pointers before it was cool.

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: programming
« Reply #3 on: December 17, 2010, 11:30:51 AM »
BC is right.
If you know just MS Word and Excel, learn fully how to use them.

Advanced features of both are called 'Application Programming.'
This is the kind of programming most people need to learn for work, home and school.

2x3i5x



    Expert
  • Thanked: 134
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 10
Re: programming
« Reply #4 on: December 22, 2010, 12:29:59 PM »
some people just learn excel or word religiously. Which means, they are real experts at them and can do all the fancy things that average joes don't really need or probably won't ever notice unless he's told  :P

Many programming/software language exist. C is only one of many and C is only one of many starting choices.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: programming
« Reply #5 on: December 22, 2010, 12:46:15 PM »
the question of "what language is the best to learn first" is rather ridiculous. Nobody asks "What language should I teach my child", because they don't really "teach" the child the language as much as the child grasps the basics on their own with no guidance Just like how they don't have to be taught how to recognize a face.

In the same vein, Learning Programming isn't so much about learning a single programming language as much as it is learning a set of concepts that apply and can be applied universally across almost all languages. It doesn't matter what language you "choose" first unless it happens to lack a lot of those concepts (such as for example Minimal BASIC). Computer Programming takes a certain mindset. Not everybody's Brain is wired in a way that makes it easy to understand for them. They can learn programming but it's a slow and generally painful process, and they generally are not as "driven" and not unexpectedly get discouraged easier.
I was trying to dereference Null Pointers before it was cool.

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: programming
« Reply #6 on: December 22, 2010, 01:55:15 PM »
How about a basic reference.
http://www.csupomona.edu/~hnriley/www/VonN.html
This should be required reading for anyone who wants to know more about computers.

BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: programming
« Reply #7 on: December 22, 2010, 02:53:10 PM »
While It certainly doesn't hurt, you don't need to know how your instrument works to make music.
I was trying to dereference Null Pointers before it was cool.

Geek-9pm


    Mastermind
  • Geek After Dark
  • Thanked: 1026
    • Gekk9pm bnlog
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: programming
« Reply #8 on: December 22, 2010, 05:08:55 PM »
While It certainly doesn't hurt, you don't need to know how your instrument works to make music.
Is that what you got from it? OK
I got "Do you even know what your  instrument is?"
Is the computer just what John von Neumann, said it would be?
Or is it something else? Does it think? Could it?

Sometime in the future we may not program our computers.
We will talk ton them.
Start working on articulation and modulation now, while your nae young.



BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: programming
« Reply #9 on: December 22, 2010, 05:59:28 PM »
Sometime in the future we may not program our computers.
We will talk ton them.
Copyright 1970.
I was trying to dereference Null Pointers before it was cool.

jhonas



    Rookie

    Thanked: 1
    • Experience: Beginner
    • OS: Unknown
    Re: programming
    « Reply #10 on: January 20, 2011, 12:15:43 AM »
    Try to learn from w3schools.com !! its great ...

    reddevilggg



      Expert

      Thanked: 69
    • Experience: Beginner
    • OS: Windows 7
    Re: programming
    « Reply #11 on: January 20, 2011, 07:55:14 AM »

    Try to learn from w3schools.com !! its great ...

    It is, but it does not learn you C programming, which is what the original poster wanted.
    11 cheers for binary !