Vous faites quoi là ?
Bkz888
2021-10-15 21:21:47
Le 15 octobre 2021 à 21:21:11 HommeToxique8 a écrit :
Le 15 octobre 2021 à 21:20:27 :
J'ai NCIS en fond, je me tube une clope, et je poste sur ton topax éclaté
monsieur a des goûts médiocres en série et en topax, je voishttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
A vrai dire j'ai jamais regardé un seul épisode de cette série, c'est pour avoir du son en fond
Inoya
2021-10-15 21:21:58
Je m’ennuie..
HommeToxique8
2021-10-15 21:22:02
Le 15 octobre 2021 à 21:20:36 :
Forum, je prépare un topic
Il va bider en -2 minutes c'est ça la dur réalité du foromhttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
tarteaucacachie
2021-10-15 21:22:17
J'ai fini ma calculatrice en C :
Le programme principal :
- include <stdio.h>
include <stdlib.h>
include <MLV/MLV_all.h>
include "grid.c"
include "expression.c"
- define WIDTH 320
define HEIGHT 400
define MAX_EXPR 64
void draw(grid g, char *expr)
{
MLV_clear_window(MLV_COLOR_WHITE);
drawGrid(g);
MLV_draw_text(10, 32, expr, MLV_COLOR_BLACK);
MLV_actualise_window();
}
void update(grid g)
{
int mouseX = 0;
int mouseY = 0;
char expr[MAX_EXPR];
int i = 0;
int op = 0;
int r;
button currentButton;
MLV_Event e;
MLV_Button_state buttonState;
draw(g, "");
do
{
e = MLV_get_event(NULL, NULL, NULL, NULL, NULL, &mouseX, &mouseY, NULL, &buttonState);
if(e == MLV_MOUSE_BUTTON && buttonState == MLV_PRESSED)
{
currentButton = getButtonByClick(mouseX, mouseY, g);
if(i < MAX_EXPR)
{
switch(op)
{
case 0:
{
if(currentButton.label == '+' || currentButton.label == '-' || currentButton.label == 'x' || currentButton.label == '/')
{
op = 1;
}
expr[i] = currentButton.label;
i++;
break;
}
case 1:
{
if(currentButton.label != '+' && currentButton.label != '-' && currentButton.label != 'x' && currentButton.label != '/')
{
expr[i] = currentButton.label;
i++;
}
if(currentButton.label == '=')
{
r = getExpressionResult(parseExpression(expr));
sprintf(expr, "%d", r);
op = 0;
i = strlen(expr);
printf("EXPR : %s\n", expr);
}
break;
}
default:
{
break;
}
}
}
}
draw(g, expr);
}
while(1);
}
int main()
{
const char *title = "[Calculatrice]";
grid g = createGrid(4, 4, 80, "1234567890+-/x=C");
MLV_create_window(title, "", WIDTH, HEIGHT);
update(g);
MLV_free_window();
exit(EXIT_SUCCESS);
}
descolin38
2021-10-15 21:22:34
Le 15 octobre 2021 à 21:21:45 HommeToxique8 a écrit :
Le 15 octobre 2021 à 21:20:33 :
Je suis sur le fofo hommetoxique, et je vais passer le reste de la soirée à écouter de la future funk et à regarder HxHhttps://image.noelshack.com/fichiers/2017/35/1/1503952487-sticker-kirualgerien2.png
Et peut être un petit fap avant de dodo qui saithttps://image.noelshack.com/fichiers/2017/35/1/1503952487-sticker-kirualgerien2.png
t'as toujours pas fini HxHhttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
Non, j'en suis à l'épisode 64https://image.noelshack.com/fichiers/2017/35/1/1503952487-sticker-kirualgerien2.png
HommeToxique8
2021-10-15 21:22:50
Le 15 octobre 2021 à 21:20:48 :
Sur le canapé avec le chat la femme qui est parti dormir pour faire la gueule.
bouge de mon topax le yeslifehttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
Le 15 octobre 2021 à 21:20:55 :
Je me tâte
J'ai envie de jouer mais à quoi ?
Overwatchhttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
Singe_cosmique
2021-10-15 21:22:55
Forum + 2 bouteilles de pinard à descendre
HommeToxique8
2021-10-15 21:23:12
Le 15 octobre 2021 à 21:21:26 :
Le 15 octobre 2021 à 21:20:34 :
Le 15 octobre 2021 à 21:19:18 :
Et toihttps://image.noelshack.com/fichiers/2019/19/4/1557437332-ace383ce-418a-47f9-91b0-a862161adaac.jpeg
Je regarde les cueillettes des champignons sur les topax champignonshttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
futur mycologue ?https://image.noelshack.com/fichiers/2018/36/4/1536252347-psx-20180906-144220.jpg
Oui les champignons sur les ongles m'ont inspiréhttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
Pfirsiche
2021-10-15 21:23:35
Je dois faire un exo en sciences mais je suis nulle
Pipikakaproot2
2021-10-15 21:23:40
Je viens de me poser après un bon repashttps://image.noelshack.com/fichiers/2018/13/6/1522514843-risitasbouchef.png
okhe2000
2021-10-15 21:23:43
je code ma lib alternative a tensorflow en C
HommeToxique8
2021-10-15 21:23:54
Le 15 octobre 2021 à 21:22:29 :
https://voca.ro/1aZxPDvelD0Q J'essaie d'apprendre le banjo, je n'ai jamais joué d'instrument à corde avant
La j'entraine ne solfège mais c'est nul
c'est surtout toi qui es nulhttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
le solfège c'est plusieurs années d'étudehttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
HommeToxique8
2021-10-15 21:24:11
Le 15 octobre 2021 à 21:23:35 :
Je dois faire un exo en sciences mais je suis nulle
qui étudie à 21h30 un vendredi soirhttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
tarteaucacachie
2021-10-15 21:24:13
J'ai finit ma calculatrice simplette en c
Voici le main.c
#include <stdio.h>
#include <stdlib.h>
#include <MLV/MLV_all.h>
#include "grid.c"
#include "expression.c"
#define WIDTH 320
#define HEIGHT 400
#define MAX_EXPR 64
void draw(grid g, char *expr)
{
MLV_clear_window(MLV_COLOR_WHITE);
drawGrid(g);
MLV_draw_text(10, 32, expr, MLV_COLOR_BLACK);
MLV_actualise_window();
}
void update(grid g)
{
int mouseX = 0;
int mouseY = 0;
char expr[MAX_EXPR];
int i = 0;
int op = 0;
int r;
button currentButton;
MLV_Event e;
MLV_Button_state buttonState;
draw(g, "");
do
{
e = MLV_get_event(NULL, NULL, NULL, NULL, NULL, &mouseX, &mouseY, NULL, &buttonState);
if(e == MLV_MOUSE_BUTTON && buttonState == MLV_PRESSED)
{
currentButton = getButtonByClick(mouseX, mouseY, g);
if(i < MAX_EXPR)
{
switch(op)
{
case 0:
{
if(currentButton.label == '+' || currentButton.label == '-' || currentButton.label == 'x' || currentButton.label == '/')
{
op = 1;
}
expr[i] = currentButton.label;
i++;
break;
}
case 1:
{
if(currentButton.label != '+' && currentButton.label != '-' && currentButton.label != 'x' && currentButton.label != '/')
{
expr[i] = currentButton.label;
i++;
}
if(currentButton.label == '=')
{
r = getExpressionResult(parseExpression(expr));
sprintf(expr, "%d", r);
op = 0;
i = strlen(expr);
printf("EXPR : %s\n", expr);
}
break;
}
default:
{
break;
}
}
}
}
draw(g, expr);
}
while(1);
}
int main()
{
const char *title = "[Calculatrice]";
grid g = createGrid(4, 4, 80, "1234567890+-/x=C");
MLV_create_window(title, "", WIDTH, HEIGHT);
update(g);
MLV_free_window();
exit(EXIT_SUCCESS);
}
Croquecucul
2021-10-15 21:24:17
Le 15 octobre 2021 à 21:23:12 :
Le 15 octobre 2021 à 21:21:26 :
Le 15 octobre 2021 à 21:20:34 :
Le 15 octobre 2021 à 21:19:18 :
Et toihttps://image.noelshack.com/fichiers/2019/19/4/1557437332-ace383ce-418a-47f9-91b0-a862161adaac.jpeg
Je regarde les cueillettes des champignons sur les topax champignonshttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
futur mycologue ?https://image.noelshack.com/fichiers/2018/36/4/1536252347-psx-20180906-144220.jpg
Oui les champignons sur les ongles m'ont inspiréhttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
miam les délicieuses candidoses saupoudrées sur la viande comme des aromateshttps://image.noelshack.com/fichiers/2018/36/4/1536252347-psx-20180906-144220.jpg
descolin38
2021-10-15 21:24:21
Le 15 octobre 2021 à 21:22:17 tarteaucacachie a écrit :
J'ai fini ma calculatrice en C :
Le programme principal :
- include <stdio.h>
include <stdlib.h>
include <MLV/MLV_all.h>
include "grid.c"
include "expression.c"
- define WIDTH 320
define HEIGHT 400
define MAX_EXPR 64
void draw(grid g, char *expr)
{
MLV_clear_window(MLV_COLOR_WHITE);
drawGrid(g);
MLV_draw_text(10, 32, expr, MLV_COLOR_BLACK);
MLV_actualise_window();
}
void update(grid g)
{
int mouseX = 0;
int mouseY = 0;
char expr[MAX_EXPR];
int i = 0;
int op = 0;
int r;
button currentButton;
MLV_Event e;
MLV_Button_state buttonState;
draw(g, "");
do
{
e = MLV_get_event(NULL, NULL, NULL, NULL, NULL, &mouseX, &mouseY, NULL, &buttonState);
if(e == MLV_MOUSE_BUTTON && buttonState == MLV_PRESSED)
{
currentButton = getButtonByClick(mouseX, mouseY, g);
if(i < MAX_EXPR)
{
switch(op)
{
case 0:
{
if(currentButton.label == '+' || currentButton.label == '-' || currentButton.label == 'x' || currentButton.label == '/')
{
op = 1;
}
expr[i] = currentButton.label;
i++;
break;
}
case 1:
{
if(currentButton.label != '+' && currentButton.label != '-' && currentButton.label != 'x' && currentButton.label != '/')
{
expr[i] = currentButton.label;
i++;
}
if(currentButton.label == '=')
{
r = getExpressionResult(parseExpression(expr));
sprintf(expr, "%d", r);
op = 0;
i = strlen(expr);
printf("EXPR : %s\n", expr);
}
break;
}
default:
{
break;
}
}
}
}
draw(g, expr);
}
while(1);
}
int main()
{
const char *title = "[Calculatrice]";
grid g = createGrid(4, 4, 80, "1234567890+-/x=C");
MLV_create_window(title, "", WIDTH, HEIGHT);
update(g);
MLV_free_window();
exit(EXIT_SUCCESS);
}
Ahi le coding, comment je trouvais ça chiant au lycée, ça m'apprendra à écouter ma famille "gneu gneu t'es toujours sur ton ordi tu devrais travailler dans l'informatique"https://image.noelshack.com/fichiers/2018/10/1/1520260980-risitas94.png
HommeToxique8
2021-10-15 21:24:31
Le 15 octobre 2021 à 21:23:40 :
Je viens de me poser après un bon repashttps://image.noelshack.com/fichiers/2018/13/6/1522514843-risitasbouchef.png
Quel repas ? je regrette de ne pas avoir commandé un Burger Kinghttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
Pfirsiche
2021-10-15 21:24:42
Le 15 octobre 2021 à 21:24:11 :
Le 15 octobre 2021 à 21:23:35 :
Je dois faire un exo en sciences mais je suis nulle
qui étudie à 21h30 un vendredi soirhttps://image.noelshack.com/fichiers/2018/26/7/1530476579-reupjesus.png
J'ai plein de devoirs je suis en terminale
ouients
2021-10-15 21:24:53
Le 15 octobre 2021 à 21:20:28 :
Je fume, je suis sur mon toit
Je peux venir ?https://image.noelshack.com/fichiers/2019/49/6/1575739225-gngngngn.png