Hi gud day! Anybody who knows how to save a file to /usr/include in the terminal? Suppose I will save a file named hello.h to the said directory, what would I do in the terminal? thank you very much....
squinx22 -3 Junior Poster in Training
Recommended Answers
Jump to PostIf you're doing this (putting your own header files in /usr/include) just to avoid having to specify -I parameters on the compiler command line, then you need to reconsider your approach.
Polluting /usr/include with a bunch of project specific header files will surely come unstuck in a big way …
All 4 Replies
John A 1,896 Vampirical Lurker Team Colleague
squinx22 -3 Junior Poster in Training
Salem 5,265 Posting Sage
ndeniche 402 Posting Virtuoso Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.