by f ben isaac
memcpy and memcmp Question...
|
|
[3 replies] Last: Solved in a completely different way. I wish i just did it instead of ... (by f ben isaac)
|
by oramiq
segmentation error with pointers
|
|
[14 replies] Last: thank u so much.... the problem is solved :) i conver every address ... (by oramiq)
|
by etrusks
.h, .cpp and main.cpp files
|
|
[4 replies] Last: Really tnx you guys, everything is working :) (by etrusks)
|
by camper365
GNOME GUI
|
|
[2 replies] Last: there is a lot of things like design documents, code and example on gn... (by writetonsharma)
|
by bcb5082
Segmentation fault (core dumped) run-time error
|
|
[2 replies] Last: You have a self-assignment problem. s += s; Since this == &adden... (by jsmith)
|
by kunigami
Set iterator difference
|
|
[5 replies] Last: boost::lambda has its own version of bind, but there is also the boost... (by jsmith)
|
by geogauci
hide terminal
|
|
[1 reply] : Though I know this topic is somewhat dusty, I could easily ask what te... (by closed account S6k9GNh0)
|
by ceko33990
command line argument
|
|
[4 replies] Last: now is correct. (by jsmith)
|
by htonivi
linux filesystem/inode performance
|
|
[2 replies] Last: I want to organize the files based on the user's contact number, so th... (by htonivi)
|
by htonivi
Memory leak detection in linux application
|
|
[1 reply] : You might be looking for Valgrind. (by n4nature)
|
by suhassr
problem with dynamic memory using malloc
|
|
[5 replies] Last: Ok, simple rule to follow. If you find that the compiler complains ... (by jsmith)
|
initialization from incompatible pointer type |
|
[5 replies] Last: you're welcome. i learned something here too. been a while since i... (by jsmith)
|
by SkyAngel
strncpy & strlen
|
|
[2 replies] Last: Have youn included string.h? (by kbw)
|
by kakashi316
question about error
|
|
[1 reply] : That is probably not the name of the function...(i.e. offical_encrypt(... (by firedraco)
|
by matt1131
std::sort for sorting two dimensional array of integers?
|
|
[1 reply] : cmp_int should take const int*, not const void*, and the parameters pa... (by jsmith)
|
by kevinchkin
IP Address type?
|
|
[7 replies] Last: I am sorry I never replied back with the corrected solution. (by kevinchkin)
|
by Mafishioso
What is a good free audio/music player for Linux?
|
|
[5 replies] Last: @ eker676: there is a VLC player available for linux at http://www.vid... (by enduser000)
|
by f ben isaac
Odd Structure of "for" Loop! - C/C++?
|
|
[1 reply] : for(; pn >= qn; p = (const unsigned char *)p + 1, --pn) the ; means... (by Bazzy)
|
by netpumber
Mail and C++
|
|
[2 replies] Last: you can use Internet Message Access Protocol also. imap has advantage... (by writetonsharma)
|
by fud lite
Executing a process by filename and forcing PID
|
|
[2 replies] Last: Fork returns the pid of the new process created. When you execute t... (by writetonsharma)
|