Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rolfjf

    i have to use malloc?

    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...
  2. rolfjf

    work in dos, but not in linux

    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...
  3. rolfjf

    MySQL help

    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
  4. rolfjf

    free PHP hosting

    Someone knows a free PHP host service?
  5. rolfjf

    ewebcity/brinkster

    It will not change?
  6. rolfjf

    ewebcity/brinkster

    Hi The www.ewebcity.com has changed it's name. I'm a ewebcity user. What happened to me? My address changed?
  7. rolfjf

    ordain lists

    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
  8. rolfjf

    synchronized threads

    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>&nbsp;fuel...

Part and Inventory Search

Back
Top