Wednesday, March 6, 2024

Facebook Page

  See if we can have some community around the software with a Facebook page : https://www.facebook.com/The-Box-101342814696181/?modal=admin_todo_tour


Added a couple more tools like the encrypt and links manager tools for example : to not have links running around company's and probably hackers exploit a lot the information on the users. This will allow to have things protected inside the computer even if some one hack the computer cant access the information that easy.

the encrypt.c tool will be in the folder "tools".

Also now all tools or topics have tutorials on the top of the page for example :

the encrypt tool "encrypt.c" :

// http://www.trytoprogram.com/c-examples/c-program-to-encrypt-and-decrypt-string/

A tutorial on how to encrypt

the projects tool "projects.c" :

//#include <stdio.h>

//#include "application_structures\file.h";

// https://www.tutorialspoint.com/c_standard_library/c_function_getchar.htm

// https://www.tutorialspoint.com/c_standard_library/c_function_gets.htm

// https://www.tutorialspoint.com/c_standard_library/c_function_scanf.htm

// https://www.tutorialspoint.com/cprogramming/c_pointers.htm

// https://www.tutorialspoint.com/c_standard_library/c_function_fprintf.htm

// https://www.tutorialspoint.com/c_standard_library/c_function_fputs.htm


// https://www.tutorialspoint.com/cprogramming/c_file_io.htm  file open

// https://www.tutorialspoint.com/c_standard_library/c_function_strtok.htm explode

/*
https://www.w3resource.com/c-programming-exercises/linked_list/c-linked_list-exercise-1.php
https://www.dummies.com/programming/c/how-to-create-a-linked-list-in-c-programming/
*/

It detail all functions used to make it work.

----

This will make very easy to follow and to grab the code, which is very hard in most projects.

No comments:

Post a Comment

m

 The MVC or separete logic from presentation. is a well knowned paradigm.  Its knowned that MVC Frameworks implemented the Model View Contro...