FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

MSVC support by LucaCiucci · Pull Request #3 · martinruenz/gnuplot-cpp · GitHub

MSVC support - #3

Open
LucaCiucci wants to merge 3 commits into
martinruenz:masterfrom
LucaCiucci:master
Open

MSVC support#3
LucaCiucci wants to merge 3 commits into
martinruenz:masterfrom
LucaCiucci:master

Conversation

Copy link
Copy Markdown

Just created a macro for popen and pclose macro which are called _popen and _pclose for MSVC.

Comment thread include/gnuplot.h
#include <iostream>
#include <fstream>

#if defined(_MSC_VER) || defined(_WIN32)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

similar to gnuplot-iostream

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL