Search Results

Search: Posts Made By: poonam.gaigole
Forum: Programming 11-01-2011
1,577
Posted By poonam.gaigole
Help with C++ program execution.
//Find the root of the equation (x^2)-2 by bisection method.

#include<iostream>
using namespace std;
double a,x;
double f(double x)
{
return ((x*x)-2);
} ...
Forum: Programming 04-15-2011
1,431
Posted By poonam.gaigole
Yes, I have debugged this whole code. But what do...
Yes, I have debugged this whole code. But what do you mean why adding some debug?
Actually the runtime error here is that my postfix expression is showing only a single character.

For example:
...
Forum: Programming 04-14-2011
1,431
Posted By poonam.gaigole
Runtime error in my code...
INFIX TO POSTFIX CONVERSION :

//Convert an infix expression to postfix expression...

#include<iostream>
#include<cstring>
#include<cstdlib>
using namespace std;
char...
Forum: Programming 04-06-2011
1,398
Posted By poonam.gaigole
Error in my heapsort program.
:
#include<iostream>
using namespace std;
int a[100],size,heapsize;
void maxheap(int *a,int j)
{
int l,r,largest,temp;
l=2*j;
r=(2*j)+1;
for(j=0;j<size;++j)
{
...
Forum: Programming 04-06-2011
1,398
Posted By poonam.gaigole
I'm getting an error said as: "Segmentation...
I'm getting an error said as:
"Segmentation fault" after entering the array.
Forum: Programming 04-06-2011
1,398
Posted By poonam.gaigole
Help... runtime error in my maxheap sort program
#include<iostream>
using namespace std;
int *a,size,heapsize;
void maxheap(int *a,int j)
{
int l,r,largest,temp;
l=2*j;
r=(2*j)+1;
for(j=0;j<size;++j)
{
...
Forum: Programming 03-19-2011
1,172
Posted By poonam.gaigole
I want to know that, the mentors that I'll be...
I want to know that, the mentors that I'll be getting at the GSOC, will they be of the same country as mine or some other country and moreover how will they be helping me with my projects? Will they...
Forum: Programming 03-18-2011
1,172
Posted By poonam.gaigole
Help with GSOC ...
Is there anyone here who is participating in GSOC (Google Summer of Code) 2011? Or is there anyone who had participated in it earlier?
I have some basic questions about it.
Forum: Programming 03-17-2011
1,537
Posted By poonam.gaigole
Here, 'ele' is the element that we read from the...
Here, 'ele' is the element that we read from the infix expression (ifx[]) and I think i should not have used the 'elem' because its of no use in my program.
The following code compares between the...
Forum: Programming 03-17-2011
1,537
Posted By poonam.gaigole
Why cannot I assume in my program the arrays...
Why cannot I assume in my program the arrays ifx[] and pfx[] to end at '\0' ?
Because since these are string arrays, I think we should assume it to end with a null character.
Why we have to...
Forum: Programming 03-16-2011
1,537
Posted By poonam.gaigole
Oh... thank you so much... I should have been...
Oh... thank you so much... I should have been able to notice that... Well, thank you again.

---------- Post updated 03-16-11 at 10:42 AM ---------- Previous update was 03-15-11 at 09:19 PM...
Forum: Programming 03-15-2011
1,537
Posted By poonam.gaigole
An error in my c++ program... please help urgent.
The following is a program to convert an infix expression to postfix expression.


//Convert an infix expression to postfix expression...

#include<iostream>
#include<string>
#include<cstdlib>...
Forum: Ubuntu 03-15-2011
1,660
Posted By poonam.gaigole
Actually,... I had downloaded a file from the...
Actually,... I had downloaded a file from the internet which was in RTF format and in order to see its contents so that they can be understood by me, I want to convert it into TTF format.
Forum: Ubuntu 02-23-2011
1,660
Posted By poonam.gaigole
Conversion of the format of a file in linux
How to convert a rtf file to a ttf file in ubuntu terminal?
Forum: Ubuntu 02-23-2011
4,088
Posted By poonam.gaigole
Could anyone help me with how to convert rtf file...
Could anyone help me with how to convert rtf file to ttf file in ubuntu terminal?
Forum: Ubuntu 02-18-2011
4,088
Posted By poonam.gaigole
So... can I solve this problem by using the...
So... can I solve this problem by using the terminal? Do we have any command to solve this problem?
Forum: Programming 02-18-2011
12,391
Posted By poonam.gaigole
C language does not support the try-catch...
C language does not support the try-catch mechanism. It has been introduced recently in ANSI Standards.

---------- Post updated at 08:51 PM ---------- Previous update was at 08:50 PM ----------
...
Forum: Ubuntu 02-18-2011
4,088
Posted By poonam.gaigole
Driver problem with Ubuntu 10.10
I have a Dell laptop with Ubuntu 10.10 installed in it. The headphone driver is not supportive in my system but it works really well with other laptops like HP.
So my question is that does Ubuntu...
Forum: Programming 01-21-2011
7,083
Posted By poonam.gaigole
How to know what bit compiler I'm using through...
How to know what bit compiler I'm using through the terminal in Linux OS?
6,581
Posted By poonam.gaigole
The kill command problem was solved. After...
The kill command problem was solved.
After restarting the computer the icons were back as they were before...
6,581
Posted By poonam.gaigole
yes this question is about linux....n it was my...
yes this question is about linux....n it was my laptop...
but the problem is solved .
After we restart the computer, we get all the original form as it was before...
6,581
Posted By poonam.gaigole
neways thanks for ur reply i'll ask him more...
neways thanks for ur reply
i'll ask him more bout it and then contact you..
Will it be okay?
6,581
Posted By poonam.gaigole
I didnt do it... Actually my friend did it and...
I didnt do it...
Actually my friend did it and he messed it all up...
he used the kill command and as he kept clicking on the icons they were just vanishing...
is there no solution to it?
6,581
Posted By poonam.gaigole
kill command in linux OS
But what do we do if we have used this on aur computer?
Are u sure we cannot undo it?
There must be some solution for it...
6,581
Posted By poonam.gaigole
kill command in linux OS
How to undo the kill command in Linux OS?
Showing results 1 to 25 of 25

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