Search Results

Search: Posts Made By: vovan
Forum: Programming 02-04-2009
5,498
Posted By vovan
a issue with dup2
Hi,

i have in one program such a pice of code

................

static int old_stderr_handle = -1;
static int old_stdout_handle = -1;

log_handle = open(log_file_name,O_CREAT|O_RDWR,932);...
Forum: Programming 09-29-2008
8,080
Posted By vovan
try to put fflush(stdout) after printf ...
try to put fflush(stdout) after printf

#include <stdio.h>
#include <unistd.h>

int main(void)
{
printf("I'm process %d, son of %d \n", getpid(), getppid());
printf("Hello \n");...
Forum: Programming 09-25-2008
1,492
Posted By vovan
Thanks the log is prety big and i didnt saw the...
Thanks the log is prety big and i didnt saw the last line is printed at the botom of the log. Thanks for opening my eyes :b::)
Forum: Programming 09-25-2008
1,492
Posted By vovan
problem with printing from script
Hi
i have one issue and i dont understund what hapends may be you will help me!

I have one file with name daemon_file it contains this records

aram_Load_pr-
aram_Pst-
aram_Chk-CTU

In the...
Forum: Programming 06-30-2008
5,218
Posted By vovan
Hi, actualy Jimi made an error :D;) in his...
Hi,

actualy Jimi made an error :D;) in his code the sintax from memcpy is like
this

void * memcpy ( void * destination, const void * source, size_t num );

i think you notice the...
Forum: HP-UX 06-27-2008
4,512
Posted By vovan
thanks the problem is solved.
thanks the problem is solved.
Forum: HP-UX 06-25-2008
4,512
Posted By vovan
Error in a cobol executable file
Hi,
when i try to run an executable on a HP UX machine i get the following error

/usr/lib/..../dld.so Unsatisfied code symbol '_tMca100b' in load module ....

The exe is a cobol program.
...
Forum: Programming 06-17-2008
7,166
Posted By vovan
Thanks for answering. Actually my cobol...
Thanks for answering.

Actually my cobol programs are .cbl :)

The compiler's name is "cobol".

thanks.
Forum: Programming 06-11-2008
6,975
Posted By vovan
chnaged color
you have a small error :D

you wrote :

void say(){
cout>>"HelloNormal class says: Hello!";
}

but it should be ;)

void say(){
...
Forum: Programming 06-11-2008
7,166
Posted By vovan
How to debug with wdb debugger a cobol program?
Hi Forum,
i have such a question.

I have a cobol program which is calling a C program and in that C program
i get a core dump:(. I want to investigate what is the issue using WDB debuger,...
Forum: Programming 05-14-2008
12,474
Posted By vovan
Hi try to put endl after "cout << "enter your...
Hi try to put endl after "cout << "enter your number"; "

#include <iostream>
using namespace std;

int main()
{
double a, b;
cout << "enter your number"<<endl;
cin >> a;
b = a + 1.15;...
Showing results 1 to 11 of 11

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