Jump to content
!_30

l33t 1337 coder ( TUI mode )

Recommended Posts

Am scris aici un mic programel , care translateaza cuvinte mici ( inca ) in limbajul 1337 . Acesta este facut majoritar cu ncurses , o interfata draguta ( colorata ) in modul text ( shell *NIX sau DOS ).

Inca nu e versiunea finala , deoarece mai are probleme la design , adaptabilitate cu shell-ul si inca niste chestii.Daca vreti sa-l incercati recomandat numai pe un singur cuvant sa fie translatat ( mai mic de 20 de caractere .. ) , ca apoi strica designu predefinit , si sa aveti shell-ul pe care il rulati cat mai mare ( ca dimensiuni lungime-inaltime).

Repet , codul nu e final ( daca cautati gasiti multe erori ).

gcc -o <program name > source.c -lncurses

#include <stdio.h>

#include <stdlib.h>

#include <strings.h>

#include <ncurses.h>

int

main

(int argc, char *argv[])

{

WINDOW *win;

initscr();

start_color();

raw();

int i,c,a,b;

getmaxyx(stdscr,a,B);

char *lower[26]={"4","8","

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...