by nando88
Send and receive data through serial port In linux
|
|
Mar 27, 2015 at 8:13pm
[1 reply] : On Linux, and UNIX, most devices can be thought of as files, and as su... (by koothkeeper)
|
by nando88
Battery Info
|
|
Mar 26, 2015 at 12:14pm
[2 replies] Last: And yet another more elegant option is to use D-Bus. See what you can ... (by deu439)
|
by nando88
Shared Libraries
|
|
Mar 26, 2015 at 12:35am
[no replies]
|
by nando88
Application distributable
|
|
Mar 24, 2015 at 11:49pm
[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?
|
|
Mar 23, 2015 at 7:29pm
[1 reply] : [quote=Ema]Please, can anyone tell me what are the smallest floating-p... (by LB)
|
by csstudent123
Essentials of Linux
|
|
Mar 22, 2015 at 12:04pm
[4 replies] Last: thanks..much clear....I did for user xyz: UID PID PPID C STIME TTY ... (by csstudent123)
|
by manishthatte
Install Stanford libraries...
|
|
Mar 21, 2015 at 11:52pm
[no replies]
|
by NeoMorpheus
PThread, BOOST:Thread and C++11 Thread comparison
|
|
Mar 20, 2015 at 11:51pm
[3 replies] Last: AFAIK C++ STL and Boost threads are largely interchangable, since the ... (by Disch)
|
by MacC
Unicode Terminal
|
|
Mar 20, 2015 at 9:03pm
[2 replies] Last: This looks like a more comprehensive answer. https://stackoverflow.com... (by kbw)
|
by csstudent123
Piping and C
|
|
Mar 18, 2015 at 3:31pm
[7 replies] Last: -b bytes -w words -l lines In other words, the argument tells which ... (by keskiverto)
|
by sadelbrid
Multithreading Seg fault
|
|
Mar 17, 2015 at 5:11pm
[1 reply] : First of all, please check your return codes. Also, why are you cre... (by koothkeeper)
|
by GiuspeCar
Change of the locale
|
|
Mar 13, 2015 at 11:06am
[no replies]
|
by Damian
what does '...' mean in c/c++?
|
|
Mar 9, 2015 at 9:49pm
[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
|
|
Mar 9, 2015 at 9:47pm
[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
|
|
Mar 9, 2015 at 8:14am
[2 replies] Last: valgrind is a good tool to check memleak~ (by Damian)
|
by ashlclm
need help understanding makefile
|
|
Mar 6, 2015 at 12:37am
[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
|
|
Mar 5, 2015 at 7:10pm
[no replies]
|
by macl229
Linked List with a node using push_back
|
|
Mar 4, 2015 at 9:18pm
[2 replies] Last: put your code in proper format (by ButchCavendish)
|
by Paul Sweeney
g++ compiler does not include header file
|
|
Mar 4, 2015 at 1:54am
[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
|
|
Mar 3, 2015 at 11:05am
[1 reply] : What are you doing? The manual states that getInt() returns an int h... (by keskiverto)
|