Search Results

Search: Posts Made By: electroon
Forum: Programming 01-05-2008
7,081
Posted By electroon
Conversion of time structure in C++
Hi frnds,

I have written a code to get current time

struct tm *locTime;
time_t currentTime;
time( &currentTime );
locTime = localtime(&currentTime );

Suppose now i get output time as...
Forum: Programming 01-05-2008
5,693
Posted By electroon
I am using a comma(,)
I am using a comma(,)
Forum: Programming 01-05-2008
5,693
Posted By electroon
Ya wen seen in unix server in csv file data its...
Ya wen seen in unix server in csv file data its written correctly that is 01 02..
but wen i open this file using excel in my windows system data is getting formatted is there any way to solve this
Forum: Programming 01-05-2008
5,693
Posted By electroon
Evan including "" doesnt works
Evan including "" doesnt works
Forum: Programming 01-05-2008
5,693
Posted By electroon
When i open the csv file with MS excel ya that...
When i open the csv file with MS excel ya that assumes the field as number not as text but how do i solve this
Forum: Programming 01-05-2008
5,693
Posted By electroon
Problem with csv file gen from C++
Hi Frnds,

I have a problem with csv file gen.

Here is the description:

My code genereates a csv file as output in which a particular column("OUTPUT NUMBER")contains a string value fetched...
2,348
Posted By electroon
Wat this done means
Wat this done means
2,348
Posted By electroon
How to know a executable has finished his task
Hi frnds,

I want to know is there a way by which we can know that a C++ executable has finished its job in shell script.

My task is as follows:

1.Shell script calls a executable
...
2,877
Posted By electroon
How to check succeesfull finish of a executable from the sheel script
Hi,

I want to know is there a way out wherein we can know that the C++ executable has finished its task.

Following is the steps:

1.Shell script calls a executable after setting all the env...
Forum: Programming 01-03-2008
18,842
Posted By electroon
Can u elaborate
Can u please tell more details i am somewhat naive user
2,327
Posted By electroon
How to send a mail in unix--Please read the description
Hi frnds,

I want to send 3 csv files as attachement in unix server how do i do this.

Following is the steps which i need to follow:

1.Shell script sets the environment variables

2.Shell...
Forum: Programming 01-02-2008
18,842
Posted By electroon
Sending mail in C/C++ in unix server
Hi Frnds,

I have a task in my project wherein i have to send out a mail from my C++ code.With some file attachements.Please help me in this.

At a higher level wat i can tell is my code...
Showing results 1 to 12 of 12

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