Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~4K People Reached
Favorite Tags
c++ x 8
c x 2

11 Posted Topics

Member Avatar for radioman28

c++ is a good language to start on. not too hard for beginners... -h3rtz-

Member Avatar for ocmseo
0
667
Member Avatar for dontcare
Member Avatar for shubh93
-1
170
Member Avatar for 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 thinking if a permutation program can be used.... :rolleyes: pleaz help! [RIGHT]-Hr†Z[/RIGHT]

0
79
Member Avatar for kind4ever

try these sites: cprogramming.com [url]www.programmingtutorials.com/[/url] cplus.about.com/ ...or join forums now....

Member Avatar for Pikachu
0
188
Member Avatar for h3rtz

greetings.... can any of you people give me some websites where i can take some C++ programmin' challenges(free) -h3rtz-

Member Avatar for Narue
0
94
Member Avatar for randev

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

Member Avatar for h3rtz
0
176
Member Avatar for wangstarr

int value; int num=1; int sum=0; while (num<=value) { sum+=num; num++; } cout <<"total is:" <<sum;

Member Avatar for h3rtz
0
179
Member Avatar for bluegoo06

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++; } }

Member Avatar for Narue
0
113
Member Avatar for willow
Member Avatar for Dave Sinkula
0
1K
Member Avatar for h3rtz

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 ... …

Member Avatar for Narue
0
102
Member Avatar for 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 using switch? a simple code would be much appreciated. - h3rtz-

Member Avatar for Stack Overflow
0
960

The End.