- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
11 Posted Topics
Re: c++ is a good language to start on. not too hard for beginners... -h3rtz- | |
Re: do{ //prog. body here } while (answer != 'n') cout << "goodbye!\n"; | |
hi there! I need help about this machine problem... I need to make a program that deals with PERT\CPM (simulation) . any suggestions what kinda program that is related to this??? I was thinking if a permutation program can be used.... :rolleyes: pleaz help! [RIGHT]-Hr†Z[/RIGHT] | |
Re: try these sites: cprogramming.com [url]www.programmingtutorials.com/[/url] cplus.about.com/ ...or join forums now.... | |
greetings.... can any of you people give me some websites where i can take some C++ programmin' challenges(free) -h3rtz- | |
Re: u just have to change .txt by .cpp and put it in bin folder... or you can go to command prompt then type edit (filename).cpp | |
Re: int value; int num=1; int sum=0; while (num<=value) { sum+=num; num++; } cout <<"total is:" <<sum; | |
Re: use a nested while lo0p...(much easier for me) int i=1; while(i<value){ int a=0; while(a<i){ cout<<"*"; a++; } cout<<"\n"; i++; } } | |
Re: int x=1; while(x<7){ int y=0; while(y<x){ cout<<"*"; y++; } cout<<endl; x++; } | |
hey! ....i'm creating a lo0p program right now. and i'm on the finishing touch part. i want the program to ask "[B]press any key to continue[/B]" and when the user inputs any key, it'l return to the top of the loop( a while lo0p). hope you can help me ... … | |
ey there! i have a problem here regarding this maze stuff... i think using getch and gotoxy is not complicated. our teacher says he will give extra points to who can finish this.. can it be done using switch? a simple code would be much appreciated. - h3rtz- |
The End.