Search Results

Showing results 1 to 11 of 11
Search took 0.01 seconds.
Search: Posts Made By: h3rtz
Forum: C Sep 17th, 2005
Replies: 0
Views: 1,204
Posted By h3rtz
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...
Forum: C++ Oct 9th, 2004
Replies: 1
Views: 2,350
Posted By h3rtz
greetings....

can any of you people give me some websites where i can take some C++ programmin' challenges(free)
-h3rtz-
Forum: C++ Oct 9th, 2004
Replies: 2
Views: 4,208
Posted By h3rtz
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
Forum: Computer Science Oct 8th, 2004
Replies: 27
Views: 10,691
Posted By h3rtz
c++ is a good language to start on. not too hard for beginners...
-h3rtz-
Forum: C++ Oct 8th, 2004
Replies: 7
Views: 3,457
Posted By h3rtz
try these sites:
cprogramming.com
www.programmingtutorials.com/
cplus.about.com/

...or join forums now....
Forum: C++ Oct 8th, 2004
Replies: 2
Views: 2,247
Posted By h3rtz
int value;
int num=1;
int sum=0;
while (num<=value) {

sum+=num;
num++;
}
cout <<"total is:" <<sum;
Forum: C++ Oct 8th, 2004
Replies: 6
Views: 10,974
Posted By h3rtz
do{
//prog. body here
} while (answer != 'n')
cout << "goodbye!\n";
Forum: C++ Oct 2nd, 2004
Replies: 4
Views: 2,690
Posted By h3rtz
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";
Forum: C Sep 25th, 2004
Replies: 1
Views: 1,430
Posted By h3rtz
hey!

....i'm creating a lo0p program right now. and i'm on the finishing touch part. i want the program to ask "press any key to continue" and when the user inputs any key, it'l return to the top...
Forum: C++ Sep 25th, 2004
Replies: 6
Views: 7,109
Posted By h3rtz
int x=1;
while(x<7){
int y=0;
while(y<x){
cout<<"*";
y++;
}
cout<<endl;
x++;
}
Forum: C++ Sep 19th, 2004
Replies: 2
Views: 14,854
Posted By h3rtz
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...
Showing results 1 to 11 of 11

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC