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
3
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
Ranked #2K
~1K People Reached

8 Posted Topics

Member Avatar for theguitarist

in the loop,i recommend taking the input,and checking for an error next accordingly,its more systematic,and your is a do while loop.

Member Avatar for m4ster_r0shi
0
197
Member Avatar for winrycool1

I am in the third year,but i want to start thinking about my project right now,i found this idea very interesting but i have no idea where to start,i know i should start learning up its working but after that?is C++ a good option?i have never done any difficult coding,i …

0
120
Member Avatar for Sadun89

My god...if you really want your picture back just erase what you wrote if not,i can explain what happened. You are designed to be a computer engineer. Your sent to an electrical company to do some job first: 1.you wont understand what they say,so they train you,but you still wont …

Member Avatar for Sadun89
0
162
Member Avatar for winrycool1

When i finish my U.G at the rate i am going I don't think i will know anything.I want to know exactly what i should be knowing so that i can proceed with my graduate degree.Which languages are a must know,which data structure concepts i should know,should i be able …

Member Avatar for abelLazm
0
184
Member Avatar for vass1

I think i'm a bit too late,but teach yourself C++ in 24 hours is something i woudn't recommend because you will know the sytax and everything but you wont know how to apply it,it take at least a month to learn a language be patient.The 21 days one is fine …

Member Avatar for txwooley
0
143
Member Avatar for winrycool1

I would like to be able convert one format to another(not immediately but eventually),know how to use tree and hash tables and linked lists properly using classes. I want to be able to do a basic graphic user interface and use pointers well. I've heard of the following books: Exceptional …

Member Avatar for mike_2000_17
0
217
Member Avatar for helbirah

check your original program,sometimes other syntax errors produce no errors but they r masked by your other errors ;) anyway check header file? declared that string? semicolon?

Member Avatar for jonsca
0
134
Member Avatar for faizlo

It's very simple when you use a for loop just read: [CODE]#include<iostream.h> #include<conio.h> void main() {clrscr(); //clear screen int i,j,a,b,k; cout<<"enter the 2 nos between which you want the numbers to be displayed\n"; cin>>a>>b; //2 nos bet which other nos will be displayed if(a==b) cout<<a; //only one number else if(a!=b) …

Member Avatar for winrycool1
0
179

The End.