Skip to content

Latest commit

 

History

History

cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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