by EF3
LINK URL LINUX
|
|
[1 reply] : I'm not sure I completely understand you. But I think you want to pass... (by Galik)
|
by sksingh
operating sever client from same program
|
|
[3 replies] Last: I don't think that it would be possible for server to "quit". Having s... (by kevinchkin)
|
by igorpan
Segmentation fault error
|
|
[8 replies] Last: Oh,yeah,fixed that now,thanks everyone ;) (by igorpan)
|
by sudhir2010
some roadmap for beginner
|
|
[3 replies] Last: Practical UNIX Programming: A Guide to Concurrency, Communication, and... (by closed account z05DSL3A)
|
by sksingh
problem with uint32_t variables
|
|
[2 replies] Last: You need to use the hex manipulator (#include <iomanip>) to do I/O w... (by Duthomhas)
|
by sksingh
problem with extern variable
|
|
[5 replies] Last: Ok. So you are trying to compile to separate executables... Well, th... (by moorecm)
|
Semaphores |
|
[6 replies] Last: how is richard stevens for beginners ... any other book that would be... (by sudhir2010)
|
can someone improve it (chess game) |
|
[6 replies] Last: void initBoard(char** board, int w, int h) { for(int i(0); i ... (by Denis)
|
by mansourweb
add user to router
|
|
[6 replies] Last: As long as your filter the username for special characters, you should... (by PanGalactic)
|
by sksingh
reading from a text file
|
|
[1 reply] : To open a text file for output you can use this: #include <fstre... (by Galik)
|
by Tom Backton
C++ const functions and GCC const tttribute
|
|
[1 reply] : What they probably mean is that when you write const int func(int x), ... (by Athar)
|
by sksingh
server-client : sending uint32_t data using write() function
|
|
[2 replies] Last: Why can you not just do this? uint32_t hash; ... uint32_t buffer... (by PanGalactic)
|
by nancy1002
Sending HEX,integers over TCP
|
|
[7 replies] Last: Thanks guys, for the input on byte order. It worked! (by nancy1002)
|
by padawan
developing user interface
|
|
[2 replies] Last: If you don't want a console program, then you'll need a library for GU... (by Albatross)
|
by mabad
Memory leak when using array of pointers to objects
|
|
[11 replies] Last: Ok, so I am convinced now. The memory is not released until the applic... (by mabad)
|
by Deluge
sleep() and usleep() Not Working for Me
|
|
[4 replies] Last: @Deluge I tried what you said and it is right . I used to get co... (by sysabod)
|
by jhoebz
quick question
|
|
[3 replies] Last: exactly, and that is what the default parameter meant to be (by sysabod)
|
by sysabod
why my chmod fail all the time
|
|
[4 replies] Last: i finally figured it out. I think it is because of the location of the... (by sysabod)
|
by nkumar85
question on TCP_NODELAY
|
|
[no replies]
|
by aidyszh
The remove() behavior of container list on MAC
|
|
[1 reply] : I think i have got the reason, let's see the source code on Windows fr... (by aidyszh)
|