by II15X
Problem Reloading a External File
|
|
[3 replies] Last: Well, i don't use ifstream too much, but i think that it doesn't allo... (by II15X)
|
by zJho
New to C++
|
|
[1 reply] : 1. yes, it should be 9.0/5 (it's enough if one of them is a double). D... (by hamsterman)
|
by neverknownig
NEED ASSISTANCE!!! if statements & loops
|
|
[10 replies] Last: thanks alot! (by neverknownig)
|
by xAsterisk
Classes, functions
|
|
[1 reply] : try cout << flush; (need to #include <iomanip> You don't initia... (by ne555)
|
by rdavenport
Rounding a number
|
|
[4 replies] Last: I think I've solved it! My big issue was having three conditional stat... (by rdavenport)
|
by amaac
A quick question on Referencing vectors.
|
|
[1 reply] : Sorry, I don't understand you. Could you provide a code example, plea... (by ne555)
|
by MessMyHair
For Double Condition
|
|
[2 replies] Last: for(temp=hl;(temp!=NULL)&&(bOver1==false); temp=temp->next) T... (by MessMyHair)
|
comparing strings issue |
|
[9 replies] Last: Well i figured it out, finally. the switch statements helped alot. I a... (by crunkjuice210)
|
by tomhangler
Complete Beginner Basic Strings Array
|
|
[2 replies] Last: no one can help me? (by tomhangler)
|
by pooshi
String comparision
|
|
[4 replies] Last: Thank you. (by pooshi)
|
by Blessman11
creating class objects in a header file
|
|
[10 replies] Last: thats really weird for me, I guess there must be some other error (by Blessman11)
|
by pq1wx1p
Need some advice on input data
|
|
[3 replies] Last: Hmm.. do you need a nested loop to read each row/col? (by pq1wx1p)
|
by amaac
A little advice Returning Vectors Please
|
|
[4 replies] Last: Thankyou Moschops. You are of great help. I dont know if it will compl... (by amaac)
|
by achoukse
Unable to open include file IOSTREAM
|
|
[15 replies] Last: Moschops what's the problem there? :))) (by Janlan)
|
by Chimuel
Storing song information using strings, classes and overloaded operators
|
|
[1 reply] : Anyone? I've updated the program above to what I've been able to figur... (by Chimuel)
|
by lrwham
User input using exclusively <iostream>
|
|
[2 replies] Last: Thank you sir. I had tried that, but I clearly must have overcomplica... (by lrwham)
|
by Kieth89
if (!cin) and other input mismatch questions.
|
|
[2 replies] Last: Thank you for your help. Also, never mind about the last question. ... (by Kieth89)
|
by Gladdok
Incorporating functional programming into C++
|
|
[2 replies] Last: <functional> could help, but under C++98 it is still quite kludgy. C+... (by PanGalactic)
|
by HMW
The logic of logical operators?
|
|
[2 replies] Last: Hello again Moschops! This gives me a headache (and I have read Wit... (by HMW)
|
by gikiian
Concatenation: what's wrong with this program?
|
|
[16 replies] Last: IIRC the comma operator is not overloadable at all , the default resu... (by ne555)
|