Posts Tagged ‘gnu compiler’
Where can i download a program / development environment?
maybe GNU compiler or something on which i can practice c/C++ in Mac OS?
Thanks!
I need something simple, small but useful.
Is this THE ONE?
http://developer.apple.com/technology/xcode.html
????
Also, im logged on on apple but i forgot my apple ID.
How can i look it up while i am logged on?
How to use GNU C Compile?
Join Date: Sep 2010
Beans: 1
GNU C Compiler not working
Hey guys. So I downloaded Linux just for the heck of it and decided I would try to learn some C in my spare time. So I found a tutorial, and the first code they told me to do was this:
Code:
#include <stdio.h>
int main()
{
printf( "I am alive! Beware.\n" );
getchar();
return 0;
}
So I copied it into gedit and saved it as "hello.c". Then I followed the instructions and opened up the Terminal and typed this:
Code:
gcc hello.c
And this happens
Code:
sam@sam-desktop:~$ gcc hello.c
sam@sam-desktop:~$
But when I go back to the file and screw it up by randomly erasing characters, it tells me what I did wrong.
I have no idea why this won’t work. I also am pretty bad at some of this complexer stuff (to me it’s complex) and anywhere I look online elsewhere people talk as if everybody knows how to do these things.
I would like to begin programming open source C++ code for Linux, where should I begin?
I have been programming in Visual C++, Dev C++ and other windows versions of code. I heard about the open source community and really like Knoppix and devices like Freenas and would like to begin making my transition into compiling and coding from within Linux, using the Gnu compiler stuff where should I begin looking?
i am using codeblocks to write my c program but it shows that invalid compiler on building and running it ?
i selected default gnu compiler and also tried with borland……..can anyone help????????
what is GCC ( GNU C++ Compiler ) ? what does it do ?
I need full explanation of GNU .. i mean what it is acyually for ..
GNU C++ compiler for Ubuntu Edgy?
How can I install the GNU C++ compiler for Ubuntu Edgy?
Is it inbuilt or do I have to download it? If it’s inbuilt, what should I do to use it?
How do I install the GNU C++ compiler?
I just got a book with the compiler on a disc and I need some help installing it. It says I need to install it in an MS-DOS command window, which is the command prompt, but I don’t know how to get rid of this:
C:\Documents and settings\My Name>
So how do I get rid of it and how do I install it, because the instructions confuse me.
I need to know how to get it to just C:\ to install it
Write a C program that opens a TCP client to a netcat server using Linux, gnu c compiler and POSIX system call?
I need assistance in writing a C program that opens a TCP client to Netcat server using linux, gnu C compiler and POSIX System Call. Also need some information about gcc, netcat and POSIX. Thanks