Welcome To Snipplr


Everyone's Recent C++ Snippets



Delete all sheets in a Google Drive Spreadsheet by name/active spreadsheet
0 559 posted 9 years ago by slvakumr
Check if a file exists in Google Drive
0 885 posted 9 years ago by slvakumr
Returns the Mime Types of documents used by google
0 536 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 690 posted 9 years ago by my-classes
binarno stablo header pokazivac
0 425 posted 9 years ago by Dragana_Mlikota
binarno stablo header polje
0 479 posted 9 years ago by Dragana_Mlikota
Implementacija binarnog stabla pomoću funkcija koristeći pokazivače.
0 448 posted 9 years ago by AOT_code
Implementacija binarnog stabla koristeći se poljem.
0 477 posted 9 years ago by AOT_code
Swap strings in C++
0 561 posted 9 years ago by Sadeveloper
The Bankers Algorithm Implementation using the process scheduling and UNIX pipes usage
0 634 posted 10 years ago by naveenrn
http://sortwithprimes.webs.com/ Deeper description on how it works.
0 612 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 543 posted 10 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 780 posted 10 years ago by eiger824
A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.
0 5050 posted 10 years ago by eiger824
zadatak iz SP-a
0 561 posted 10 years ago by idurlen1
Really DP-lite. Memoize the solution for a recursive problem so it can be looked up on subsequent iterations.
0 1434 posted 10 years ago by rtperson
Main funkcija realizacije 1. zadatka.
0 411 posted 11 years ago by PedjaCacic
Zaglavlje s implementacijom funkcija pomoću pokazivača
0 450 posted 11 years ago by Jurij
zaglavlje s funkcijama implementiranim kroz polje
0 479 posted 11 years ago by Jurij
main dio programa za prvi zadatak
0 432 posted 11 years ago by Jurij
Prvi zadatak; biblioteke (lista_poazivac.h, lista_polje.h), glavni program
0 410 posted 11 years ago by Dhorvat
Zaglavlje za pokazivace
0 480 posted 11 years ago by ihontic
Implementacija liste pomocu pokazivaca
1 600 posted 11 years ago by ivadobrincic1
Glavni dio programa
0 502 posted 11 years ago by ivadobrincic1
Glavni dio programa za 1. zadatak iz kolegija "Strukture podataka"
1 526 posted 11 years ago by ivadobrincic1
Header lista_polje.h, implementacija liste pomoću polja
0 445 posted 11 years ago by markoaleric
Implementacija liste pomocu polja
0 428 posted 11 years ago by tsteyska
Implementacija liste pomocu pokazivaca
0 414 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 447 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 395 posted 11 years ago by Pvrbek