It is currently Fri Jul 30, 2010 2:01 pm


All times are UTC [ DST ]


Ask on Codemiles community and get answers Free and Fast :

C++ codes,C++ tricks ,C++ tips ,C++ answers .and more

Our guest share with us your code snippets , your programming problems , your open source projects ,read articles and post yours .







Post new topic Reply to topic  [ 2 posts ] 
  Print view Previous topic | Next topic 
Author Message
 Post subject: C ++ problems
PostPosted: Thu Apr 09, 2009 3:06 am 
Offline
Newbie
User avatar

Joined: Thu Apr 09, 2009 2:39 am
Posts: 3
Has thanked: 0 time
Have thanks: 0 time

Trying to figure out how to write this program. Its a ..for loop and I never have written one. The loop is suppose to produce some kind of output.

x = 0
cout = 1;
while (cout <=25)
{
x = x-count;
count ++;
}


TOP
 Profile Send private message  
 
| More
 Post subject: Re: C ++ problems
PostPosted: Thu Apr 09, 2009 6:20 pm 
Offline
Newbie
User avatar

Joined: Fri Mar 20, 2009 4:03 am
Posts: 21
Location: Indonesia
Has thanked: 0 time
Have thanks: 0 time

#include<iostream>
using namespace std;

int main() {
int x = 0;
int c = 1;
while (c <=25)
{
x = x - c;
c++;
cout << x << endl;;
}
cin >> x; return 0;
}

I duno if tht is what u meant. Dun use key word like "cout" for variable names...i've modified the program...cek if that's what u want

_________________
***
Miracle's in your hands
***
Do you Love stories? visit this : http://melyablackrose.blogspot.com/. I bet you won't be sorry


TOP
 Profile Send private message  
 
| More
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


 Similar topics
 Topic title   Forum   Author   Replies 
 Problems since upgrade to 3.0.6  PHPbb3 support  DjDavOnline  3
 Problems - mile200  PHPbb3 support  bady  2
 HELP! Javascript Problems (manual Slideshows), Having troubl  Java  pawani  3
 How Can I Avoid Domain Renewal Problems?  General Discussion  AskBot  3
 problems to connect to active directory  Java  ramy6_1  6

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  





Home
General Talks
Finished Projects
Code Library
Games
Tutorials

Java
C/C++
C-sharp
php
Script
JSP/Servlets
Ajax
ASP/ASP.net
Google SEO
Database
Communications
Phpbb3 styles
Photoshop tutorials
Flash tutorials
Find a job






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2009
mileX v1.0 designed by codemiles team