Search Results

Search: Posts Made By: Milla
2,293
Posted By Milla
function, which I found , was system()
function, which I found , was system()
2,293
Posted By Milla
so could you help me, which function I should...
so could you help me, which function I should use? Or some other solutoin, which have similar functionality and return value?
thanks
2,293
Posted By Milla
shell script in C++
Hi I have following code and I would like to save return value to bool A;
iStatus=execl("/bin/sh","sh","-c","cut -d: -f1 /etc/passwd | grep ^myName$", (char*) NULL);I would like to save true into A,...
Forum: Programming 11-30-2007
2,479
Posted By Milla
thx to porter :) in the end I wrote it like this:...
thx to porter :) in the end I wrote it like this:

int allocate(TATRIX *matrix, int rows, int cols)
void deallocate (TMATRIX *matrix)
Forum: Programming 11-25-2007
2,479
Posted By Milla
thanks for your idea ;) I'm trying as you wrote,...
thanks for your idea ;) I'm trying as you wrote, but I think, that I make mistake somewhere.


// I would like to alocate as 2D array
TMatrix alocation(unsigned int row, unsigned int col)
{
...
Forum: Programming 11-24-2007
2,479
Posted By Milla
alocation of 2D array
hi I read from *.txt file size of my array and then I want to alocate this array. I have this part of code:


typedef struct tmatrix
{
int rows, cols;
int *matrix;
} TMatrix;

int...
Forum: Programming 11-03-2007
2,855
Posted By Milla
Thanks a lot ;)
Thanks a lot ;)
Forum: Programming 11-02-2007
2,855
Posted By Milla
pointers
Hi I mash with pointers in C. I solve this problem about 5 hours and I don't know how I should continue.


void InsertFirst (tList *L, int val) {
tElemPtr new;
if((new =...
Forum: Programming 10-28-2007
3,329
Posted By Milla
please I need this only for this nothing else
please I need this only for this nothing else
Forum: Programming 10-28-2007
3,329
Posted By Milla
thank you porter I try to use PtoC program,...
thank you porter
I try to use PtoC program, but I think, that it makes some mistakes or I don't understand of this program. Please I have some other codes, which i don't understand. Can someone to...
Forum: Programming 10-21-2007
3,329
Posted By Milla
pascal and C
Hi I don't understand syntax of pascal and I have some code in pascal. I will be very lucky, when someone could to rewrite into C.

procedure ListInit (var L:TList);
begin
L.Act:=nil;...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 07:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy