Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'liste'

1708679 - wordpress kategorilerdeki yazila: wordpress liste kategori yaz
  1. <?php echo "";
  2.                 global $post;
  3.                 $myposts = get_posts("numberposts=1&category=114");
  4.                 foreach($myposts as $post) :
  5.                     setup_postdata($post);?>
  6.                     <div class="post">
  7.                     <h2><?php the_title(); ?></h2>
  8.                     <div class="entry"><?php the_excerpt(); ?></div>
  9.  
1344989 - Popescu Ionut: c liste simplu inlantuite alocare dinamica
  1. // Liste simplu inlantuite - Alocare dinamica
  2. // Autor: Popescu Ionut
  3. // http://www.rstcenter.com
  4.  
  5. #include<iostream.h>
  6.  
  7. // Structura in care memoram nodurile
  8.  
  9.  
worth-right