This is an archived, read-only copy of the United-TI subforum , including posts and topic from May 2003 to April 2012. If you would like to discuss any of the topics in this forum, you can visit Cemetech's Calculator Programming subforum. Some of these topics may also be directly-linked to active Cemetech topics. If you are a Cemetech member with a linked United-TI account, you can link United-TI topics here with your current Cemetech topics.

This forum is locked: you cannot post, reply to, or edit topics. General Coding and Design => Calculator Programming
Author Message
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 15 Jan 2004 06:54:43 pm    Post subject:

Hey anyone out there. Anyone know any good books about C programming?
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 15 Jan 2004 07:00:40 pm    Post subject:


Code:
#include <stdfoo.h>  /* Contains definition for the know() macro. */

if( !know(book) )
{
   DeweyNum = 000;
   goto Library;
}
Back to top
Jedd
1980 Pong World Champion


Elite


Joined: 18 Nov 2003
Posts: 823

Posted: 15 Jan 2004 07:14:44 pm    Post subject:

I'm reading "Teach Yourself C" from Osborne. It's a pretty good book, but it doesn't come with a CD, so you have to get a compiler yourself. That shouldn't be too hard on a PC.
Back to top
DmitriB


Advanced Member


Joined: 22 Jun 2003
Posts: 319

Posted: 15 Jan 2004 10:27:05 pm    Post subject:

i use the bloodshed dev c++ compiler for all my c needs. its free and ery good so you oughta give it a try.
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 15 Jan 2004 11:32:01 pm    Post subject:

So anyway back to the point. Any good simple[B] books on C? Oh yeah, you still have to compile for C?
Back to top
Jedd
1980 Pong World Champion


Elite


Joined: 18 Nov 2003
Posts: 823

Posted: 16 Jan 2004 12:13:36 am    Post subject:

You have to compile just about every language. Except TI BASIC, which I think sorta compiles along the way.
Back to top
NETWizz
Byte by bit


Bandwidth Hog


Joined: 20 May 2003
Posts: 2369

Posted: 16 Jan 2004 03:19:23 am    Post subject:

Sigma, you need a main function, and you need to use return 0 to exit.

You can use the GNU compiler for free!


Last edited by Guest on 16 Jan 2004 03:20:57 am; edited 1 time in total
Back to top
JoeImp
Enlightened


Active Member


Joined: 24 May 2003
Posts: 747

Posted: 16 Jan 2004 09:21:12 am    Post subject:

Forget C..... Learn C++!!! MUHAHAHhahahAHAHhahahHAHAHHAahhah .... sorry

Imp
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 17 Jan 2004 12:41:32 am    Post subject:

The reason why I'm learning C is to program for my school's robot. So seriously anyone know a short simple C book?
Back to top
Jeremiah Walgren
General Operations Director


Know-It-All


Joined: 24 May 2003
Posts: 1937

Posted: 17 Jan 2004 12:44:55 am    Post subject:

Technoplaza.net has a few tutorials on programming C for the 89. Probably not what you're looking for, but it could give you a start. As for a book, I don't know of any good ones...
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 17 Jan 2004 12:50:51 am    Post subject:

Thanks. I need all the help I can get.
Back to top
tr1p1ea


Elite


Joined: 03 Aug 2003
Posts: 870

Posted: 18 Jan 2004 04:34:59 pm    Post subject:

If you google for "Beginner C Programming" or something you will most definately find something.

A Good one: http://www.tutorials4u.com/c/
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 19 Jan 2004 07:52:46 pm    Post subject:

Click

If you want a book, get "Teach Yourself C In 21 Days" (SAMS).


Last edited by Guest on 19 Jan 2004 07:53:23 pm; edited 1 time in total
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 27 Jan 2004 07:24:51 pm    Post subject:

Thanks, Sigma. Currently, I have taken your advice and am reading it.
Back to top
Adm.Wiggin
aka Tianon


Know-It-All


Joined: 02 Jun 2003
Posts: 1874

Posted: 28 Jan 2004 08:31:35 am    Post subject:

sigma wrote:
"Teach Yourself C In 21 Days" (SAMS).

it this where your tutorial title came from? Very Happy
Back to top
sgm


Calc Guru


Joined: 04 Sep 2003
Posts: 1265

Posted: 28 Jan 2004 04:19:46 pm    Post subject:

Ah, I forgot the ";)" :)
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 28 Jan 2004 07:22:13 pm    Post subject:

It's all right.
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 29 Jan 2004 07:58:03 am    Post subject:

shadowing wrote:
It's all right.

Pfew, thank god! For a moment I though it wasn't!
Back to top
shadowing
Powered by 64


Calc Guru


Joined: 06 Jan 2004
Posts: 1002

Posted: 29 Jan 2004 05:04:20 pm    Post subject:

Huh? Anyway, this topic is gonna be locked unless someone doesn't want it to be. So post some reasons if you don't want it to be locked.

Status: Finished first day
Back to top
Arcane Wizard
`semi-hippie`


Super Elite (Last Title)


Joined: 02 Jun 2003
Posts: 8993

Posted: 30 Jan 2004 08:25:44 am    Post subject:

Why would this topic be locked?
Back to top
Display posts from previous:   
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
    » Goto page 1, 2  Next
» View previous topic :: View next topic  
Page 1 of 2 » All times are UTC - 5 Hours

 

Advertisement