Ignore:
Timestamp:
Feb 7, 2009, 10:50:34 PM (17 years ago)
Author:
cmv
Message:

char* -> const char* pour regler les problemes de deprecated string const... + comparaison unsigned signed + suppression EVOL_PLANCK rz+cmv 07/02/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/Tests/tstppfwrapstl.cc

    r2659 r3572  
    3939    for(int k=0; k<SZV; k++) vw[k] = 3.141596*k;
    4040    #define MyNSC 6
    41     char * strcst[MyNSC] = { "Langage C++" , "Programmation Objet", "Calcul scientifique",
     41    const char * strcst[MyNSC] = { "Langage C++" , "Programmation Objet", "Calcul scientifique",
    4242                           "Librairie de classes", "SOPHYA", " et Java alors ?"};
    4343
Note: See TracChangeset for help on using the changeset viewer.