by CrimsonAngel
Fork() and Waitpid()
|
|
[9 replies] Last: If you want the variables to be shared, you use threads, not child pr... (by softweyr)
|
Modifying and Output |
|
[4 replies] Last: Change the name from myfile to fout or something, and all instances of... (by wolfgang)
|
by majselx
Calculating the max element of numbers
|
|
[4 replies] Last: hello,I'm a Chinese. my english weak. I think the code will solve your... (by liubin5257)
|
by Deviouscola
Size of unsigned long and unsigned long long cross platform
|
|
[11 replies] Last: [quote=softweyr]usually declared in sys/types.h. kbw in his earlier ... (by PanGalactic)
|
by cabbagebot
Linker Errors
|
|
[2 replies] Last: If class array_t is a template class, then you need to move all implem... (by jsmith)
|
error template with C linkage |
|
[9 replies] Last: maverick786us, This is an interesting point and has much to do with... (by closed account z05DSL3A)
|
by aatwo
communicating with sata device
|
|
[2 replies] Last: Brilliant thanks for the reply. I forgot about hdparam :) (by aatwo)
|
by gpfs7
creating and writing to a file
|
|
[3 replies] Last: You also need to check if you have write permission to create that fil... (by modoran)
|
by newbie43
How do you make gcc stop after the first error encountered
|
|
[2 replies] Last: thanks (by newbie43)
|
New to LINUX |
|
[1 reply] : You will want to Google for "Apache Portable Runtime" which is what th... (by PanGalactic)
|
by sysabod
doubt on fsuid
|
|
[1 reply] : well, if those files belong to another user, then wouldn't that be inc... (by cran)
|
by emiliouy
Keyboard input emulation...
|
|
[6 replies] Last: Glad you got it! I spent the better part of a day messing around with... (by barriehie)
|
by essmith
Multiple forked processes and pipes
|
|
[1 reply] : This one is what you need: Or should I have 3 pipes (pipe1 parent-ch... (by jsmith)
|
by Jsel
Best c++ editors? (1,2)
|
|
[26 replies] Last: sounds like another IDE/Editor war. (by sanzilla)
|
by GnG
Boost Asio File Descriptor
|
|
[no replies]
|
by kash kow ken
using sdl and other libraries in *nix environments
|
|
[5 replies] Last: thanks all.. and i will athar. (by kash kow ken)
|
by JoR
Linux socket: set initial sequence number
|
|
[3 replies] Last: Thanks but the article doesn't cover the sequence number problem (Does... (by JoR)
|
by window1992
catching exception fail in linux
|
|
[3 replies] Last: you promised NOT throw any exception in p() by write throw(),however,u... (by cheneydeng)
|
by phoenix911
How to give class as argument without making copies?
|
|
[8 replies] Last: I dunno why are you creating those instances. I need some data to in... (by ne555)
|
by coders
Convert a given date to epoch time and vice versa.
|
|
[1 reply] : The Boost Date_Time library is available on most Linux distros. You m... (by PanGalactic)
|