Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~10.7K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for Dave Sinkula

Object-Oriented Programming in C++ - Robert Lafore - Adobe Reader ... it looks good . I bought turkish version

Member Avatar for shahidali6
11
10K
Member Avatar for burcin_erek

help me below algorithm. it gives wrong output e2 was wrong. 7.38..... [CODE]#include <cstdlib> #include <iostream> #include <math.h> using namespace std; int main(int argc, char *argv[]) { float x, err, term_1,result=1.0; int i=1,burcin; float factorial; cout << "x="; cin >> x; cout <<"error tolerance="; cin >> err; term_1=err+1; while (term_1 …

Member Avatar for burcin erek
0
134
Member Avatar for burcin erek

you solved this thread. I am so fool. besides I also forget semicolon on line 32 what can I say thank you.

Member Avatar for burcin_erek
0
98
Member Avatar for ASTA LAVISTA

Although I am new at this program, as far as I know return is used at main program I think that void main() was wrong , it should be int main().... your should use return inside.

Member Avatar for ASTA LAVISTA
0
411
Member Avatar for burcin_erek

regarding with islower() argument, I tried to make a script when I enter the letter with lower case, program detects it and told me that but how i used if else loop but something is wrong, error is seen on islower? my program [CODE]#include cstdlib #include iostream #include conio.h #include …

Member Avatar for burcin_erek
0
82

The End.