Skip to content

Semi automated constructor to generate structures in the C language, together with their constructors, getters and setters.

License

Notifications You must be signed in to change notification settings

caidevOficial/Java_StructureBuilder_forC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

caidevoficial

Poseidon Java

Structure Builder for C [Coded in Java].

Advanced improvement and development:

FacuFalcone - CaidevOficial [Java].

Idea:

Santiago Herrera Burgos [C Language].



private static String StartCourse(){
  String message = "Keep Learning and coding!";
	return message;
}

How to run it: ⤵️

First step: ⤵️

1 - Download and Install java from: JAVA

2 - You can download the last release from: Releases

Then: ⤵️

For windows users: 👨‍💻 👩‍💻

➡️ Just double-click on the 'CLICK-ME.bat' file in order to execute the '.jar' file.

For Linux users: 👨‍💻 👩‍💻

➡️ 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.

Advice: ⚠️

➡️ You need to have a LinkedList library to avoid errors in imports (Not included in this software).

Technologies used. 📌

Java 8

Java

License 📄

This proyect is under the License of: [GNU GENERAL PUBLIC LICENSE v3.0] - Read the file LICENSE.md for more details.

Where to find me: 🌎

Facu
🤴 Facu Falcone - Junior Dev
GitHub
LinkedIn
Invitame un café en cafecito.app
Buy Me a Coffee at ko-fi.com

About

Semi automated constructor to generate structures in the C language, together with their constructors, getters and setters.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages