- Code: Select all
#include <stdio.h>
int main()
{
long double nombre1=414275475754765.6575685;
long int nombre2=nombre1;
printf("%ld\n",nombre2);
return 0;
}
Search found 50 matches
Re: Problème de conversion int en C
- 28 Apr 2021, 18:31
- Forum: Langages alternatifs
- Topic: [Résolu] Problème de conversion int en C
- Replies: 10
- Views: 966
Re: Creation d'une lib C - LLVM
Toolchain libraries will never be supported as compiling directly from C code.
- 19 Jul 2020, 17:53
- Forum: Problèmes divers / Aide débutants
- Topic: Creation d'une lib C - LLVM
- Replies: 3
- Views: 921
Re: Beug césium
I cannot reproduce this. Are you sure you have the latest version of Cesium? https://github.com/mateoconlechuga/cesi ... ses/latest
- 09 Jun 2019, 14:26
- Forum: Problèmes divers / Aide débutants
- Topic: Beug césium
- Replies: 3
- Views: 726
Re: Oiram CE : Maze, pack de niveaux Mario en labyrinthes
Looks difficult haha.
- 07 Mar 2019, 04:18
- Forum: News TI-z80 (TI-73, 76, 80, 81, 82, 83, 84, 85, 86)
- Topic: Oiram CE : Maze, pack de niveaux Mario en labyrinthes
- Replies: 1
- Views: 2657
Re: Oiram CE : relève le défi du Big Bang !
Has anyone beaten this yet? I might give it a try later if not.
- 25 Feb 2019, 07:36
- Forum: News TI-z80 (TI-73, 76, 80, 81, 82, 83, 84, 85, 86)
- Topic: Oiram CE : relève le défi du Big Bang !
- Replies: 14
- Views: 5505
Re: [FR] Langage C sur ez80 - Mémo, rappels & tutoriels
If you are curious about C and want to try learning it, this update was made for you! The toolchain has been completely revamped and now uses jacobly's fasmg-ez80 tools to perform the assembling and linking stages that were once handled by the old ZDS tools. What this means: ⋅ You no longe...
- 30 Jan 2018, 02:22
- Forum: Langages alternatifs
- Topic: [FR] Guide du langage C sur ez80 (TI-83 PCE/ 84+CE)
- Replies: 81
- Views: 28449
Re: Chacha's pack, des niveaux Oiram CE hauts en couleur !
Very nice work 

- 07 Dec 2017, 05:44
- Forum: News TI-z80 (TI-73, 76, 80, 81, 82, 83, 84, 85, 86)
- Topic: Chacha's pack, des niveaux Oiram CE hauts en couleur !
- Replies: 11
- Views: 9091
Re: Diams : Un jeu boulder dash pour TI 83 Premium CE
Impressive work 

- 10 Nov 2017, 21:43
- Forum: News TI-z80 (TI-73, 76, 80, 81, 82, 83, 84, 85, 86)
- Topic: Diams : Un jeu boulder dash pour TI 83 Premium CE
- Replies: 8
- Views: 7481
Re: Cesium, 1ère application non officielle TI-83 Premium CE
The release is here! Download: https://tiplanet.org/forum/archives_voir.php?id=320019 Anywho, here's a rundown of what is new: + Cesium is now a full fledged application! + Don't need any extra RAM to start Cesium + Stub return location is stored in the archive so can now use all of ram + Minor bugf...
- 26 Sep 2017, 22:52
- Forum: News TI-z80 (TI-73, 76, 80, 81, 82, 83, 84, 85, 86)
- Topic: Cesium, 1ère application non officielle TI-83 Premium CE !
- Replies: 30
- Views: 10468
Re: [ASM 83PCE] Des couleurs délavées en mode 8bpp ?
I tried exactly what you told me to Epharius. The issue is not with CEmu, the converters, or anything else. It is merely the difference between your computer screen which you have probably configured differently. There is no point in emulating something that doesn't exist. Turn up the brightness on ...
- 04 Jul 2017, 15:42
- Forum: Problèmes divers / Aide débutants
- Topic: [ASM 83PCE] Des couleurs délavées en mode 8bpp ?
- Replies: 12
- Views: 4132
- Search found 50 matches • Page 1 of 5 • 1, 2, 3, 4, 5