Skip to content

  • Home

Author: admin

create a variable type that is renamed from another in c

October 17, 2025
 |  No Comments
 |  C, information, typedef
in the .c file after the #include: example: String is an alias for char*, that is, a syntactical replacement To create a variable: It is […]

create command to clean the project and compile the files automatically in c

October 16, 2025
 |  No Comments
 |  information
The best alternative is “makefile” or “cmake”, but here you will create commands in case you don’t want to use them. For this you must […]

preprocessor in c

October 15, 2025
 |  No Comments
 |  C, information, preprocessor, preprocessor-directives
When you translate the source code in .c you transform it into machine code When creating an executable from a C file, there are 2 […]

nomenclatures in programming languages

October 14, 2025
 |  No Comments
 |  C, information, java, python
Java uses case in its abcDef functions (camelcase) Camel Case (or Camel Notation) is the standard and mandatory naming convention in Java syntax for naming […]

programming language, assembly language, and machine language

 |  No Comments
 |  C, information, java, python
Machine language is a sequence of binary numbers (bits), that is, zeros and ones (0s and 1s) Each set of zeros and ones represents a […]

Posts navigation

Back 1 … 17 18 19 20 21 … 49 Next

Categories

Theme By SKT Minimal