by zizou86
Segmentation fault for threads
|
|
[6 replies] Last: There is just not enough detail in the code you have posted to say wit... (by PanGalactic)
|
Compile error on porting |
|
[2 replies] Last: Try: ofstream textFile( filePath.c_str() ); Here's a thread that... (by moorecm)
|
by robbbbbb
asm-generic headers
|
|
[2 replies] Last: OK, thanks, that clears up how I should make this function accesible f... (by robbbbbb)
|
Tutorials or Guide required on Qt4 Utility Libraries |
|
[2 replies] Last: [quote=jsmith]Things like all of their containers come to mind... QStr... (by guestgulkan)
|
by michy
Hash/encrypt a password
|
|
[8 replies] Last: sorry being late reply, anyway thx for the solution. (by michy)
|
SDL problem... |
|
[5 replies] Last: No problem. (by moorecm)
|
by radikll
Segmentation fault in Linux but in Wine it works.
|
|
[5 replies] Last: PanGalactic's post shows the problem. @flykobe: you are just get... (by jsmith)
|
by nkumar85
question on select
|
|
[4 replies] Last: If you see the source code of sys_select , you can find the core work ... (by flykobe)
|
by adarsh2211
ARP
|
|
[2 replies] Last: http://linux.die.net/man/7/arp Linux is indeed bad with documentati... (by closed account S6k9GNh0)
|
by shanky
Float representation
|
|
[1 reply] : You're getting formatted strings back, not floats. (by kbw)
|
by rdolas1
Segmentation fault when calling virtual function from shared library
|
|
[1 reply] : I did not understand your problem correctly. Please provide more infor... (by Biju Scaria)
|
by unregistered
Question about fork and exec
|
|
[6 replies] Last: You have to add a wait() or waitpid() in the parent block. This will r... (by Biju Scaria)
|
by DrakeMagi
5 dimensional array
|
|
[1 reply] : What you've done seems ok as far as it goes. You don't cope with co... (by kbw)
|
by RedScare
Learn about linking/compiling/assembly
|
|
[3 replies] Last: @kbw: thanks for the info, it's interesting, but not exactly what I wa... (by RedScare)
|
SDL |
|
[5 replies] Last: I design games mainly, but I want to build some basic applications lik... (by closed account y8h7M4Gy)
|
by MaxT
QT Toolkit
|
|
[2 replies] Last: I managed to temporarily solve the problem by creating the instance of... (by MaxT)
|
by ghostdlr
wait X seconds implementation - C under linux
|
|
[4 replies] Last: Or hand off the socket to a thread that sleep()s for 10 seconds then c... (by PanGalactic)
|
by hakermania
Program wich co-operates with aircrack-ng
|
|
[1 reply] : I've got two questions: 1) What's the added value of your program ?... (by lloydchristmas759)
|
by ghostdlr
C - Function that returns a random line from a file
|
|
[1 reply] : There isn't one. You can generate a random number (with rand()) and... (by kbw)
|
by Duras
Linux C++ tools ...
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/7263/ (by Bazzy)
|