Welcome To Snipplr


Everyone's Recent C++ Snippets



Delete all sheets in a Google Drive Spreadsheet by name/active spreadsheet
0 950 posted 10 years ago by slvakumr
Check if a file exists in Google Drive
0 1323 posted 10 years ago by slvakumr
Returns the Mime Types of documents used by google
0 950 posted 10 years ago by slvakumr
A pretty simple example, that always replies 'Hello World!!' to the browser. The raw ROUTER socket is listening on tcp port 8080, so any browser that sends a request on port 8080 of localhost, will get back the response. The internal NanoMsg communic...
0 1087 posted 10 years ago by my-classes
binarno stablo header pokazivac
0 701 posted 11 years ago by Dragana_Mlikota
binarno stablo header polje
0 786 posted 11 years ago by Dragana_Mlikota
Implementacija binarnog stabla pomoću funkcija koristeći pokazivače.
0 801 posted 11 years ago by AOT_code
Implementacija binarnog stabla koristeći se poljem.
0 811 posted 11 years ago by AOT_code
Swap strings in C++
0 905 posted 11 years ago by Sadeveloper
The Bankers Algorithm Implementation using the process scheduling and UNIX pipes usage
0 1046 posted 11 years ago by naveenrn
http://sortwithprimes.webs.com/ Deeper description on how it works.
0 999 posted 11 years ago by Henkish_92
This piece of code is aimed to encrypt passwords, but this time it won't return a single character array, but a constantly-changing matrix which contains the password.
0 939 posted 12 years ago by eiger824
This is the second and last part of the encryption algorithm that I uploaded last week. It's the other-way-round program: it decrypts a password typed by user.
0 1163 posted 12 years ago by eiger824
A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.
0 6153 posted 12 years ago by eiger824
zadatak iz SP-a
0 886 posted 12 years ago by idurlen1
Really DP-lite. Memoize the solution for a recursive problem so it can be looked up on subsequent iterations.
0 1936 posted 12 years ago by rtperson
Main funkcija realizacije 1. zadatka.
0 653 posted 12 years ago by PedjaCacic
Zaglavlje s implementacijom funkcija pomoću pokazivača
0 820 posted 12 years ago by Jurij
zaglavlje s funkcijama implementiranim kroz polje
0 820 posted 12 years ago by Jurij
main dio programa za prvi zadatak
0 750 posted 12 years ago by Jurij
Prvi zadatak; biblioteke (lista_poazivac.h, lista_polje.h), glavni program
0 633 posted 12 years ago by Dhorvat
Zaglavlje za pokazivace
0 791 posted 12 years ago by ihontic
Implementacija liste pomocu pokazivaca
1 960 posted 12 years ago by ivadobrincic1
Glavni dio programa
0 858 posted 12 years ago by ivadobrincic1
Glavni dio programa za 1. zadatak iz kolegija "Strukture podataka"
1 863 posted 12 years ago by ivadobrincic1
Header lista_polje.h, implementacija liste pomoću polja
0 775 posted 12 years ago by markoaleric
Implementacija liste pomocu polja
0 720 posted 12 years ago by tsteyska
Implementacija liste pomocu pokazivaca
0 695 posted 12 years ago by tsteyska
Ovo je moja lista polja koju sam koristio u svom glavnom programu koja je implementirana kao lista pomoću polja
0 757 posted 12 years ago by Pvrbek
Ovaj program služi za evidenciju životinja (šifra životinja,vrsta,naziv,cijenu i datum dostave).Program je implementiran pomoću lista s pomoću pokazivača i pomoču polja koje smo stavili kao dvije različite datoteke zaglavlja s pomoću kojih...
0 653 posted 12 years ago by Pvrbek