private static String StartCourse(){
String message = "Keep Learning and coding!";
return message;
}
1 - Download and Install java from: JAVA
2 - You can download the last release from: Releases
➡️ Just double-click on the 'CLICK-ME.bat' file in order to execute the '.jar' file.
➡️ Open you terminal in the directory of the '.jar' file and write:
java -jar StructureBuilder_forC_[V_1.0.3].jar
Once executed, the program will ask you to write the name of the structure, an alias to use in the comparison functions, getters and setters, as well as the names and types of parameters of the structure (could be one parameter or more of them ). Finally, it will create a file with extension '.C' where you will have the necessary functions for the structure as well as a file with extension '.H' with the headers of these functions.
➡️ You need to have a LinkedList library to avoid errors in imports (Not included in this software).
This proyect is under the License of: [GNU GENERAL PUBLIC LICENSE v3.0] - Read the file LICENSE.md for more details.
🤴 Facu Falcone - Junior Dev |
---|