Welcome To Snipplr


Everyone's Recent C++ Snippets



Delete all sheets in a Google Drive Spreadsheet by name/active spreadsheet
0 663 posted 9 years ago by slvakumr
Check if a file exists in Google Drive
0 998 posted 9 years ago by slvakumr
Returns the Mime Types of documents used by google
0 659 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 805 posted 10 years ago by my-classes
binarno stablo header pokazivac
0 493 posted 10 years ago by Dragana_Mlikota
binarno stablo header polje
0 572 posted 10 years ago by Dragana_Mlikota
Implementacija binarnog stabla pomoću funkcija koristeći pokazivače.
0 526 posted 10 years ago by AOT_code
Implementacija binarnog stabla koristeći se poljem.
0 549 posted 10 years ago by AOT_code
Swap strings in C++
0 651 posted 10 years ago by Sadeveloper
The Bankers Algorithm Implementation using the process scheduling and UNIX pipes usage
0 723 posted 10 years ago by naveenrn
http://sortwithprimes.webs.com/ Deeper description on how it works.
0 696 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 639 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 877 posted 11 years ago by eiger824
A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.
0 5395 posted 11 years ago by eiger824
zadatak iz SP-a
0 655 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 1564 posted 11 years ago by rtperson
Main funkcija realizacije 1. zadatka.
0 468 posted 11 years ago by PedjaCacic
Zaglavlje s implementacijom funkcija pomoću pokazivača
0 518 posted 11 years ago by Jurij
zaglavlje s funkcijama implementiranim kroz polje
0 555 posted 11 years ago by Jurij
main dio programa za prvi zadatak
0 490 posted 11 years ago by Jurij
Prvi zadatak; biblioteke (lista_poazivac.h, lista_polje.h), glavni program
0 467 posted 11 years ago by Dhorvat
Zaglavlje za pokazivace
0 545 posted 11 years ago by ihontic
Implementacija liste pomocu pokazivaca
1 681 posted 11 years ago by ivadobrincic1
Glavni dio programa
0 590 posted 11 years ago by ivadobrincic1
Glavni dio programa za 1. zadatak iz kolegija "Strukture podataka"
1 607 posted 11 years ago by ivadobrincic1
Header lista_polje.h, implementacija liste pomoću polja
0 519 posted 11 years ago by markoaleric
Implementacija liste pomocu polja
0 502 posted 11 years ago by tsteyska
Implementacija liste pomocu pokazivaca
0 478 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 508 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 451 posted 11 years ago by Pvrbek