by ammar629
Exec arguments not providing expected results [Linux/C++]
|
|
[5 replies] Last: Why not use execl() instead? if(pid==0) { execl(path, arg1.c_str()... (by dhayden)
|
by vittorioc98
Help with File Descriptor?...
|
|
[4 replies] Last: Line 10 and 11. Check the last parameter. Review the meaning of s... (by mbozzi)
|
Best text editor for programming in multiple languages with vim emulation???5c |
|
[1 reply] : Visual Studio Code (based on Atom) is pretty good if you need a simple... (by kbw)
|
by ammar629
Sending 3 arguments from one program to another using execvp? Error?
|
|
[6 replies] Last: exec... take the exe name as the first arg, but also the first arg in ... (by kbw)
|
by SunnyKatyara
How to write the data in txt file into other txt file
|
|
[4 replies] Last: Another version: #include <iostream> #include <fstream> void output_... (by againtry)
|
Reading in a newline with getline loop. |
|
[6 replies] Last: Oh, yeah, I'm sorry I didn't pay attention to that, thank you so much. (by yagirlneedshelp)
|
by ammar629
Arguments passed to the command line not printed and the program loops indefinitely [Ubuntu/C++]
|
|
[2 replies] Last: Loops indefinitely? I can't see why that happens, but note that your t... (by Ganado)
|