This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
#include <unistd.h> | |
#include <oauth.h> | |
#include <curl/curl.h> | |
#include <ncurses.h> | |
#include <boost/date_time/posix_time/posix_time.hpp> | |
#include <boost/property_tree/ptree.hpp> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string> | |
#include <iostream> | |
#include <boost/property_tree/ptree.hpp> | |
#include <boost/property_tree/json_parser.hpp> | |
#include <boost/foreach.hpp> | |
using namespace std; | |
using namespace boost::property_tree; | |
const string jsonfile = "./twitter.json"; | |
/* Below code is only for streamit programming language to get int variables from parsed file. Because Streamit programming language only read int type |