CodeWalrus [Inactive] Hero Core (TI-83+/84+)
Pages: 123
C programing on the TI-84 plus CE. by: Alvajoy123 By: Alvajoy123 Date: June 16, 2017, 05:22:16 AM
 :) Um. This is my first program in C and I will be needing a lot of help and I don't want to mess up my laptop or my computer. :D And I will be using tool chain. :D
So before start is this how you start a C program
Code Select
#inculde

! please find a YouTube video that can help

By: Alvajoy123

Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: kotu Date: June 16, 2017, 05:24:04 AM
you can't learn C programming in half an hour, and if you are concerned about messing up your laptop (or your calc), you really shouldn't be programming in C
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: Alvajoy123 Date: June 16, 2017, 05:29:11 AM
Quote from: kotu on June 16, 2017, 05:24:04 AM
you can't learn C programming in half an hour, and if you are concerned about messing up your laptop (or your calc), you really shouldn't be programming in C
Ok but please help learn how to program in C
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: kotu Date: June 16, 2017, 05:29:39 AM
I would suggest buying a book on C programming
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: Alvajoy123 Date: June 16, 2017, 05:32:08 AM
Quote from: kotu on June 16, 2017, 05:29:39 AM
I would suggest buying a book on C programming
What's​ a name of a book for programing in C ???
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: kotu Date: June 16, 2017, 05:33:54 AM
i'm not actually sure as i don't have any C books myself, only C++

someone else will probably be able to help
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: Alvajoy123 Date: June 16, 2017, 05:48:43 AM
Quote from: kotu on June 16, 2017, 05:33:54 AM
i'm not actually sure as i don't have any C books myself, only C++

someone else will probably be able to help

Ok but can to give the tittles of the c++ books

Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: kotu Date: June 16, 2017, 05:52:01 AM
Try "The C++ Programming Language" by Bjarne Stroustrup
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: Alvajoy123 Date: June 16, 2017, 06:04:57 AM
Quote from: kotu on June 16, 2017, 05:52:01 AM
Try "The C++ Programming Language" by Bjarne Stroustrup
Ok I will thx
How much does it cost

Why I'm doing this
I have nothing to over summer so boring
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: kotu Date: June 16, 2017, 06:06:48 AM
Quote from: Alvajoy123 on June 16, 2017, 06:04:57 AM
How much does it cost

£38
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: xlibman Date: June 16, 2017, 03:49:45 PM
How good (or bad) is C++ support on the CE? Can a C++ book even be used at all to learn C?
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: SopaXorzTaker Date: June 16, 2017, 03:57:38 PM
Quote from: Alvajoy123 on June 16, 2017, 05:22:16 AM
:) Um. This is my first program in C and I will be needing a lot of help and I don't want to mess up my laptop or my computer. :D And I will be using tool chain. :D
So before start is this how you start a C program
#inculde

! please find a YouTube video that can help

By: Alvajoy123


The CE C SDK is not the best thing to start with. First of all, I recommend learning proper C. A basic introduction can be found here: http://www.learn-c.org.
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: kotu Date: June 16, 2017, 07:59:03 PM
Quote from: xlibman on June 16, 2017, 03:49:45 PM
How good (or bad) is C++ support on the CE? Can a C++ book even be used at all to learn C?
C++ is not supported on the CE. And, depending on the book, yes, as C is a subset of C++.
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: mazhat Date: June 16, 2017, 08:40:45 PM
I'm going to counter what kotu said and say don't buy "The C++ Programming Language".
There's too much that you'd already need to know before reading that book.
You'll most likely get confused and will have wasted your money.

Before you learn any language, you need to understand key programming concepts, not the language itself.
You should already know variables, loops, subroutines, ect, but you have to conceptually understand:
-OOP (Object-oriented programming)
-Classes and structs.
-Memory allocation.
-What a pointer is, and why it's SUPER important.
and most importantly, something I have seen you mess up many times:
-What makes C++ different from TI-Basic, Java and every other programming language.

Tip: If you can't tell me why C++ is different/better than Basic/C/Java in more than a paragraph you are not ready to learn C++.

@kotu Didn't C++ used to be a subset of C? If I remember correctly "C with classes" was the subset name. I hear lots of arguments for C++ not being C's subset because of the different directions they're going.
Re: C programing on the TI-84 plus CE. by: Alvajoy123 By: TheMachine02 Date: June 16, 2017, 09:11:40 PM
C++ IS experimentaly available for the CE,  just to say  :P
Pages: 123