![]() |
C/C++, KDEVELOP |
|---|
BasicsProgram FlowFunctionsClasses and ObjectsX WindowKDevelop----------------- © Alfred Nussbaumer Updated: 09 December 2021 ----------------- |
Creating and Calling FunctionsIn all C/C++ programs we are using at least the function main(). If you want to use own functions you have to create it at first... First Example |