stl string avec vc++ - Programmation
Marsh Posté le 14-06-2002 à 19:51:29
pourquoi il me dit qu'il connait pas le type string #include <string.h> void main() { string test; test="allo"; }
Marsh Posté le 14-06-2002 à 20:02:49
#include <string> // sans .h using namespace std // je sais plus si il faut un ";" à la fin
Marsh Posté le 15-06-2002 à 01:37:26
oui, il faut un ;
Make sure you enter the(*)required information where indicate.HTML code is not allowed
Marsh Posté le 14-06-2002 à 19:51:29
pourquoi il me dit qu'il connait pas le type string
#include <string.h>
void main()
{
string test;
test="allo";
}
---------------
Borland rulez: http://pages.infinit.net/borland