i an new and dont know how to loop...sad...

Skilled contributor
29Jul2008,06:27   #1
cpulocksmith's Avatar
ok well... as i have stated above i have no damn clue how to make a loop in C. it makes me kinda sad and i kow that it is a newby thing. and i have no idea where to find the code anywhere. so some one please tell me how the hell to do one.... i have been reading and reading and i can't find it anywhere. so please. and i have a hunch that XxximortalxxX will respond to this message. i like him ^^.
Go4Expert Founder
29Jul2008,10:39   #2
shabbir's Avatar
You need to get a Book in C / C++ for learning the looping.
Invasive contributor
29Jul2008,10:43   #3
XXxxImmortalxxXX's Avatar
Thankyou for your comment umm first of what loop is it that your wanting to do?
Mentor
29Jul2008,13:27   #4
xpi0t0s's Avatar
What have you been reading if you've been "reading and reading" and not come across loops yet?
Go4Expert Member
29Jul2008,18:25   #5
Silcrome's Avatar
just to give you a few key words to look for try typing into google "C while loop" or "C for loop" or "recursion tutorial"(this one is a bit more advanced)
Go4Expert Member
29Jul2008,18:29   #6
Silcrome's Avatar
or better yet an example in java:

while(!learned)
{
try
{
research("looping");
}catch(IGaveUpException e)
{
increaseEffort();
}
}
Go4Expert Member
1Aug2008,02:49   #7
sofprog66's Avatar
Ok well CPUlocksmith this is the best thing or one of the best advices someone can give you. Type in you address bar Cprogramming.com, when your there look to the left of the page. Under "Starting out" you will see a link called "tutorials" click on it. After you clicked on the link there should be another link right in front of you called "C made easy" and start from the beginning. This will be you starting point in C programming.