How to Program in C on the CE | Toolchain Tutorial

Поділитися
Вставка
  • Опубліковано 13 лют 2022
  • How to install Toolchain on your computer, how to make your first program, and how to run your first program!
    TIMESTAMPS
    00:00 Intro - 0:00
    00:14 Welcome - 00:14
    01:13 Toolchain Download - 01:13
    01:36 FAILED VIRUS DETECTED - 01:36
    04:50 Toolchain Extraction - 04:50
    05:27 Building first program - 05:27
    06:39 Compiling Error Fix - 06:39
    08:53 Send DEMO to calculator - 08:53
    10:23 Send required programs to calculator - 10:23
    14:00 Calculator - 14:00
    14:48 Hello, World. - 14:48
    15:12 Source code - 15:12
    20:44 makefile - 20:44
    22:27 readme - 22:27
    23:00 Tips and Tricks - 23:00
    24:52 Creating a shortcut - 24:52
    25:24 Tip for building programs - 25:24
    26:44 Last tips and outro - 26:44
    Links:
    TOOLCHAIN WELCOME: ce-programming.github.io/tool...
    TOOLCHAIN DOWNLOAD: github.com/CE-Programming/too...
    FIX FILE DOWNLOAD: support.google.com/chrome/ans...
    WINDOWS ATTACHMENT MANAGER: support.microsoft.com/en-us/t...
    Directory: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments
    TI-CONNECT CE: education.ti.com/en/products/...
    ARTIFICE: yvantt.github.io/arTIfiCE/
    CESIUM: www.cemetech.net/downloads/fi...
    COMMAND INDEX: ce-programming.github.io/tool...
  • Наука та технологія

КОМЕНТАРІ • 24

  • @BigStackBlunder
    @BigStackBlunder 2 роки тому

    Thanks for the vid!

  • @EesaSharma
    @EesaSharma Рік тому +1

    @CalculatorGuy2001. Actually, a gui is a graphical user interface. Visual Studio is an IDE. integrated development environment. Your a very good programmer btw. This is really cool. 👍

  • @BigStackBlunder
    @BigStackBlunder 2 роки тому +2

    I made a magic 8 ball program for my calculator. It is a lot of fun I would recommend it to everyone who is just starting. it is very easy to make. Hint- it involves using random integers.

  • @novano1d
    @novano1d Рік тому +1

    fyi even if you have an older calculator you MUST run the program with the asm(prgrmName) command.

  • @Maniclout
    @Maniclout 9 місяців тому +1

    I downloaded the TI 5.4 operating system but what would be the disadvantages to doing that?

    • @yenthl985
      @yenthl985 6 місяців тому

      can't use asm prgm without a "jailbreak"

  • @TeenageCode
    @TeenageCode Рік тому +1

    you said that
    #include
    #include
    were crucial to running these programs, but you didn't use them in your guessing game example. Would your guessing game program actually work? What do those libraries do anyways? and can I use c++ simply by replacing the main.c program with a main.cpp program?

    • @CalculatorGuy2001
      @CalculatorGuy2001  Рік тому

      Do you want a video on that? Or did you get it?

    • @TeenageCode
      @TeenageCode Рік тому

      @@CalculatorGuy2001 I figured it out later

  • @phuch5511
    @phuch5511 7 місяців тому

    Does this work on an TI-nspire CX II-T?

  • @SpaceN64
    @SpaceN64 2 роки тому

    Can I use artiface on my standard Ti-84 Plus CE?

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 роки тому

      Yes

    • @SpaceN64
      @SpaceN64 2 роки тому

      @@CalculatorGuy2001 awesome, you should make a tutorial installing artiface on the Ti-84 Plus CE!

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 роки тому

      Ok will do soon!

    • @SpaceN64
      @SpaceN64 2 роки тому

      @@CalculatorGuy2001 awesome!

  • @novano1d
    @novano1d Рік тому +1

    bro why do they not have input text function built in my god. classic c programmers

    • @TheAstrospace2
      @TheAstrospace2 5 місяців тому +1

      Is this true? I just got into using this toolkit and i wanted to make some simple math programs using C and looking at the documentation I didnt see anything for handling input output. maybe I overlooked something but seeing your comment made me think I was correct on this

    • @CalculatorGuy2001
      @CalculatorGuy2001  5 місяців тому

      Oh you did overlook something! It's very complex to say the least!

  • @xdemqned
    @xdemqned 2 роки тому

    I am on OS 5.3.1

    • @CalculatorGuy2001
      @CalculatorGuy2001  2 роки тому +1

      You should have minimal problems then! I would recommend downloading the latest OS version because you may run into OTHER problems!

    • @Log4Jake
      @Log4Jake Рік тому +1

      @@CalculatorGuy2001 DO NOT UPGRADE just use Cesium it will work fine. Upgrading will remove features such as asm to run programs.

    • @CalculatorGuy2001
      @CalculatorGuy2001  Рік тому

      @@Log4Jake Agree, use OS update as a last resort.

  • @chiefdylangaming4406
    @chiefdylangaming4406 2 роки тому +1

    Hi