|
by sanda199
display image when received
|
|
|
|
[no replies]
|
|
by pranab698
what is a .d file?
|
|
|
|
[1 reply] : http://en.wikipedia.org/wiki/D_%28data_language_specification%29 (by DTSCode)
|
|
by rxjmo
C++ GUI and Linux
|
|
|
|
[2 replies] Last: or even just the system function, it might not be "secure" but if you'... (by drew887)
|
|
by bryanevil
out-of-order udp packets
|
|
|
|
[2 replies] Last: As Cubbi said, TCP will do all of this for you. If there's reasons you... (by ResidentBiscuit)
|
|
by sanda199
change root to user
|
|
|
|
[2 replies] Last: It worked thanks :) (by sanda199)
|
|
by pilotmm
Cannot convert int (aka NULL) to std::vector<double*>::value_type
|
|
|
|
[2 replies] Last: Hi Cubbi Thanks a tonne for responding to this. I... (by pilotmm)
|
|
by kruszi
emulation of scroolwheel UNIX/Linux
|
|
|
|
[no replies]
|
|
by kaidto
Socket Programming?
|
|
|
|
[3 replies] Last: Incredible documentation. Thanks. REALLY, THANKS! (by kaidto)
|
|
by sul
Actual memory a program is using
|
|
|
|
[15 replies] Last: Look ma, see what all I Rapidcoder has taught me in just one week: 1.... (by JLBorges)
|
|
by trubilo
Programming custom USB driver and creating own device
|
|
|
|
[1 reply] : You're going to need a whole heck of a lot of c programming knowledge.... (by shaund1)
|
|
by Sucho
Permission Denied in Ubuntu while running a program via Code::Blocks
|
|
|
|
[2 replies] Last: Try using either $ sudo {the name of your program) when running the ... (by J4ke)
|
|
by nawazz
Problem in getting all Section names of Elf File using sprintf()
|
|
|
|
[1 reply] : You could start by reproducing the problem in a small program. How ar... (by kbw)
|
|
by vijkrr
condition var & mutex confusing
|
|
|
|
[1 reply] : They're different things. A mutex provides a lock, and is used around... (by kbw)
|
|
by sanda199
image frame send over socket in c
|
|
|
|
[1 reply] : The main thing is that the sender and receiver have a common understan... (by kbw)
|
|
by vijkrr
How mutex works?
|
|
|
|
[3 replies] Last: Let's make it look more like C++ F1() { lock<mutex> lk(A); d... (by Cubbi)
|
|
by KianS
Basic C++ Compiler for Mac (I don't mean a BASIC compiler)
|
|
|
|
[4 replies] Last: Please don't comment with Xcode because I don't get it, if you do com... (by Lodger)
|
|
by Telion
Writing the ultimate makefile
|
|
|
|
[8 replies] Last: www.cmake.org -> CMake builds make files for you depending on argument... (by Zaita)
|
|
by elfico
Linux/Unix
|
|
|
|
[6 replies] Last: You could always buy a Raspberry Pi computer for less than £30 learn ... (by ajh32)
|
|
by poliocertes
shell in c++ with classes
|
|
|
|
[1 reply] : The shell shouldn't have too many built in commands, ls especially. I... (by kbw)
|
|
by ceruleus
Makefile/linker question
|
|
|
|
[4 replies] Last: $ make --just-print (by ne555)
|