1

Messieurs les programmeurs, avec l'arrivée de ce nouveau forum, je vous souhaite bon courage grin
en espérant que ce nouveau forum voit la sortie de gds prgm en ASM, super optimisés, pourquoi pas....
avatar
Tutorial C (TI-89/92+/v200) - Articles Développement Web (PHP, Javascript, ...)
« What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against? » - Larry Wall

2

en plus il est hyper joli
[edit]Edité par trazom le 24-10-2001 à 12:11:58[/edit]

3

arf
"I read the game.dll assembly more easily than you read the joke on the back of your box of Cocoa Pebbles, and have spent the past 2 1/2 years navigating it." ©

4

Arf... comme tudis grin
avatar
Tutorial C (TI-89/92+/v200) - Articles Développement Web (PHP, Javascript, ...)
« What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against? » - Larry Wall

5

arf! sacré paradize
In many respects the Yoshi is like a beautiful woman. A man can come so enamoured that he bestows on her all his time, his energy and his fortune.
- Fred whipple, 1960

*** Ne sous-estimez pas la puissance de la Marmotte ***
© Marmotte Team : LaMarmotte, sBibi, Vark & Sabrina

6

vive star academy ;/

7

bon, j'organise un giga casting sur toute la france, je serai accompagné d'un éditeur de prog et d'un aut' gars.
Mon but : faire réver des tonnes de gars sur un avenir prommetteur, car seul un seul gagnera !
ça s'appelle starprogacademi !

c pas cool ?

je commence demain !

gringringrin
:D

8

c ouvet aux programmaeur C ?
avatar
Tutorial C (TI-89/92+/v200) - Articles Développement Web (PHP, Javascript, ...)
« What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against? » - Larry Wall

9

A quand la coloration syntaxique sur le forum ? ;D
Cinq font un et un font cinq : le tout est UNITE
C'est dans l'incompréhension que je suscite que je trouve ma raison d'être.
Je suis moi , et je le suis parce que les autres ne le sont pas, et que ce sont eux qui forment ma personne.
Inconscience et déraison sont source d'imagination.
Au delà de ma conscience et de mon inconscient, mes rêves créent la réalité.

10

heu...
en C, ça doit donner quelque chose du style :

#define SAVE_SCREEN
#define KERNEL_OU_NOSTUB

void _main(void)
{

// Heu... je v arréter là grin surtout qu'on est ds la partie ASM...

}
[edit]Edité par squale92 le 24-10-2001 à 20:39:04[/edit]
avatar
Tutorial C (TI-89/92+/v200) - Articles Développement Web (PHP, Javascript, ...)
« What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against? » - Larry Wall

11

1. Tu as oublié #include "tigcclib.h".
2. Pas besoin de #define pour le _nostub, c'est le mode standard de TIGCCLIB.
avatar
Mes news pour calculatrices TI: Ti-Gen
Mes projets PC pour calculatrices TI: TIGCC, CalcForge (CalcForgeLP, Emu-TIGCC)
Mes chans IRC: #tigcc et #inspired sur irc.freequest.net (UTF-8)

Liberté, Égalité, Fraternité

12

mais quelle star ce Kevin ! wink
:D

13

kevin> je sais, ct un exemple.
Pour le nostub, je suis conscient qu'il ne faut rien mettre wink
Mias ct pour "laisser le choix" (vu que je reste neutre ds ce conflit !)
pour les libs... oups pas fait attention... dsl
avatar
Tutorial C (TI-89/92+/v200) - Articles Développement Web (PHP, Javascript, ...)
« What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against? » - Larry Wall

14

'faites comment pour la coloration syntaxique ??

void _main(void)
{
  int i;
  for (i=0; i<10; i++);
}


void _main(void)
{
int i;
for (i=0; i<10; i++);
}
avatar
Un site complet sur lequel vous trouverez des programmes et des jeux pour votre calculatrice TI 89 / Titanium / 92+ / Voyage 200 : www.ti-fr.com.
Quelques idées personnelles ici.

15

zut il faut le faire soi-même ?
donc c'est foutu entre [ pre ]
avatar
Un site complet sur lequel vous trouverez des programmes et des jeux pour votre calculatrice TI 89 / Titanium / 92+ / Voyage 200 : www.ti-fr.com.
Quelques idées personnelles ici.

16

eh non : il faut le faire soit même, visiblement...
avatar
Tutorial C (TI-89/92+/v200) - Articles Développement Web (PHP, Javascript, ...)
« What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against? » - Larry Wall

17

>Thibaut: donc c'est foutu entre [ pre ]

Non:
[4]void[/4] [3]_main[/3][7]([/7][4]void[/4][7])[/7]
[6]{[/6]
 [4]int[/4] [3]i[/3][8];[/8]
 [13]for[/13] [7]([/7][3]i[/3] [10]=[/10] [2]0[/2][8];[/8] [3]i[/3] [10]<[/10] [2]10[/2][8];[/8] [3]i[/3][10]++[/10][7])[/7][8];[/8]
[6]}[/6]

[edit]Edité par Kevin Kofler le 26-10-2001 à 06:35:48[/edit]
avatar
Mes news pour calculatrices TI: Ti-Gen
Mes projets PC pour calculatrices TI: TIGCC, CalcForge (CalcForgeLP, Emu-TIGCC)
Mes chans IRC: #tigcc et #inspired sur irc.freequest.net (UTF-8)

Liberté, Égalité, Fraternité

18

pre est censé écrire les choses telles quelles. Tant mieux si ça bogue grin
avatar
Un site complet sur lequel vous trouverez des programmes et des jeux pour votre calculatrice TI 89 / Titanium / 92+ / Voyage 200 : www.ti-fr.com.
Quelques idées personnelles ici.