Community
Fusion API and Scripts
Got a new add-in to share? Need something specialized to be scripted? Ask questions or share what you’ve discovered with the community.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to add standard library to a C++ project

1 REPLY 1
Reply
Message 1 of 2
maurizio_manzi
136 Views, 1 Reply

How to add standard library to a C++ project

Hello,

I need to add c++ standard librarys to my Fusion-C++-Project, as <ctime> or <iostream>,
but #include <std::ctime.h> or #include <ctime.h> don't works.

Best regards

Maurizio

 

1 REPLY 1
Message 2 of 2
pezidek
in reply to: maurizio_manzi

Hi,

I am using for developing MS Visual Studio and using 

#include <ctime>

or 

 #include <iostream>

works for me. Do you have install support for developing applications in C++ in MS Visual Studio?

 

Petr

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report