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 IamaSherpa 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: *

  • Users: nugie
  • Order by date
  1. nugie

    Troubleshooting PDF export

    Hi, We've been having oodles of trouble making PDFs from pagemaker files for our magazine. Scouring information sources, we've finally been able to make them, IF we don't make a booklet first. But we must. Has anyone run across anything that would help us troubleshoot this problem? Errors and...
  2. nugie

    pointer to array of structures

    Try this: struct A{ int i; }; void main() { struct A *a1; int array_size=10; a1 = malloc(array_size*sizeof(struct A)) }

Part and Inventory Search

Back
Top