[b]Git Hub[/b]
[b]Standalone[/b]
[b]pointer variable[/b]
[b]main tests[/b]
[b]variable names[/b]
[b]learn[/b]
- Adding updates to git hub, organizing is a bit confusing. (the code update from the books is still on working...)
https://github.com/saintsoftware/the-box
- all programs will be in a stand alone format, so its easy to to work on them it out affecting all other programs. Now we can start using them as soon as some code is in there.
---- standalone/links.c ; etc...
- A update on the pointer definition
[code]type define * ptr.[/code]
The pointer abbreviation already exist is [u]ptr[/u], defining pointers as a asterisk : " * " ; look a bit weird. and most if not all languages have adopted the "int" "char" 3 letter abbreviations for variables types.
[code]int ptr integer1
char ptr character1[/code]
on --- includes/macros.h
- separating main for tests and for code.
main_ut, main, main_help_info. (maybe only 1 main for tests will see lather)
- adding a bit updates also do function names.
maybe adopting C abbreviations for them. (will see how it goes)
[code]f_count_chars();
f_count_lines();[/code]
f -> file
c -> character
i -> integer
etc...
used in C as "uint" -> unsigned int
- Also adding a learn folder
A folder width all the examples we can find or are relevant to work and develop width C.
some stuff is in Portuguese if have any problems use google translate.
Friday, June 2, 2023
Stand alone progs
Subscribe to:
Post Comments (Atom)
hi
DTR 1.x working version
DTR is live and running!! think can say in a solid way this is a 1.X working version of it. have all my data files in it now. this is ho...

-
Personal tastes All come down to personal preferences, we can't control all things. This style works, it have it's positive and ne...
-
SQL_connection = db_conection; SQL_db = the box; SQL_rows = user_name, user_id; SQL_ext = mysql; SQL_command = select; SQL_amount = *; SQL_r...
-
If you do not believe me that is easy to work width Python take a look at this video, how easy is to set up things up.
No comments:
Post a Comment