Search Results

Showing results 1 to 13 of 13
Search took 0.02 seconds.
Search: Posts Made By: Majestics ; Forum: C++ and child forums
Forum: C++ Dec 1st, 2008
Replies: 16
Views: 822
Posted By Majestics
#include <iostream>

#include <cstdlib>

#include <iomanip>

#include <ctime>
Forum: C++ Dec 1st, 2008
Replies: 16
Views: 822
Posted By Majestics
while (choice!=5)
{
Your Programme Body

}

Remember to Intialize Choice With any Number without 5
Forum: C++ Dec 1st, 2008
Replies: 16
Views: 822
Posted By Majestics
[code] while (choice!=5)
{
Your Programme Body

}[\code]

Remember to Intialize Choice With any Number without 5
Forum: C++ Apr 2nd, 2008
Replies: 5
Views: 666
Posted By Majestics
You havent define your class date

Class date d;

I am just guessing . Please check it.
Forum: C++ Apr 2nd, 2008
Replies: 5
Views: 666
Posted By Majestics
Where is your "Date.h".
Forum: C++ Mar 29th, 2008
Replies: 3
Views: 2,775
Posted By Majestics
Read this article it will help you
"http://notfaq.wordpress.com/2006/08/30/c-convert-int-to-string/"
Forum: C++ Mar 14th, 2008
Replies: 1
Views: 485
Posted By Majestics
use this

while((c[i]=getche()!='\r')
{
cout<<"*";
i++;
}
Forum: C++ Mar 12th, 2008
Replies: 8
Views: 596
Posted By Majestics
actually Your function is calling again and again . It is a concept of recursive function in which each values are stored in memory after each call until termination.
Forum: C++ Mar 12th, 2008
Replies: 8
Views: 1,072
Posted By Majestics
U can like this "Number==5"
Forum: C++ Mar 12th, 2008
Replies: 8
Views: 596
Posted By Majestics
i think know u understand
Forum: C++ Mar 12th, 2008
Replies: 8
Views: 596
Posted By Majestics
like i=4 and j=4 so it will become 4pow4 = 256
Forum: C++ Mar 12th, 2008
Replies: 8
Views: 596
Posted By Majestics
"i" is actually the number and "j" is its power.
Forum: C++ Mar 12th, 2008
Replies: 8
Views: 596
Posted By Majestics
Actually You are calling a recursive function ....
it will continue until value of j becomes 1
Showing results 1 to 13 of 13

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC