Well, Gentleman , What exactly do you wanna do...
I mean, Do you wanna display the salary for the number of days one Worked or
The salary one would be earning next days until one finishes 40 days, including the number of days entered??
User Profile
Collapse
-
Please be a little more clear in explaining. Only then can one help!
ok....Leave a comment:
-
Well, Could you please tell me whats wrong with my program. I do have the file and its reading from the file too, yet I am unable to convert it to double or any other format using parse, like Integer.parseIn t(line); or Double.parseDou ble(line);
please help....Leave a comment:
-
Converting String to Double Problem
Hi,
I have retrieved values in a file. Used
Double dval;
String line;
try{
BufferedReader in=new BufferedReader( new FileReader("Fil e1.txt"));
line = in.readLine();
dval=Double.par seDouble(line);
System.out.prin tln(dval);
}
catch(IOExcepti on e){}
catch(NumberFor matException e){}
.
.
.
.
... -
What's a substitute of gotoxy in C/C++ on Linux Platform
Hi All,
I would like to plot some point on screen in C++. I am working on Linux platform and unable to use gotoxy(row,col) ; Which would have reduced my work.
Any ways, Do anybody know how do I plot some points on screen on a Linux Platform using C++
Help Appreciated!!!
Thanks, -
-
Can anyone help me learn how to draw a Graph in C or C++
Hi,
I have a data, its frequency of a particular events at different times.
Like,
at time 0 - Number of events 2
at time 1 - Number of events 3
at time 2 - Number of events 0
at time 3 - Number of events 100
so on ..,
I have to take time on one axis and these numbers on the other. But could any one tell me how to plot all these values so as to get a curve shape,(probably the numbers... -
-
How to convert a string to and char array
Hi,
Can anyone plz tell me how to do this conversion:
I have a string array str[10];
str[0],str[1],.....str[9] are all having strings.
I just want to convert one string, say str[0], to characters!!!!
I would appreciate your responses!
Thanks,
Asad/
No activity results to display
Show More
Leave a comment: