How to Program in C on the CE | Toolchain Tutorial

Sdílet
Vložit
  • čas přidán 21. 08. 2024
  • 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...
    TOOLCHAIN DOWNLOAD: github.com/CE-...
    FIX FILE DOWNLOAD: support.google...
    WINDOWS ATTACHMENT MANAGER: support.micros...
    Directory: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Attachments
    TI-CONNECT CE: education.ti.c...
    ARTIFICE: yvantt.github....
    CESIUM: www.cemetech.n...
    COMMAND INDEX: ce-programming...

Komentáře • 24

  • @EesaSharma
    @EesaSharma Před rokem +2

    @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 Před 2 lety +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 Před rokem +1

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

  • @TeenageCode
    @TeenageCode Před rokem +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?

  • @Maniclout
    @Maniclout Před 10 měsíci +1

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

    • @yenthl985
      @yenthl985 Před 7 měsíci

      can't use asm prgm without a "jailbreak"

  • @BigStackBlunder
    @BigStackBlunder Před 2 lety

    Thanks for the vid!

  • @novano1d
    @novano1d Před rokem +2

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

    • @TheAstrospace2
      @TheAstrospace2 Před 6 měsíci +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  Před 6 měsíci

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

  • @phuch5511
    @phuch5511 Před 8 měsíci

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

  • @SpaceN64
    @SpaceN64 Před 2 lety

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

  • @xdemqned
    @xdemqned Před 2 lety

    I am on OS 5.3.1

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před 2 lety +1

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

    • @Log4Jake
      @Log4Jake Před rokem +1

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

    • @CalculatorGuy2001
      @CalculatorGuy2001  Před rokem

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

  • @chiefdylangaming4406
    @chiefdylangaming4406 Před 2 lety +1

    Hi