Welcome To Snipplr


Everyone's Recent Snippets Tagged c++



« Prev 1 2
OpenCV Laplacian and Sobel Filters Implementation
0 816 posted 8 years ago by RicardoVarzim
Really, this is part of a set of classes that is stored in a Git repository and under MIT license. The function I'll expose is Circunscription::distributeSeats().
0 711 posted 8 years ago by garciacarmonaam
Do you know how to convert uint32_t in little endian to file like char array? I have a variable sumGlobalContentSum (in hex). Than i write in file dstFile. Value of sumGlobalContentSum is realy d1 when I write it out like cout << hex ... But when I w...
0 911 posted 9 years ago by Lukynn
template factory in modern c++ design
0 835 posted 9 years ago by dongwonkwak
remove all control characters in string
0 1138 posted 9 years ago by dongwonkwak
An C++ header using templates. Array implementation of binary tree.
0 754 posted 9 years ago by elvis_popovic
Glavni program koji služi za izvedbu binarnoga stabla te rad sa funkcijama binarnoga stabla.
0 682 posted 9 years ago by ivan_uzarevic
Zaglavlje sa funkcijama, izvedenih pomoću pokazivača, za rad sa binarnim stablom
0 634 posted 9 years ago by ivan_uzarevic
Zaglavlje sa funkcijama, izvedenih pomoću polja, za rad sa binarnim stablom
0 697 posted 9 years ago by ivan_uzarevic
Implementacija općenitog stabla prvo dijete - sljedeći brat pomoću polja
0 603 posted 9 years ago by mateocindric
Program za izvođenje općenitog stabla (prvo dijete - sljedeći brat) za 4. zadatak iz kolegija Strukture podataka
0 740 posted 9 years ago by ivan_uzarevic
Hey Guys, This is a short and straightforward article (or let’s say „tip” or „mini-review”) that presents how to send SMS messages from your own C++ (Cpp / C plus plus) application through HTTP. You will see, it is gonna be really easy....
0 1769 posted 9 years ago by Gupta86
Initializing an array in C++
0 871 posted 9 years ago by lpiaitdepok
If you are using c++/cli or UnmanagedExports, this is a useful way to share enum int values between c++ and c# code/DLLs without worrying about duplicated code going out of date.
0 1106 posted 9 years ago by xXxPizzaBreakfastxXx
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 702 posted 10 years ago by naveenrn
http://sortwithprimes.webs.com/ Deeper description on how it works.
0 680 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 860 posted 11 years ago by eiger824
A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.
0 5344 posted 11 years ago by eiger824
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
pripadajuca biblioteka za implementaciju ATP liste preko pokazivaca
0 519 posted 11 years ago by Lovro_P
Biblioteka koju sam koristio za riješenje 1. zadatka iz kolegija strukture podataka
0 493 posted 11 years ago by Bozidar
Implementacija liste pomocu polja
0 530 posted 11 years ago by marcelic
zadatak za SP
0 586 posted 11 years ago by mhudince
zadatak za Sp
0 539 posted 11 years ago by mhudince
zadatak 1 za SP
0 533 posted 11 years ago by mhudince
An example showing how to solve the memory leak problem in constructor
0 525 posted 12 years ago by huanglx
Rad liječničke ordinacije
0 464 posted 12 years ago by mavukusic9
Simulacija reda u liječničkoj ordinaciji - red_pokazivaci.h
0 431 posted 12 years ago by kdomic
« Prev 1 2