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
Favorite Tags
Member Avatar for theguitarist

I have to accept three numbers from the user using cin into 3 variables. If the user enters non integers,I must reject it and ask for a new one instead of that. So,here is my attempt: [CODE]int a,b,c; do{ cin.clear(); while(cin.get()!='\n');//remove failure bits,clear stream if wrong input cin>>a; } while(!cin);//while …

Member Avatar for m4ster_r0shi
0
184
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
111
Member Avatar for Sadun89

Can You explain me.. :confused: Hey dude...I have a problem....Why is it happen like that? 1st follow the steps & check i am correct or not.... 1.take the photo extension with jpg (if u can use any type [U][I]photo[/I][/U]..but i don't know correctly is work or not) 2.change the extension …

Member Avatar for Sadun89
0
152
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
168
Member Avatar for vass1

Hello, I have just started to learn C++, and so I got my self a copy of "TEACH YOURSELF C++ IN 21 DAYS". 1/ Could someone pls say if this book is suitable for a new a newbie. 2/ And what about it's counterpart, " TEACH YOURSELF C++ IN 24 …

Member Avatar for txwooley
0
123
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
196
Member Avatar for helbirah

Hi, i'm a newbie, and i have a trouble with a program. The program doesn't work as i desire. This is a little fragment of my program: [code=c] //Requesting data from users. cout<<"\n\nEnter your last name:\n\t"; getline(cin,flast); cout<<"\nEnter your mother's maiden last name:\n\t"; getline(cin,mlast); cout<<"\nEnter your first name:\n\t"; getline(cin,name); [/code] …

Member Avatar for jonsca
0
118
Member Avatar for faizlo

Hi, I am doing a C++ self-study and I got stuck with this problem. I want to have a code that asks the suer to enter two numbers and then it lists the numbers between these two numbers. It has also to print a message if these two numbers are …

Member Avatar for winrycool1
0
160