Question:
Basically, how to get C language and program in it?
Kerry
2012-10-21 20:39:39 UTC
I'm in College, freshman and I've got to work with C. (Yeah C, not C++ or something) And I can't find where can I download it?
Six answers:
2012-10-21 20:52:15 UTC
A simple way is to install Code:Blocks, which is an IDE that comes with a compiler, text editor, as well as numerous other utilities. This will give you everything you need to compile an ordinary C program without having to manually configure an environment yourself. You can get it from here: http://www.codeblocks.org/



Alternatively, if you'd rather set up and configure each program individually, you might look up the following programs:



Compilers: GCC, Clang

Text Editors: GNU Emacs, Vim, Notepad++

Profilers: gprof, Valgrind (massif, cachegrind, callgrind)

Debuggers: Valgrind (memcheck), GDB

Static code analysers: Splint

Build automation tools: GNU Make, BSD Make, CMake, SCons
ringold
2016-09-20 04:15:20 UTC
Pay specially cautious awareness to the algorithms side. While documentation is predominant, and traditionally graded as such, if you happen to recognize what your trainer and the literature is telling you approximately the best way to do matters, then the relaxation will have to be simple. For an introductory programming direction, the item to recall is you do not have a lot standpoint but. The university will most often have well motives for picking this or that language, however you're studying the language and the area and it is vitally viable that if you happen to research forward (targeting C++) you can also uncover that what you've studied are the unsuitable matters. The identical is also actual of your fellow scholars. On this subject, the Wikipedia is an excessively well useful resource. Since the content material is person-generated, it does have a few flaws, nevertheless it has this kind of large style of individuals, specially on pc-similar topics, that as an advent to many topics it's as well because the web sites which restrict their contributions to licensed "gurus". I recognise there are arguments occurring approximately this correct now, however we are speakme approximately the Wikipedia while it's learn significantly. You gets your textbooks in August or September. They will have to be what you want for the specifics of the way you're going to get by way of the category. Any average advent to the discipline of programming will have to aid. If most effective through hanging your brain secure.
Land
2012-10-21 20:53:50 UTC
1) Download VirtualBox

2) install a linux distribution

3) program using GCC



Programming in a Unix environment is best especially if you are new (If you have a mac you can skip 1 and 2 and just get GCC).



I would not be surprised if your school will offer you an account on a unix/linux machine for this purpose - then you can use a program called putty and program on that.



C is a very good choice.



This is an excellent resource on C, especially if you are learning it in a class as well:

http://c.learncodethehardway.org/



Also you may find this interesting, and it teaches you about how C and your computer works: http://io.smashthestack.org - you can connect to this using putty
?
2012-10-21 20:44:25 UTC
There are lots of compilers available. The one I like for learning is Pelles C for windows.

http://www.smorgasbordet.com/pellesc/



Since you have to use it, did they not recommend a compiler.
picture6542002
2012-10-21 21:17:57 UTC
Hi

what major you in college?I thought that this is very easy.You can download the link that is http://turbo-c.soft32.com/.

I hope that i can help you.I am a .net,php developer.
2012-10-21 20:41:19 UTC
Is this your first time using a computer? There's this wonderful website called google.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...