Changes between Version 11 and Version 12 of VincentTrial
- Timestamp:
- May 6, 2005, 12:36:54 PM (21 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VincentTrial
v11 v12 34 34 cmt src 35 35 }}} 36 We see here that a directory tree has been created. We now create and writ ye our small "C++" program (main.cxx, hello.h and hello.cxx).[[BR]] We have:36 We see here that a directory tree has been created. We now create and writte our small "C++" program (main.cxx, hello.h and hello.cxx).[[BR]] We have: 37 37 {{{ 38 38 > more src/hello.h … … 91 91 }}} 92 92 93 Then to construct the executable, we need to specify within the "req irements" file in the cmt directory :93 Then to construct the executable, we need to specify within the "requirements" file in the cmt directory : 94 94 {{{ 95 95 > cd cmt
