by nando88
Send and receive data through serial port In linux
|
|
[1 reply] : On Linux, and UNIX, most devices can be thought of as files, and as su... (by koothkeeper)
|
by nando88
Battery Info
|
|
[2 replies] Last: And yet another more elegant option is to use D-Bus. See what you can ... (by deu439)
|
by nando88
Shared Libraries
|
|
[no replies]
|
by nando88
Application distributable
|
|
[2 replies] Last: Is there a way to make different distributable packages for the differ... (by nando88)
|
by Ema
Please help me!!! it is an urgent, what are the smallest floating-point numbers in c++ and java?
|
|
[1 reply] : [quote=Ema]Please, can anyone tell me what are the smallest floating-p... (by LB)
|
by csstudent123
Essentials of Linux
|
|
[4 replies] Last: thanks..much clear....I did for user xyz: UID PID PPID C STIME TTY ... (by csstudent123)
|
by manishthatte
Install Stanford libraries...
|
|
[no replies]
|
by NeoMorpheus
PThread, BOOST:Thread and C++11 Thread comparison
|
|
[3 replies] Last: AFAIK C++ STL and Boost threads are largely interchangable, since the ... (by Disch)
|
by MacC
Unicode Terminal
|
|
[2 replies] Last: This looks like a more comprehensive answer. https://stackoverflow.com... (by kbw)
|
by csstudent123
Piping and C
|
|
[7 replies] Last: -b bytes -w words -l lines In other words, the argument tells which ... (by keskiverto)
|
by sadelbrid
Multithreading Seg fault
|
|
[1 reply] : First of all, please check your return codes. Also, why are you cre... (by koothkeeper)
|
by GiuspeCar
Change of the locale
|
|
[no replies]
|
by Damian
what does '...' mean in c/c++?
|
|
[2 replies] Last: LB is correct OP, however just so you are aware, the ellipsis operator... (by Little Bobby Tables)
|
by ApacheOmega
C/C++ with bash/UNIX Tutorials
|
|
[4 replies] Last: Automation is best done in Bash on Unix, not C++. ummm i wouldnt s... (by Little Bobby Tables)
|
by ok97465
Check Leak using VmData
|
|
[2 replies] Last: valgrind is a good tool to check memleak~ (by Damian)
|
by ashlclm
need help understanding makefile
|
|
[10 replies] Last: ok, well, to each his own. I use cmake because I was able to write a ... (by IWishIKnew)
|
by jmadsen
OpenGL/X11 rendering problem using Qt QGLWidget on Ubuntu
|
|
[no replies]
|
by macl229
Linked List with a node using push_back
|
|
[2 replies] Last: put your code in proper format (by ButchCavendish)
|
by Paul Sweeney
g++ compiler does not include header file
|
|
[1 reply] : > these functions are defined in a header file your header file contai... (by ne555)
|
by merlin111
check result from DB if value exists
|
|
[1 reply] : What are you doing? The manual states that getInt() returns an int h... (by keskiverto)
|