Developing applications with XL C/C++

C/C++ application development consists of repeating cycles of editing, compiling and linking (by default a single step combined with compiling), and running.
Notes:
  1. Before you can use the compiler, you must first ensure that XL C/C++ is properly installed and configured. For more information see the XL C/C++ Installation Guide.
  2. To learn about writing C/C++ programs, refer to the XL C/C++ Language Reference.