Skip to content

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

License

Notifications You must be signed in to change notification settings

leonardogagliano/prime-numbers-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages