Welcome To Snipplr


Everyone's Recent C++ Snippets



Delete all sheets in a Google Drive Spreadsheet by name/active spreadsheet
0 659 posted 9 years ago by slvakumr
Check if a file exists in Google Drive
0 993 posted 9 years ago by slvakumr
Returns the Mime Types of documents used by google
0 653 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 797 posted 10 years ago by my-classes
binarno stablo header pokazivac
0 491 posted 10 years ago by Dragana_Mlikota
binarno stablo header polje
0 568 posted 10 years ago by Dragana_Mlikota
Implementacija binarnog stabla pomoću funkcija koristeći pokazivače.
0 521 posted 10 years ago by AOT_code
Implementacija binarnog stabla koristeći se poljem.
0 544 posted 10 years ago by AOT_code
Swap strings in C++
0 647 posted 10 years ago by Sadeveloper
The Bankers Algorithm Implementation using the process scheduling and UNIX pipes usage
0 721 posted 10 years ago by naveenrn
http://sortwithprimes.webs.com/ Deeper description on how it works.
0 691 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 634 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 872 posted 11 years ago by eiger824
A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.
0 5387 posted 11 years ago by eiger824
zadatak iz SP-a
0 650 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 1559 posted 11 years ago by rtperson
Main funkcija realizacije 1. zadatka.
0 464 posted 11 years ago by PedjaCacic
Zaglavlje s implementacijom funkcija pomoću pokazivača
0 515 posted 11 years ago by Jurij
zaglavlje s funkcijama implementiranim kroz polje
0 553 posted 11 years ago by Jurij
main dio programa za prvi zadatak
0 488 posted 11 years ago by Jurij
Prvi zadatak; biblioteke (lista_poazivac.h, lista_polje.h), glavni program
0 465 posted 11 years ago by Dhorvat
Zaglavlje za pokazivace
0 541 posted 11 years ago by ihontic
Implementacija liste pomocu pokazivaca
1 675 posted 11 years ago by ivadobrincic1
Glavni dio programa
0 584 posted 11 years ago by ivadobrincic1
Glavni dio programa za 1. zadatak iz kolegija "Strukture podataka"
1 601 posted 11 years ago by ivadobrincic1
Header lista_polje.h, implementacija liste pomoću polja
0 515 posted 11 years ago by markoaleric
Implementacija liste pomocu polja
0 499 posted 11 years ago by tsteyska
Implementacija liste pomocu pokazivaca
0 475 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 505 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 447 posted 11 years ago by Pvrbek