ifstream error |
|
[2 replies] Last: You have an error on line 16 because 0.0 is a double and a narrowing c... (by Peter87)
|
by DrJones
What data structure should i use?
|
|
[4 replies] Last: If you are interested in the data structures that these containers use... (by Peter87)
|
by himekira
beginner
|
|
[1 reply] : This is the broadest question I had seen so far. This is not a homewor... (by chicofeo)
|
by ephraimr
What is this error?
|
|
[6 replies] Last: #include <iostream> #include <vector> int main() { std::cout <<... (by JLBorges)
|
by cskarche96
Can someone help me ?
|
|
[2 replies] Last: I think I fixed it so everything should be ok now. But thanks for the ... (by cskarche96)
|
by ohad
why is it breaking ?
|
|
[2 replies] Last: [quote=ohad]I want to start the strings from n letters after the start... (by closed account E0p9LyTq)
|
by hawkbirdtree
Program loops forever at do while loop
|
|
[1 reply] : Nuh uh bro. You're doing quite well for a first program. Believe it or... (by keanedawg)
|
by Cruicial
How To Create a Menu
|
|
[6 replies] Last: We're really sorry too. We don't mean to be harsh. You shouldn't be ex... (by keanedawg)
|
by RandomGeek
Value of int doesnt decrease
|
|
[2 replies] Last: Hello TheIdeasMan, thank you for your reply,greatly appreciate it :) (by RandomGeek)
|
by almohminq
2D Array n*n
|
|
[2 replies] Last: int x , y , w , z , s , e , o , k , l; You have created tons of va... (by TarikNeaj)
|
by RAF
Parallel array's
|
|
[4 replies] Last: I believe this is the point where we clarify some things. @OP, we are ... (by YFGHNG)
|
by sajis997
find a sequence consecutive or not
|
|
[1 reply] : for( some counter; counter < sequence.length(); ++counter ) { if(... (by YFGHNG)
|
by daverave1212
<Class> does not name a type compilation error
|
|
[4 replies] Last: @daverave1212 If you need to use Entity in Ability and vice versa, the... (by TarikNeaj)
|
by alirezam
Return a Pointer
|
|
[4 replies] Last: thank you very much chikofeo (by alirezam)
|
by Cruicial
How to create a menu
|
|
[3 replies] Last: // a simple menu #include <iostream> int main() { unsigned short... (by closed account E0p9LyTq)
|
by vikillav
Reading from text files and extracting items
|
|
[2 replies] Last: All i'm doing right now is outputting the file's contents if (readF... (by vikillav)
|
by ruroni24
Something is wrong with my switch statement.
|
|
[3 replies] Last: Thanks!! I got it fixed! (by ruroni24)
|
by RAF
3 parallel arrays
|
|
[11 replies] Last: oh ok (by RAF)
|
by Jicamas
sizeof() with vectors
|
|
[2 replies] Last: sizeof is computed at compile time. all objects of the same class have... (by ne555)
|
getline() question |
|
[1 reply] : http://stackoverflow.com/questions/10553597/cin-and-getline-skipping-i... (by closed account 48T7M4Gy)
|