Showing results 1 to 19 of 19
Search took 0.01 seconds.
Posts Made By: siddhant3s
Forum: C++ Oct 7th, 2008
Replies: 9
Views: 417
Posted By siddhant3s
Re: Opening a File with my app

Thnk U;
return 1;
//I had done a lot of research before starting this thread;
//I dont ask Humans until I dont seriously find it on a Search Engine
Forum: C++ Oct 7th, 2008
Replies: 9
Views: 417
Posted By siddhant3s
Re: Opening a File with my app

Kindly tell me how.....
Forum: C++ Oct 7th, 2008
Replies: 9
Views: 417
Posted By siddhant3s
Re: Opening a File with my app

So shd I do this:

int main(int argc, char* argv[])
ifstream ofile;
ofile.open(argv[1]);
.
.
.
.
Forum: C++ Oct 5th, 2008
Replies: 9
Views: 417
Posted By siddhant3s
Re: Opening a File with my app

Well this i already know.
But my problem is to code my application so that it could respond to such actions.
I mean what code should I put on my app so that I can get the name of the file I have to...
Forum: C++ Oct 4th, 2008
Replies: 9
Views: 417
Posted By siddhant3s
Opening a File with my app

Hi,
and here i am throwing a "not the exact version" of my problem, but if this is been solved, my problem is done.

Lets suppose i am building a application in c++ that will simply display the...
Forum: C++ Nov 8th, 2007
Replies: 12
Views: 1,987
Posted By siddhant3s
Re: Hiding Password on the login screen

There is a Buit in function called getpass in conio.h

Prototype : char *getpass(const char *prompt);

Displays the prompt string and then reads the password without echoing. Returns a pointer to a...
Forum: C++ Nov 7th, 2007
Replies: 12
Views: 1,987
Posted By siddhant3s
Re: Hiding Password on the login screen

http://www.ittb.pcriot.com/forum/viewtopic.php?t=24

Here is your answer.
Forum: C++ Nov 7th, 2007
Replies: 4
Views: 1,209
Posted By siddhant3s
Re: what does func(int x, int y, int z=1) mean?

Actually it is not function overloading. In Function overloading the return type and argument type is often different. It is more versatile and a different defination(i.e. different sets of...
Forum: C++ Nov 7th, 2007
Replies: 4
Views: 1,098
Posted By siddhant3s
Re: Help with Fibonacci Numbers Greater than 16 digits

want 200 digits or more ??

Here Dude, Your Problem Solved. I got your answer on www.ittb.co.nr while I was asking there experts to for an 200 digit calculator. So Here is the link to your problem....
Forum: C++ Nov 4th, 2007
Replies: 10
Views: 1,313
Posted By siddhant3s
Re: Mersenne primes

ok.
Maybe your right.
Actually I too was frustated as dese ppl dont want to work. They just are trying to exploit the service.
I will remember this.
Thankx
Forum: C++ Nov 4th, 2007
Replies: 10
Views: 1,313
Posted By siddhant3s
Re: Mersenne primes

TRY THIS OUT
Forum: C++ Nov 4th, 2007
Replies: 10
Views: 1,313
Posted By siddhant3s
Re: Mersenne primes

See, first of all we, in this community are there to help you not because you have paid us or we are servents or something.
You cant just say "it is not working". You need to specify what is the...
Forum: C++ Nov 4th, 2007
Replies: 10
Views: 1,313
Posted By siddhant3s
Re: Mersenne primes

Here is the your solution :


#include <iostream.h>
#include <math.h>

//using namespace std;

int isprime(unsigned long n)
{
Forum: C++ Nov 4th, 2007
Replies: 4
Views: 1,631
Posted By siddhant3s
Re: Help with Fibonacci Series

Okay Brother here is what your doing :
you input a value from the user and pass it as an argument to the function F(); right? now lets see what the function does if I pass 5.
Passing 10 executes the...
Forum: C++ Nov 4th, 2007
Replies: 4
Views: 578
Posted By siddhant3s
Re: Help plz. getiin' this error..

You forgot to put a 'case' keyword in the inner switch. Your code shd be like :

switch(chii)
{
case 'A' :...
Forum: C++ Oct 22nd, 2007
Replies: 2
Views: 1,517
Posted By siddhant3s
Re: Stack based Calculator

I got the answer to your problem. It is one the website www.ittb.co.nr the actual link is : http://www.ittb.pcriot.com/forum/viewtopic.php?t=23

I hope you will be happy to see the solution.
Forum: C++ Oct 21st, 2007
Replies: 6
Views: 1,577
Posted By siddhant3s
Re: Odd numbers in C++?

Here is the improoved version
Forum: C++ Oct 21st, 2007
Replies: 3
Views: 677
Posted By siddhant3s
Re: Can anyone help me with this question??

I got the answer to your problem. It is one the website www.ittb.co.nr the actual link is : http://www.ittb.pcriot.com/forum/viewtopic.php?t=23

I hope you will be happy to see the solution.
Forum: C++ Oct 21st, 2007
Replies: 4
Views: 4,850
Posted By siddhant3s
Re: Need help with GCD algorithm

change the lines :

num = a/num;
den=a;

to
num = num/a;
den= den/a;
Showing results 1 to 19 of 19

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 12:43 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC