leonardogagliano / prime-numbers-generator

An algorithm to display the prime numbers within a specified range.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prime-numbers-generator

Status : Finished ✔️ (for now)

A prime numbers generator coded with C++. It finds the primes between a specified range and registers them in a '.txt' file.

Components

File About Features
main.exe Introduces the program, gets the number range, finds the primes and register them in 'primes.txt'
  • stdio.h
  • windows.h
  • fstream
primes.txt Register the prime numbers finded. -

About

An algorithm to display the prime numbers within a specified range.

License:MIT License


Languages

Language:C++ 100.0%