Welcome To Snipplr


Everyone's Recent Snippets Tagged c++



« Prev 1 2
OpenCV Laplacian and Sobel Filters Implementation
0 1138 posted 9 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 1031 posted 9 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 1314 posted 10 years ago by Lukynn
template factory in modern c++ design
0 1170 posted 10 years ago by dongwonkwak
remove all control characters in string
0 1563 posted 10 years ago by dongwonkwak
An C++ header using templates. Array implementation of binary tree.
0 1100 posted 10 years ago by elvis_popovic
Glavni program koji služi za izvedbu binarnoga stabla te rad sa funkcijama binarnoga stabla.
0 961 posted 10 years ago by ivan_uzarevic
Zaglavlje sa funkcijama, izvedenih pomoću pokazivača, za rad sa binarnim stablom
0 910 posted 10 years ago by ivan_uzarevic
Zaglavlje sa funkcijama, izvedenih pomoću polja, za rad sa binarnim stablom
0 1014 posted 10 years ago by ivan_uzarevic
Implementacija općenitog stabla prvo dijete - sljedeći brat pomoću polja
0 874 posted 10 years ago by mateocindric
Program za izvođenje općenitog stabla (prvo dijete - sljedeći brat) za 4. zadatak iz kolegija Strukture podataka
0 1100 posted 10 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 2266 posted 10 years ago by Gupta86
Initializing an array in C++
0 1219 posted 10 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 1473 posted 10 years ago by xXxPizzaBreakfastxXx
Swap strings in C++
0 894 posted 11 years ago by Sadeveloper
The Bankers Algorithm Implementation using the process scheduling and UNIX pipes usage
0 1012 posted 11 years ago by naveenrn
http://sortwithprimes.webs.com/ Deeper description on how it works.
0 974 posted 11 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 923 posted 12 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 1151 posted 12 years ago by eiger824
A C++ algorithm which encrypts an alphanumeric password, asking the user to choose the encryption level.
0 6127 posted 12 years ago by eiger824
Really DP-lite. Memoize the solution for a recursive problem so it can be looked up on subsequent iterations.
0 1909 posted 12 years ago by rtperson
pripadajuca biblioteka za implementaciju ATP liste preko pokazivaca
0 761 posted 12 years ago by Lovro_P
Biblioteka koju sam koristio za riješenje 1. zadatka iz kolegija strukture podataka
0 699 posted 12 years ago by Bozidar
Implementacija liste pomocu polja
0 761 posted 12 years ago by marcelic
zadatak za SP
0 858 posted 12 years ago by mhudince
zadatak za Sp
0 794 posted 12 years ago by mhudince
zadatak 1 za SP
0 806 posted 12 years ago by mhudince
An example showing how to solve the memory leak problem in constructor
0 757 posted 13 years ago by huanglx
Rad liječničke ordinacije
0 707 posted 13 years ago by mavukusic9
Simulacija reda u liječničkoj ordinaciji - red_pokazivaci.h
0 631 posted 13 years ago by kdomic
« Prev 1 2