Search Results

Showing results 1 to 2 of 2
Search took 0.01 seconds.
Search: Posts Made By: Ahmed_I
Forum: C++ Jun 1st, 2009
Replies: 17
Views: 741
Posted By Ahmed_I
If you want to multiply any number by 100
Try this :-


int result = 0;
int x;
cout << "Enter Any Number " << endl;
cin>>x;
for ( int i = 1 ; i <= (100 /2) ; i++)
{
Forum: C++ May 30th, 2009
Replies: 5
Views: 738
Posted By Ahmed_I
I have an idea:-
1- make a structure with the following member.

struct Record{
char name [20];
};


this structure is for using fixed length record
Showing results 1 to 2 of 2

 


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

©2003 - 2009 DaniWeb® LLC