Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
~2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c++ x 3
visual-basic x 2
2 Posted Topics
Re: factorial
[CODE] cout << "Enter a number: "; cin >> no; double f = 1; while ( no >= 1 ) { f *= no; no--; } cout << "Factorial: " << f;[/CODE]
All right, the solution for this question might be awkwardly simple, but I'm totally lost and confused on this. I have created a Windows Form Application in Visual C++ 2010 Ultimate and included some resource files (BMP Images) in Form1.resX. For example, one of them is picture1.bmp. I have a …
The End.
uzidon