graphique en C++

graphique en C++ - C++ - Programmation

Marsh Posté le 31-03-2005 à 15:35:53    

Comment peut on afficher un tableau graphiquement? :bounce:

Reply

Marsh Posté le 31-03-2005 à 15:35:53   

Reply

Marsh Posté le 31-03-2005 à 16:50:54    

seboxys a écrit :

Comment peut on afficher un tableau graphiquement? :bounce:


Comme ça:


#include <iostream>
int main()
{
std::cout <<  
"╔══════╦═════╗\n"
"║ Tabl ║ eau ║\n"
"╠══════╬═════╣\n"
"║ en   ║ C++ ║\n"
"╚══════╩═════╝\n" << std::endl;
}


Message édité par Lam's le 31-03-2005 à 16:52:07
Reply

Marsh Posté le 01-04-2005 à 07:29:05    

ok mais je voudrais l'afficher dans une fenetre graphique

Reply

Marsh Posté le 01-04-2005 à 08:47:30    

Quel système, quel toolkit ?

Reply

Marsh Posté le 01-04-2005 à 09:11:34    

sous unix, avec n'importe quel toolkit

Reply

Marsh Posté le 01-04-2005 à 09:41:06    

Avec Motif ?


---------------
Slack powa | http://www.racingpneu.com
Reply

Marsh Posté le 01-04-2005 à 09:42:31    

Avec Qt (GPL) dans une QTable...


---------------
FAQ fclc++ - FAQ C++ - C++ FAQ Lite
Reply

Marsh Posté le 01-04-2005 à 09:43:44    

Lam's a écrit :

Comme ça:


#include <iostream>
int main()
{
std::cout <<  
"╔══════╦═════╗\n"
"║ Tabl ║ eau ║\n"
"╠══════╬═════╣\n"
"║ en   ║ C++ ║\n"
"╚══════╩═════╝\n" << std::endl;
}



xD :lol:

Reply

Marsh Posté le 01-04-2005 à 10:03:03    

ok merci

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed