execl function with pipeHow can I run the following command using execl ? [code] echo "put <filename>" | sftp -i <private_k...
Object inheritance and encapsulationI want to define a base class A which allows different type of logging (file stream, console, etc). ...
C++/CLI StringI finally found a post to do that. Thanks anyway! [code]String^ cliString = "hello"; System::Int...
C++/CLI StringHi, I am new to .NET CLI. I want to convert a string carat (String^) to character array (char [])...
This user does not accept Private Messages