-6

Am having trouble using the Conio library in my code blocks IDE while doing c++ code. Am using Windows 8.1. To be specific i need to use conio library functions for my c and c++ programs but the header file is not available.am looking for a link or address to download the library.

Samuel Owino
  • 747
  • 1
  • 12
  • 24

1 Answers1

0

Assuming you are using MinGW you could download this implementation.

Raúl Roa
  • 12,061
  • 13
  • 49
  • 64