by EEJonhEE
Binary Process Tree using fork
|
|
[1 reply] : Write #include <unistd.h> #include <stdio.h> #include <sys/types.h... (by melkiy)
|
by vRltwE
File name with whitespace: Can not read!
|
|
[3 replies] Last: I guess getfilename() is not returning the filename u expect (by tene)
|
by zizo1989
problem with compiler ..!
|
|
[4 replies] Last: Does your compiler support g++? In Linux version you can use g++. If... (by tene)
|
by Tom Backton
OpenGL Library on Linux
|
|
[no replies]
|
by chewykb24
makefile
|
|
[1 reply] : Pleas don't double post: http://www.cplusplus.com/forum/general/16778/ (by Bazzy)
|
by MaLi
dhcp client
|
|
[1 reply] : I think using the ISC dhcp (https://www.isc.org/software/dhcp) would b... (by sunilkeshava)
|
by johnbach
client socket
|
|
[no replies]
|
by CD4
something abt time()
|
|
[4 replies] Last: thanks bazzy... :) (by CD4)
|
by zheavensky
indirectly lost and definitely lost memory leak
|
|
[2 replies] Last: Oh yeah! Thanks I removed lines 7, 24, 40 Works fine now.. (by zheavensky)
|
Beginner C/C++ compiler |
|
[12 replies] Last: I'm guessing you really want something like KDevelop, not gcc. (by PanGalactic)
|
by CD4
Dirent.h
|
|
[10 replies] Last: #include<stdio.h> #include<sys/types.h> #include<sys/stat.h> #incl... (by chenzhizhong)
|
by afrogonabike
mktime issue
|
|
[5 replies] Last: -3600 on gcc on FreeBSD amd64. Interestingly enough, going the othe... (by kbw)
|
by kmvinoth
unexpected behaviour of for loop?
|
|
[3 replies] Last: Aside from that ridiculousness: # define N 36 # define SIZE pow... (by Disch)
|
by chrisname
Signal handling
|
|
[2 replies] Last: Totally forgot about this topic. Thanks! I'll try that later. (by chrisname)
|
by CD4
playing with enviornment variables..
|
|
[5 replies] Last: echo itself is a program which takes care of all these things, your pr... (by writetonsharma)
|
by CD4
argument passing
|
|
[2 replies] Last: ok.. die to this the problem was occouring.. thanks for helping me :... (by CD4)
|
by omronz
print out client IP which has been connected to the server
|
|
[1 reply] : For a connection-oriented socket see man getpeername (by jsmith)
|
pthread_mutex_call blocks forever causing cpu usage 100% |
|
[1 reply] : code please. I have seen this, you probably need to restart the system... (by writetonsharma)
|
by jiaqing
sending and receive data thru ip address
|
|
[2 replies] Last: ok thanks. (by jiaqing)
|
by quant
segfault if I call func from a lib, why?
|
|
[4 replies] Last: closed, I made it without xtables lib ;) (by quant)
|