Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 361 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 361 Bytes

C++

Update the Code

Replace the placeholder code such as DEEPGRAM_API_KEY with your own information.

Compile the Code

Compile the code in the folder by running the following.

# g++ -o <FILENAME> <FILENAME>.cpp -lcurl
g++ -o cplus_local cplus_local.cpp -lcurl

Run the Files

Run the file:

# ./<FILENAME>
./cplus_local