by maruf
use of dup2
|
|
[1 reply] : Before you fork, create a new file descriptor via open() to newfile.tx... (by jsmith)
|
by charan manju
how to find deadlock scenario using gdb
|
|
[1 reply] : When the program deadlocks, attach the debugger to the running process... (by jsmith)
|
by vijkrr
What is the equal data type for FIXED DEC in PL1 to C++
|
|
[no replies]
|
by durcott
History of <String.h>
|
|
[2 replies] Last: Thanks Duoas, THat was very useful. I hadn't realized the role libg... (by durcott)
|
cin problem |
|
[4 replies] Last: The number in parentheses is the number of posts that he has, it's no... (by QWERTYman)
|
by alexprg1920
killing processes
|
|
[3 replies] Last: yeah, very useful link for me. Thanks (by alexprg1920)
|
by joe3dge
Error messages
|
|
[2 replies] Last: im using Eclipse CDT. im not sure where that is. (by joe3dge)
|
by joe3dge
gtk events wndproc
|
|
[no replies]
|
Size of Buffer in recvfrom in Solaris vs Linux |
|
[11 replies] Last: I checked out the link, but I don't see much of any difference in recv... (by SeytmourButts)
|
by macla
How to change thread Priority
|
|
[1 reply] : I don't believe a POSIX-compliant threads package allows for individua... (by jsmith)
|
by Impacatus
How can I parse a single character from a unicode text file?
|
|
[3 replies] Last: Woo. After carefully reading the wikipedia article, I realized what y... (by Impacatus)
|
by goofacz
GCC 4.4.1, C++0x and unique_ptr
|
|
[2 replies] Last: Both declarations template<> friend class std::unique_ptr<AAA>; ... (by goofacz)
|
by vijkrr
use of pragma pack!! Urgent..
|
|
[1 reply] : Packing concerns the binary layout of a struct or class. The items ar... (by kbw)
|
by sandyleo
Print unicode string on console using wcout
|
|
[2 replies] Last: Printing text in UTF-8, as in Disch's example, should work as long as ... (by helios)
|
by baramvi
What's compile error : 'isFile' undeclared
|
|
[2 replies] Last: Doing that is not recommended. Use stat () to learn whether or not a... (by Duthomhas)
|
by joe3dge
memcpy anomaly
|
|
[4 replies] Last: Rant removed. Post your code. (by Duthomhas)
|
by baramvi
What's mean message ??
|
|
[2 replies] Last: I solved my problem. Thank you!! Have a Happy weekend. (by baramvi)
|
by the4bidn
array of pointers to a class in a class
|
|
[3 replies] Last: Thanks for the reply, it opens reads the file and then closes it. Its... (by the4bidn)
|
by vijkrr
How to Debug a C++ program
|
|
[no replies]
|
by cdhdds
Why does last line fail?
|
|
[4 replies] Last: When you create a pointer, it allocates just enough memory to handle t... (by closed account S6k9GNh0)
|