169 people want to...

Learn the C programming language


 

How to learn the C programming language


Entries

deepak 4 weeks ago

well i know its very hard and as well as we have to spend a lots of time to learn programming but we have to dedicate some time to learn good-some.



example 4 months ago

main()
{
puts(“hello there”);
puts(“what is your name?”)
pause()
puts(“It is nice to meet you”)
}
pause();
{
int move_on;
printf(“press entere to continue”);
move_on=getchar();
return(0);
}



c language 6 months ago

learning this



i want o learn 7 months ago

wdqdqwq



Untitled 7 months ago

i wana learn c
Help me…................



i am raj want learning c. 9 months ago

help me



c 10 months ago

fr



Untitled 12 months ago

My programming ‘mother tongue’ is python, but a lot of my work is data and computationally intensive, and python is often simply too slow. Hence the desire to learn C. At the moment I’ve found a middle ground – use python for the input/output scripting, and where necessary use scipy’s inline for C speeds. Debugging does take much longer though, but hopefully that’ll improve.



naseebaliqadri programming C& C++

learn the c programming 13 months ago

name: naseeb ali qadri
Qualification: B.A.



Arup Sen is reading GTD

Just starting out 15 months ago

I already have X-code installed so that means the compiler is installed too. GCC. I downloaded iTerm to use instead of the Terminal.app, looks a bit nicer. And I got the book By Brian W. Kernighan and Dennis M. Ritchie. I did try out a few IDE’s but didn’t like them. I guess I’m not up to speed yet to understand what all these make files and linkers are. So that’s it really, the book, the text editor and the command line.

Been reading about the history of the language and trying out various tutorials online. It’s just a matter of trying it out and having fun. I have to remember to put that ./ before the file name or it doesn’t work.



See all 50 entries

Ask for advice: Get help from people who've accomplished this goal


marius4ph asks, “can someone give me some links where i can find some usefull C tutorials”
— 3 years ago


1 answer

 

I want to:
43 Things Login