Tag: cpf

shape
shape
shape
shape
shape
shape
shape
shape
Standard

Algorithm to Generate CPF

In Brazil, each individual has a unique and definitive CPF (Cadastro de Pessoas Físicas) registration number, which identifies him or her to the Internal Revenue Service. This registration number is made up of 9 digits, grouped 3 by 3. For example, 313.402.809-30. The CPF is validated through the verifying digits, which are the last 2

Standard

Valid CPF generator in C/C++ with Source

Simple CPF generator in C/C++. created by me with source code and download below: Download: CPF Generator Source code: #include ; #include ; #include ; using namespace std; int main() { int vet[11], n, vet_v1[] = {10, 9, 8, 7, 6, 5, 4, 3, 2}, vet_v2[] = {11, 10, 9, 8, 7, 6, 5, 4,

Latest news

Latest news directly from our blog.