Sign in with
Sign up | Sign in
Your question
Solved

C language software free download

Tags:
  • Configuration
  • Download
  • Software
  • Windows 8
Last response: in Windows 8
Share
December 28, 2012 2:12:19 PM

i want to download c

More about : language software free download

December 28, 2012 2:13:56 PM

C is a programming language, not a piece of software. You cannot download it any more than you can download English or Braille.

What is it you're looking to do?
m
0
l
December 28, 2012 2:16:26 PM

i want to download c programing language
m
0
l
Related resources

Best solution

December 28, 2012 2:17:45 PM

willard said:
C is a programming language, not a piece of software. You cannot download it any more than you can download English or Braille.

What is it you're looking to do?


Share
December 28, 2012 2:20:23 PM

willard said:
C is a programming language, not a piece of software. You cannot download it any more than you can download English or Braille.

What is it you're looking to do?

m
0
l
December 28, 2012 2:22:10 PM

how can i get c language to my computor. please help me
m
0
l
December 28, 2012 2:24:02 PM

Best answer selected by kkmohan.
m
0
l
December 28, 2012 2:39:13 PM

Might I suggest asking this question some place where you speak the language? You don't seem to be understanding me, and even if you did figure out what I was saying, we'd never successfully have the conversation where I find out what kind of development environment you should be using.
m
0
l
December 28, 2012 3:05:50 PM

Generally I don't recommend starting with VS. It hides a lot of things that are helpful to learn, like linking things manually at least once (you'd be shocked how many people don't even know what linking is).

If you skip the basics, you'll regret it later trying to debug hard problems that stem from the build process and not your code (more common than you'd think with C/C++).

Better to do your hello world with notepad and the command line, if only for some perspective, then move onto the IDEs like VS. There's also the outside chance that he isn't using Windows, which would make gcc a good option.
m
0
l
a b * Windows 8
December 28, 2012 3:15:08 PM

willard said:
Generally I don't recommend starting with VS. It hides a lot of things that are helpful to learn, like linking things manually at least once (you'd be shocked how many people don't even know what linking is).

If you skip the basics, you'll regret it later trying to debug hard problems that stem from the build process and not your code (more common than you'd think with C/C++).

Better to do your hello world with notepad and the command line, if only for some perspective, then move onto the IDEs like VS. There's also the outside chance that he isn't using Windows, which would make gcc a good option.


Perhaps that answer might have been a better response as your first one? Your initial attempt was not at all helpful (IMHO).
So while I might agree.. at least I gave him something.

Cheers


m
0
l
December 28, 2012 3:19:57 PM

I was planning on giving him something the moment he gave me enough information to make a recommendation. Was he trying to learn the language for fun? For a class? Because he wanted to accomplish something specific? Is he on Windows, Mac, Linux? Does he have programming experience? Is he familiar with the command line? Does he need to get something done quickly, or does he want to play around with the language? Does he need a language reference or a compiler? IDE?

"Just use visual studio" is not a good answer, in my opinion.
m
0
l
September 24, 2013 4:57:52 AM

kkmohan said:
i want to download c


You can refer C-basic program in below website for step by step installation of C compiler.

C programming
m
0
l
January 21, 2014 2:49:29 PM

Code::Blocks is a C/C++ IDE (Writing, compiling, and debugging software)
m
0
l
March 14, 2014 9:04:13 PM

Hi willard am looking to change in to game coding department so can i learn C language for this in starting r i want to learn any more .Please advise me about this .
m
0
l
!