The cpp tag has no usage guidance.
1
vote
1answer
346 views
HDIO_GETGEO and HDIO_GET_IDENTITY in Linux using C++
Can anyone explain the core difference between HDIO_GETGEO and HDIO_GET_IDENTITY?
From the Linux documentation and this document titled: Summary of HDIO_ ioctl calls., I know that the former is for ...
1
vote
1answer
854 views
Installing and compiling log4cpp on Debian
How to install log4cpp framework package stored locally as tar.gz, and which file from that package to use for bulding. I read some articles on internet, but I'm getting stucked at this part:
./...
2
votes
2answers
750 views
Error compiling source code, possibly related to cpp
I am trying to compile some source code however when I enter the "make" command in the terminal it produces an error. From my limited understanding the problem seems to arise when the code attempts to ...