Posts
 
Reputation
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
~2K People Reached
About Me

A Simple Guy in Lifestyle And a Newbie in Programming and Development... I joined the site because I have a course of "Object-Oriented Programming" in my "Computer Engineering". Thought I might find the solutions if…

Interests
Movies, Music, PC Games, Gadgets and Hardware!
PC Specs
A 2.53 GHz Intel Core i3, 2 Gigs of RAM and using Windows 7.
Favorite Forums
Favorite Tags
Member Avatar for northrox

i still cant get an out put.. plus cin.get() doent work here.. why? [CODE]// to find factorial of a number #include<iostream.h> #include<conio.h> int main() { int i,m; cout<< "enter a number"; cin>> i; for ( int p=i;p>=0;p--) { p=p*(p-1); p=m; } cout << m; getch(); return(0); } [/CODE]

Member Avatar for Schol-R-LEA
0
96
Member Avatar for uzidon

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 …

Member Avatar for uzidon
0
1K