UNIX/Linux Programming - January 2012 (Page 3)

_msize in unix
 
I want to retrieve the size of a memory allocated by malloc however g++ compiler does not regonize it. ‘_msize’ was not declared in this scope I have inc...
[5 replies] Last: You should pass that information to the object, not have it "figure it... (by bbgst)
>>>>How to Get Currently Executing Instructions in Operating Systems<<<<
 
Hi I want to know which instruction is processed by Operating Systems currently. Can i take copy of these instructions ? Is it so... Is it possible to execute ...
[5 replies] Last: You probably need to be clear about what you want first. (by kbw)
Running a Program From Within a Program
 
I am trying to write a C or C++ program to control a telnet session. For the purpose of this question we could simplify the issue by assuming that I am relaying...
[4 replies] Last: Maybe perl? I have used this library before http://search.cpan.org/~... (by mik2718)
by anjaly
convet c++ to c
 
#include "precomp.hpp" namespace cv { static void FarnebackPolyExp( const Mat& src, Mat& dst, int n, double sigma ) { int k, x, y; as...
[3 replies] Last: eypros is right. There is no such thing as a conversion when you are u... (by Ben Duncan)
How to Identify a Process in OS?
 
How to Identify a Process which is relate to Data Manipulation.And how to copy that process in Drive? Advanced Thanks K Kanagaram
[no replies]
by ritka
sockets and http
 
hi, i wrote a little http client, that sends a GET request and it works mostly. it sends the request and receives data from the server, first the header, then t...
[4 replies] Last: ok, thanks. the problem is solved. (by ritka)
January 2012 Pages: 123
  Archived months: [dec2011] [feb2012]

This is an archived page. To post a new message, go to the current page.