Welcome To Snipplr


Everyone's Recent C++ Snippets



Delete all sheets in a Google Drive Spreadsheet by name/active spreadsheet
0 642 posted 9 years ago by slvakumr
Check if a file exists in Google Drive
0 973 posted 9 years ago by slvakumr
Returns the Mime Types of documents used by google
0 630 posted 9 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 780 posted 9 years ago by my-classes
binarno stablo header pokazivac
0 480 posted 10 years ago by Dragana_Mlikota
binarno stablo header polje
0 557 posted 10 years ago by Dragana_Mlikota
Implementacija binarnog stabla pomoću funkcija koristeći pokazivače.
0 504 posted 10 years ago by AOT_code
Implementacija binarnog stabla koristeći se poljem.
0 532 posted 10 years ago by AOT_code
Swap strings in C++
0 637 posted 10 years ago by Sadeveloper
The Bankers Algorithm Implementation using the process scheduling and UNIX pipes usage
0 704 posted 10 years ago by naveenrn
http://sortwithprimes.webs.com/ Deeper description on how it works.
0 681 posted 10 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 616 posted 11 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 861 posted 11 years ago by eiger824
A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.
0 5350 posted 11 years ago by eiger824
zadatak iz SP-a
0 636 posted 11 years ago by idurlen1
Really DP-lite. Memoize the solution for a recursive problem so it can be looked up on subsequent iterations.
0 1542 posted 11 years ago by rtperson
Main funkcija realizacije 1. zadatka.
0 457 posted 11 years ago by PedjaCacic
Zaglavlje s implementacijom funkcija pomoću pokazivača
0 504 posted 11 years ago by Jurij
zaglavlje s funkcijama implementiranim kroz polje
0 542 posted 11 years ago by Jurij
main dio programa za prvi zadatak
0 477 posted 11 years ago by Jurij
Prvi zadatak; biblioteke (lista_poazivac.h, lista_polje.h), glavni program
0 456 posted 11 years ago by Dhorvat
Zaglavlje za pokazivace
0 531 posted 11 years ago by ihontic
Implementacija liste pomocu pokazivaca
1 661 posted 11 years ago by ivadobrincic1
Glavni dio programa
0 568 posted 11 years ago by ivadobrincic1
Glavni dio programa za 1. zadatak iz kolegija "Strukture podataka"
1 585 posted 11 years ago by ivadobrincic1
Header lista_polje.h, implementacija liste pomoću polja
0 496 posted 11 years ago by markoaleric
Implementacija liste pomocu polja
0 488 posted 11 years ago by tsteyska
Implementacija liste pomocu pokazivaca
0 465 posted 11 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 491 posted 11 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 435 posted 11 years ago by Pvrbek