by Rodderick
Do/while loop works with vectors??
|
|
[4 replies] Last: I see; with cin.clear() it worked. Thanks a lot ne555. (by Rodderick)
|
by vesperiaLSU
Help needed with this C++ code (distinct occurrence related)
|
|
[3 replies] Last: Again, look at your vector after the std::unique() s == s[i-1] woul... (by ne555)
|
by NullInfinity
Need a little clarification on the >> operator.
|
|
[3 replies] Last: When I was first learning C I missed a } somewhere, and spent a week a... (by Duthomhas)
|
by hseipert
Error C2109 array or pointer type
|
|
[4 replies] Last: Thank you! (by hseipert)
|
by simplerussia
Help?
|
|
[1 reply] : This C++ question is related to Temperatures Your code is in C and n... (by Chriscpp)
|
by dkarayof
Iteration and Interpolation
|
|
[4 replies] Last: Alright that makes more sense now... It's still returning the wrong er... (by dkarayof)
|
by simplerussia
What to do?
|
|
[no replies]
|
by Ediie
Please help!!
|
|
[2 replies] Last: A better code would be like this: While Read a line from the input f... (by Chervil)
|
Help with my home work please, program that prints stars |
|
[19 replies] Last: It works believe me ;D Eyenrique-MacBook-Pro:Help Eyenrique$ ./fig... (by eyenrique)
|
by jaystilla
player gradually slows down
|
|
[no replies]
|
by Ratham
Map Insert Not Working (Read Latest)
|
|
[11 replies] Last: Since you only do iss >> word; you only extract the first word from ... (by closed account o3hC5Di1)
|
by Precious roy
Inheritance question
|
|
[5 replies] Last: class menu{ public: virtual void draw(); }; class classic_menu: pu... (by ne555)
|
by bknick24
need basic if statement help
|
|
[6 replies] Last: No problem :) Sometimes, it's hard to see what's right in front of yo... (by MikeyBoy)
|
by damog
error: expected initializer before ‘sprintf’
|
|
[2 replies] Last: If you're going to write a long C program (if not for the <iostream> a... (by Albatross)
|
by baka291
creation of data file
|
|
[2 replies] Last: @ne555 Thanku for atleast replying. I corrected my code without anyon... (by baka291)
|
by athrun200
Are there any games written in C++?
|
|
[8 replies] Last: Thanks Stewbond! It is very informative. It seems I still have a long ... (by athrun200)
|
by visanoven
Filling a character array with a string.
|
|
[10 replies] Last: Thank you for the input, I appreciate you not just giving a solution, ... (by visanoven)
|
by enemy
Double to int
|
|
[5 replies] Last: I think the previous comments probably give the correct answer. My qu... (by Chervil)
|
by Eren Jager
Help! simple if and else statement password!
|
|
[2 replies] Last: Wow! Thank you very much! I'm trying to figure it out for about 30 min... (by Eren Jager)
|
by Rezivor123
Class Operations & Throw Exceptions
|
|
[1 reply] : how to go about coding methods RockConcert::sellTicket and, RockConce... (by coder777)
|