Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How do I find out what libraries I can use?

0 votes
asked Dec 9, 2018 by anonymous
I use numpy for arrays but I don't know what else I can use ...

1 Answer

0 votes
answered Dec 13, 2018 by WILLIAM CAREY (320 points)

https://www.onlinegdb.com/faq

if you're using C++, you can use ncurses, lapack, and boost. if you're using C, only ncurses and lapack.

Obviously you can use anything standard to C++ or C, respectively.

Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...