I need to create a simple linked list, with 16 elements.
The struct is:
struct processo {
int pid;
struct processo *prox;
};
I need to create a list, with a pointer poiting to the first element, and the elements have the values 0-15.
How do I create the list?
I have to use malloc to...
I made a program that compiles and run at home.
Here in the university, the same program compiles but doesn't run.
It gives a message: 'Segmentation Fault (core dumped)' and a file called dump is created.
I only use the stdio.h and stdlib.h and I have tested the libraries before, and they...
Hi
How can I use a MySQL database with PHP?
How the MySQL works on the server?
Where I must put my files?
Can someone please send me an example source code to access a MySQL database?
I'm new to PHP...
thanks
Rolf
Hi, my name is Rolf and I'm from Brazil.<br><b>How can I make a program that ordain a list of numbers?<br>I need to do the same with strings. <br>You have a example of a source code that do this?</b><br>I use Arity.<br>Thank you<br>Rolf
Hi, my name is Rolf and I'm from Brazil.<br><b>How can I make a program that uses synchronized parallel processing?<br>Someone has source code with examples of using the threads to do this?<br>It must be synchronized. Like reading/writing in a buffer or other things like processing<br> fuel...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.