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.
Login
Login
OnlineGDB Q&A
Questions
Unanswered
Tags
Ask a Question
Ask a Question
how to create library file?
+1
vote
asked
Mar 10, 2021
by
kunjal kanani
(
640
points)
Please
log in
or register to answer this question.
1 Answer
+1
vote
answered
Mar 11, 2021
by
Peter Minarik
(
101,360
points)
For Linux (using g++):
https://stackoverflow.com/questions/5947067/how-to-create-a-static-library-with-g
For Windows (using Visual Studio):
https://docs.microsoft.com/en-us/cpp/build/walkthrough-creating-and-using-a-static-library-cpp?view=msvc-160
ONlineGDB: I don't think that is possible. Why would you need a library for an OnlineGDB project anyway?
commented
Mar 11, 2021
by
KKN
(
1,110
points)
Why wouldn't you? They're so useful.
commented
Mar 12, 2021
by
kunjal kanani
(
640
points)
which word is use in place of flushall() ?
commented
Mar 15, 2021
by
Peter Minarik
(
101,360
points)
Online GBD is for micro-projects. Trying out something. For a small code there isn't much need to create a library that can be shared.
Please
log in
or register to add a comment.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and receive answers from other members of the community.
...