| | |
a c++ solution
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: May 2009
Posts: 10
Reputation:
Solved Threads: 0
Good, morning every one, in this nice forum;
I solved a c++ solution but i don't understand the idea of the program,
so i need help to understand the steps and the use of this program.
Thankyou,
all.
I solved a c++ solution but i don't understand the idea of the program,
so i need help to understand the steps and the use of this program.
Thankyou,
all.
Last edited by tag5; Jul 4th, 2009 at 4:53 am.
Really, admitting the best ever IT forum i have ever seen......
oh... Great to be a part of it.
oh... Great to be a part of it.
•
•
Join Date: May 2009
Posts: 10
Reputation:
Solved Threads: 0
C++ Syntax (Toggle Plain Text)
main() { int x,n, count=0; n=n+1 nxt: cout<<"x=.."; cin>>x; if(x>60) count=count+1; if(n==10) cout<<count; else goto nxt; }
Last edited by Ancient Dragon; Jul 4th, 2009 at 10:08 am. Reason: add code tags
Really, admitting the best ever IT forum i have ever seen......
oh... Great to be a part of it.
oh... Great to be a part of it.
tag5,
Good morning. You are welcome in this nice forum. Your program source code must be surrounded with bb code tag. Read this How to use bb code tags?
Good morning. You are welcome in this nice forum. Your program source code must be surrounded with bb code tag. Read this How to use bb code tags?
Failure is not fatal, but failure to change might be. - John Wooden
BB code tags : Wrap up your source code with code tags. You see the # icon at toolbar with post editor.
Or Read this - How to use code tag?
Or Read this - How to use code tag?
C++ Syntax (Toggle Plain Text)
int main() { int x,n, count=0; n=n+1; nxt: cout<<"x=.."; cin>>x; if(x>60) count=count+1; if(n==10) cout<<count; else goto nxt; }
Failure is not fatal, but failure to change might be. - John Wooden
Do you know how to use a computer? (I hope so)
Do you know what 'internet' is? (I hope so)
If you can answer yes to both of these questions, then try to answer the following question:
Do you know what a link is? (On this forum links are marked in blue, and when you move your mouse pointer over it, it will be underlined)
Just click on it, and your browser (this is the program on your computer that you use to display webpages, with you this is probably called: 'Internet Explorer') will display a new web page.
Then you start reading this web page.
>I solved a c++ solution but i don't understand the idea of the program,
so i need help to understand the steps and the use of this program.
So, you're saying you solved it, but you don't understand your own solution?
Strange
Do you know what 'internet' is? (I hope so)
If you can answer yes to both of these questions, then try to answer the following question:
Do you know what a link is? (On this forum links are marked in blue, and when you move your mouse pointer over it, it will be underlined)
Just click on it, and your browser (this is the program on your computer that you use to display webpages, with you this is probably called: 'Internet Explorer') will display a new web page.
Then you start reading this web page.
>I solved a c++ solution but i don't understand the idea of the program,
so i need help to understand the steps and the use of this program.
So, you're saying you solved it, but you don't understand your own solution?
Strange
Last edited by tux4life; Jul 4th, 2009 at 12:06 pm.
"Never argue with idiots, they just drag you down to their level and then beat you with experience."
![]() |
Similar Threads
- IE 6 running slow or jerky? solution (Web Browsers)
- A possible solution to about:blank problems (Viruses, Spyware and other Nasties)
- Smart client template solution ??? (ASP.NET)
- Solution for slow internet browsing (Web Browsers)
- IE won't let me access threads. Could someone email me a solution please? (Web Browsers)
- Pop up ads (Web Browsers)
- Conflict (Internet + Games) (Windows NT / 2000 / XP)
Other Threads in the C++ Forum
- Previous Thread: Changing elements of lists
- Next Thread: VC++ CODE
| Thread Tools | Search this Thread |
api array based beginner bitmap c++ c/c++ calculator char class classes code coding compile compiler console conversion count database delete deploy desktop developer directshow dll download dynamic email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news node number output parameter pointer problem program programming project proxy python random read recursion recursive return sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock word wordfrequency wxwidgets






