by vijkrr
How to check the client connection exist or not
|
|
[7 replies] Last: thanks alot sharma and kevin.. sure this will help me to solve my p... (by vijkrr)
|
by vijkrr
How to create our own thread class using pthread
|
|
[1 reply] : you can look at the implementation of boost threads or ace threads.. ... (by writetonsharma)
|
by mathueie
api to get CPU utilization
|
|
[1 reply] : Most programs (like top) just read /proc/stat which contains, on a per... (by jsmith)
|
by jmcdonald
How do you close an ofstream if close() fails?
|
|
[2 replies] Last: No, I haven't tested it using native calls yet. As soon as I get a ch... (by jmcdonald)
|
by vRltwE
Openning files
|
|
[4 replies] Last: Thanks kbw, it works! (by vRltwE)
|
by retronoodle
how to get the age of a file in linux?
|
|
[7 replies] Last: Thank you PanGalactic. Ill try this as soon as I get home. Also thank ... (by retronoodle)
|
by vijkrr
Error in using popen
|
|
[2 replies] Last: i fixed the issue. i didnt close the opened IO's.. (by vijkrr)
|
by kakashi316
undefined reference?
|
|
[1 reply] : This is cplusplus.com, not c.com. A C++ programmer would create a Que... (by PanGalactic)
|
by nikola17681
open file from root directory
|
|
[3 replies] Last: I know, I made a mistake. I'm sorry. My problem has solved here: ht... (by nikola17681)
|
by ilyes
change of directory in makefile
|
|
[1 reply] : What do you want it to do once it gets there? Each command is execute... (by PanGalactic)
|
by rasslove
how to put a c++ program in the web ?
|
|
[2 replies] Last: try cgi.. you can have a html page that can invoke your c program.. (by jjose)
|
by vijkrr
getting time stamp in micro or milli scronds
|
|
[3 replies] Last: glibc has st_ctimensec (ctime nanoseconds) as part of struct stat .... (by PanGalactic)
|
by calvin1965
lost task bar
|
|
[1 reply] : This is not a programming question. Go to the OpenSUSE support forum f... (by GenTiradentes)
|
by Syntax
C++ networking Question
|
|
[6 replies] Last: It might be for a learning experience! Though I do agree to an extent.... (by closed account S6k9GNh0)
|
by jamevaalet
sharing variables
|
|
[9 replies] Last: *minor edit* - changed some stuff to sound less like a jerk. (sorry) ... (by writetonsharma)
|
by davidsea5
How to use execl() to include linux command in a C program?
|
|
[2 replies] Last: you can use 'system( )' call for ease if you use gcc. Include the ... (by Nax0r)
|
by vijkrr
How to run a .lex program in unix
|
|
[1 reply] : This isn't about programming. Please read the rules / the forum topic ... (by closed account S6k9GNh0)
|
by sever
Encripting communications
|
|
[1 reply] : OpenSSL is the library you probably want to use for this. They've got... (by PanGalactic)
|
by Exussum
get.cin(), nested if statements and recursion troubles
|
|
[3 replies] Last: Ah -- I missed the function declaration with the default value. Thank... (by PanGalactic)
|
simple string comparison problem |
|
[2 replies] Last: Man, implicit int to char coersion sucks. Hint: you want popen(3), ... (by PanGalactic)
|