IPB

Welcome Guest ( Log In | Register )



Tags
This content has not been tagged yet
 
Reply to this topicStart new topic

I Want To Learn Programming


Arthur Dent
no avatar
Newbie
*
Group: Members
Posts: 6
Joined: 18-October 08
Member No.: 70,077



Post #1 post Nov 29 2008, 05:42 PM
As I wrote in the title: I want to learn programming. Ive worked a little with both html and javascript but not much.
First I decided which language to learn and after some browsing on different pages I chosed C.
My problem however, is to find a tutorial which doesnt assume Ive worked with programming before or are studying programming at school. They also use a complicated language while Im just a swede.

Does anyone know about a tutorial which may fit me or wants to teach me yourself? The tutorial Im currently using is at this URL: http://members.tripod.com/~johnt/c.html

I also wants to know what program(s) is required to create a new program.

Thanks
/Arthur Dent
Go to the top of the page
+Quote Post
xpress
no avatar
XPRESSing the XPRESSion
*********
Group: Members
Posts: 687
Joined: 16-August 08
From: X Universe
Member No.: 66,523
Spam Patrol
myCENT:59.88



Post #2 post Nov 29 2008, 06:02 PM
Nice selection...C is the easy programming language for the begginners and gives you foundation for all other complex programming languages.

The link you had given is not good for beginners of C. Thats assuming some familiarity with programming. And that terrible red background color...blocked my mind for some time. Don't stress your eyes too much at that site. unsure.gif

Google for ebooks about C language, you'll find many. Or if you want online versions....just look at this....
C language tutorial. Thats looking good and doesn't assume any previous programming language I think. Just go through that to find out whether its easy for you or not. If I find any other good sites I will post them here...

Anyway whatever tutorial you chose....just practice and post any problems or doubts you face....many members are here to answer your doubts gladly(including me, of course).... smile.gif

This post has been edited by xpress: Nov 29 2008, 06:03 PM
Go to the top of the page
+Quote Post
Baniboy
no avatar
Don't come between me and my caffeine
*********
Group: Members
Posts: 647
Joined: 3-November 08
Member No.: 71,342
myCENT:98.50



Post #3 post Nov 29 2008, 07:24 PM
QUOTE
I also want to know what program(s) is required to create a new program.


Any code editor will do. I prefer crimson editor, I don't know if it's good for C but I like the simple interface. You can also use notepad++ (both crimson editor and notepad++ are freeware) or you can use paid software, wich I don't recommend because you'll probably find them worse than freeware.

And you can find a lot of tutorials in basically any language you want, I found C tutorial in finnish so you should be able to find swedish too. Just use google/other search engines to find a tutorial where things are explained from top to bottom and easy to read.
Go to the top of the page
+Quote Post
shadowx
no avatar
Live your life so that in death you may stand side by side with your gods. Not at their feet.
**************
Group: Members
Posts: 1,577
Joined: 12-April 06
From: Essex, UK
Member No.: 21,719
Spam Patrol
myCENT:0.10



Post #4 post Nov 29 2008, 09:55 PM
I didnt get along with C, but you will also need a compiler. A compiler is a small program that turns the code you write into binary (EG 1001001101101101) for the computer to understand.

You should be able to find a free compiler if you search "C compiler" on google
Go to the top of the page
+Quote Post
darasen
no avatar
Newbie [Level 2]
**
Group: Members
Posts: 38
Joined: 1-November 08
Member No.: 71,209
myCENT:44.64



Post #5 post Nov 30 2008, 06:52 AM
I just did a reply on another board with a link to a Free online book titled Structure and Interpretation of Computer Programs. This is the text book for an introductory course in programming used at MIT. It rather heady and uses LISP not C. But, it teaches Programming not just a language but how programs actually work.
Go to the top of the page
+Quote Post
bittr
no avatar
Member [Level 3]
******
Group: Members
Posts: 93
Joined: 16-July 08
From: Brasov
Member No.: 65,085
myCENT:NEGATIVE[-63.02]



Post #6 post Nov 30 2008, 09:54 AM
QUOTE(Arthur Dent @ Nov 29 2008, 06:42 PM) [snapback]420880[/snapback]
As I wrote in the title: I want to learn programming. Ive worked a little with both html and javascript but not much.
First I decided which language to learn and after some browsing on different pages I chosed C.
My problem however, is to find a tutorial which doesnt assume Ive worked with programming before or are studying programming at school. They also use a complicated language while Im just a swede.

Does anyone know about a tutorial which may fit me or wants to teach me yourself? The tutorial Im currently using is at this URL: http://members.tripod.com/~johnt/c.html

I also wants to know what program(s) is required to create a new program.

Thanks
/Arthur Dent


C is quite outdated. I don't know how you came to the decision to learn C, but you should know that C++ (a follow-up version of C) is easier to learn, is used in a lot more applications and is excellent for newbie programmers like you.

To create programs in C++ (but also in C, if you'll stick with your first option) I highly recommend Eclipse: http://www.eclipse.org/cdt/
It's a well-known IDE, it's free and it will be all you need to create programs.

And a quite nice C++ tutorial: http://www.cplusplus.com/doc/tutorial/
Go to the top of the page
+Quote Post
iGuest
no avatar
Hail Caesar!
*********************
Group: Members
Posts: 5,876
Joined: 21-September 07
Member No.: 50,369



Post #7 post Apr 2 2009, 02:55 PM
Problem with compilar.
I Want To Learn Programming

Hello, All my friends, I just want to share my problem with you, about what compiler should be used. First of all I have already begun the C++ in DIT classes. But they just taught a short introduction about the componenets and functions, which arise my fond to learn programming. I found it so interesting. Now I am confused about the compilar. I am using Turbo C ++ 4.5 compilr for windows environment. But some of the function which tutorial teach me is not recognised by the listed library. For example ( string does'nt work in this compiler). Will anyone suggest me a good compilar which is used for the detailed function. I have good logic and I want to be a programmer in the future.

Any help will really be appreciated, Thanks in advance.

-reply by Arshad

 

Go to the top of the page
+Quote Post
weberk
no avatar
Newbie [Level 1]
*
Group: Members
Posts: 15
Joined: 6-November 09
Member No.: 91,138
myCENT:58.46



Post #8 post Nov 6 2009, 06:39 AM
QUOTE ((G)Arshad @ Apr 2 2009, 10:55 PM) *
Problem with compilar.
I Want To Learn Programming

Hello, All my friends, I just want to share my problem with you, about what compiler should be used. First of all I have already begun the C++ in DIT classes. But they just taught a short introduction about the componenets and functions, which arise my fond to learn programming. I found it so interesting. Now I am confused about the compilar. I am using Turbo C ++ 4.5 compilr for windows environment. But some of the function which tutorial teach me is not recognised by the listed library. For example ( string does'nt work in this compiler). Will anyone suggest me a good compilar which is used for the detailed function. I have good logic and I want to be a programmer in the future.

Any help will really be appreciated, Thanks in advance.

-reply by Arshad


try using GCC. (GNU Compiler Collection). I believe this is the best C/C++ compiler available since the entire open source world uses and develop this compiler. GCC is ANSI/ISO compliant so you are sure that it recognizes standard stuff like string, etc...

When compiling C++ source code from the command line using GCC type:

g++ fileName.cpp -o outputName

Note that you should be in the same directory as the source code when executing this.
If you're compiling C progs, replace 'g++' with 'gcc'

Hope this helps.
Go to the top of the page
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

    Topic Title Replies Topic Starter Views Last Action
No new   18 ngjeffy 2,634 8th October 2009 - 12:21 PM
Last post by: livepcportal
No New Posts   0 williantg 6,299 16th July 2004 - 08:03 PM
Last post by: williantg
No New Posts 8 livepcportal 662 24th November 2009 - 10:40 AM
Last post by: k_nitin_r
No New Posts   11 football123213 8,974 30th July 2004 - 03:34 PM
Last post by: templest
No new   17 eforumhongkong 11,206 24th August 2004 - 03:13 AM
Last post by: NuHoaXuLa
No new   17 campainer 6,973 3rd May 2009 - 01:08 AM
Last post by: sheepdog
No New Posts   3 Albus Dumbledore 1,097 20th May 2007 - 04:46 AM
Last post by: jlhaslip
No new   142 djleli 41,979 9th March 2010 - 04:36 PM
Last post by: Rael IAK
No New Posts   4 dundun2007 6,939 5th November 2009 - 11:59 AM
Last post by: ENDY_JASMI
No New Posts 1 Geengy 3,970 4th September 2004 - 11:50 PM
Last post by: LuciferStar
No New Posts 4 spyshow 6,804 21st September 2004 - 03:19 AM
Last post by: Spectre
No new   27 Inty 35,116 16th May 2009 - 04:42 AM
Last post by: k_nitin_r
No New Posts   5 Lyon 9,901 10th November 2004 - 11:15 PM
Last post by: -fkid-
No New Posts   0 xsize 5,355 20th October 2004 - 04:45 PM
Last post by: xsize
No New Posts   11 alapidus 5,577 7th July 2006 - 11:58 PM
Last post by: ijin


 



RSS Open Discussion Time is now: 14th March 2010 - 04:19 AM

Web Hosting Powered by ComputingHost.com.
Xisto.com : HONESTY ROCKS! truth rules.
Creative Commons License