by dpf3
How to "reverse direction" of POSIX message queue in Linux?
|
|
[1 reply] : Why do you want to do this? Because the very real problem is how you ... (by salem c)
|
by Fumagalli
How to merge two makefiles?
|
|
[1 reply] : The complication is that you have different compiler flags for the two... (by kbw)
|
a.out file |
|
[4 replies] Last: Building off of what others have said, you can compile to foo and to b... (by newbieg)
|
E: Sub-process /usr/bin/dpkg returned an error code (1) |
|
[4 replies] Last: It would also help if you said what you were doing, ... give some cont... (by kbw)
|
by vittorioc98
Perplexity about TTY and PTY
|
|
[1 reply] : Yeah, the article doesn't say very much, and is implicitly misleading.... (by kbw)
|
tmp |
|
[7 replies] Last: as I understand here ,it not recomended to delete these files in the ... (by closed account Nwb4iNh0)
|
by colt
Gcc looking for lib dl in the wrong directory during 32bit configure execution.
|
|
[3 replies] Last: -dl should be in LDFLAGS, you left it out. It should be: CPPFLAGS="-... (by kbw)
|
by vittorioc98
Doubt about test constructs with aritmetic operations
|
|
[2 replies] Last: Zero is success, 1 is failure. The result of 1 means failure. That's... (by kbw)
|
by jinelcrimp8
Linux's slow HDR adoption
|
|
[no replies]
|
by Scott102
Which/What Application are you missing on Linux?
|
|
[1 reply] : A decent C++ websocket library based on asio would be nice. (by kbw)
|
by math1212
Operator overloading causes cout to not accept string inputs
|
|
[5 replies] Last: ostream& operator<<(ostream& out, const Poly &aPoly) { out << aPo... (by kbw)
|