Need help with C

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
trey_monty
Member
Member
Posts: 44
Joined: Thu Mar 10, 2005 12:00 am

Need help with C

Post by trey_monty »

Im new to programming all together this is my first project. I need to know where to get help on the subject and need a new compiler. I could use any info avalible.

Thanks a lot
rexlunae
Member
Member
Posts: 134
Joined: Sun Oct 24, 2004 11:00 pm
Location: North Dakota, where the buffalo roam

Re: Need help with C

Post by rexlunae »

trey_monty wrote:Im new to programming all together this is my first project. I need to know where to get help on the subject and need a new compiler. I could use any info avalible.

Thanks a lot
Do you need a "new" compiler, or a <a href="http://gcc.gnu.org">GNU compiler</a>?
trey_monty
Member
Member
Posts: 44
Joined: Thu Mar 10, 2005 12:00 am

Re: Need help with C

Post by trey_monty »

To relxlunae.

What is the differance?
rexlunae
Member
Member
Posts: 134
Joined: Sun Oct 24, 2004 11:00 pm
Location: North Dakota, where the buffalo roam

Re: Need help with C

Post by rexlunae »

trey_monty wrote:To relxlunae.

What is the differance?
Well, that was a pun. If you follow the link that I left, you will find the main page for gcc (The <i>G</i>NU <i>C</i>ompiler <i>C</i>ollection). Many of the people here use the C compiler that comes with it.

So, because it's the GNU compiler (pronounced GUH-NU), when you asked for a "new" compiler, I responded with the name of compiler that sounds like "new compiler".
trey_monty
Member
Member
Posts: 44
Joined: Thu Mar 10, 2005 12:00 am

Re: Need help with C

Post by trey_monty »

So ishould get a GNU compiler to use for C?OK.Ill do that.

Thanks!!
Post Reply